Skip to content

Commit aba36c0

Browse files
devodevchancez
authored andcommitted
Prepare for v1.17.2 release
Signed-off-by: Alexandre Barone <[email protected]>
1 parent 8cdf894 commit aba36c0

File tree

29 files changed

+919
-321
lines changed

29 files changed

+919
-321
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v1.17.2] - 2025-04-01
9+
[v1.17.2]: https://github.com/cilium/cilium/compare/v1.17.1...v1.17.2
10+
11+
**Bugfixes:**
12+
* hubble: escape terminal special characters from observe output (Backport PR cilium/cilium#37648, Upstream PR cilium/cilium#37401, @devodev)
13+
14+
**Misc Changes:**
15+
* chore(deps): update actions/setup-go action to v5.4.0 (cilium/hubble#1667, @renovate[bot])
16+
* chore(deps): update all github action dependencies (patch) (cilium/hubble#1666, @renovate[bot])
17+
* chore(deps): update dependency cilium/cilium to v1.17.1 (cilium/hubble#1661, @renovate[bot])
18+
* chore(deps): update dependency helm/helm to v3.17.1 (cilium/hubble#1659, @renovate[bot])
19+
* chore(deps): update dependency kubernetes-sigs/kind to v0.27.0 (cilium/hubble#1660, @renovate[bot])
20+
* chore(deps): update library/golang docker tag to v1.23.7 (cilium/hubble#1664, @renovate[bot])
21+
* chore(deps): update module golang.org/x/net to v0.36.0 [security] (cilium/hubble#1665, @renovate[bot])
22+
* update stable release to 1.17.1 (cilium/hubble#1658, @rolinh)
23+
824
## [v1.17.1] - 2025-02-12
925
[v1.17.1]: https://github.com/cilium/cilium/compare/v1.17.0...v1.17.1
1026

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cilium/hubble
33
// renovate: datasource=golang-version depName=go
44
go 1.23.6
55

6-
require github.com/cilium/cilium v1.17.1
6+
require github.com/cilium/cilium v1.17.2
77

88
require (
99
cel.dev/expr v0.18.0 // indirect
@@ -16,7 +16,7 @@ require (
1616
github.com/cilium/ebpf v0.17.1 // indirect
1717
github.com/cilium/hive v0.0.0-20250121145729-e67f66eb0375 // indirect
1818
github.com/cilium/proxy v0.0.0-20241115112946-fb67566cbd95 // indirect
19-
github.com/cilium/statedb v0.3.4 // indirect
19+
github.com/cilium/statedb v0.3.6 // indirect
2020
github.com/cilium/stream v0.0.0-20241203114243-53c3e5d79744 // indirect
2121
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
2222
github.com/coreos/go-semver v0.3.1 // indirect
@@ -97,7 +97,7 @@ require (
9797
github.com/spf13/viper v1.19.0 // indirect
9898
github.com/stoewer/go-strcase v1.3.0 // indirect
9999
github.com/subosito/gotenv v1.6.0 // indirect
100-
github.com/vishvananda/netlink v1.3.1-0.20241022031324-976bd8de7d81 // indirect
100+
github.com/vishvananda/netlink v1.3.1-0.20250221194427-0af32151e72b // indirect
101101
github.com/vishvananda/netns v0.0.5 // indirect
102102
github.com/x448/float16 v0.8.4 // indirect
103103
github.com/xlab/treeprint v1.2.0 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/cilium/AUTHORS

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/cilium/hubble/pkg/printer/color.go

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)