Skip to content

Commit 13fb5dc

Browse files
committed
Prepare for v1.17.5 release
Signed-off-by: Alexandre Perrin <[email protected]>
1 parent b91cf28 commit 13fb5dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1104
-432
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.5] - 2025-06-23
9+
[v1.17.3]: https://github.com/cilium/cilium/compare/v1.17.3...v1.17.5
10+
11+
**Misc Changes:**
12+
* chore(deps): update actions/setup-go action to v5.5.0 (cilium/hubble#1680, @renovate[bot])
13+
* chore(deps): update all github action dependencies (minor) (cilium/hubble#1683, @renovate[bot])
14+
* chore(deps): update dependency cilium/cilium to v1.17.4 (cilium/hubble#1682, @renovate[bot])
15+
* chore(deps): update dependency helm/helm to v3.18.3 (cilium/hubble#1689, @renovate[bot])
16+
* chore(deps): update dependency kubernetes-sigs/kind to v0.29.0 (cilium/hubble#1684, @renovate[bot])
17+
* chore(deps): update library/golang docker tag to v1.24.4 (cilium/hubble#1687, @renovate[bot])
18+
* chore(deps): update library/golang:1.24.3-alpine docker digest to b4f875e (cilium/hubble#1685, @renovate[bot])
19+
* Update CONTRIBUTING.md (cilium/hubble#1681, @xmulligan)
20+
* Update stable release to 1.17.3 (cilium/hubble#1677, @chancez)
21+
822
## [v1.17.3] - 2025-04-30
923
[v1.17.3]: https://github.com/cilium/cilium/compare/v1.17.2...v1.17.3
1024

go.mod

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
module github.com/cilium/hubble
22

33
// renovate: datasource=golang-version depName=go
4-
go 1.23.6
4+
go 1.24.0
55

6-
require github.com/cilium/cilium v1.17.3
6+
toolchain go1.24.4
7+
8+
require github.com/cilium/cilium v1.17.5
79

810
require (
911
cel.dev/expr v0.19.1 // indirect
@@ -14,9 +16,9 @@ require (
1416
github.com/blang/semver/v4 v4.0.0 // indirect
1517
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1618
github.com/cilium/ebpf v0.17.1 // indirect
17-
github.com/cilium/hive v0.0.0-20250121145729-e67f66eb0375 // indirect
19+
github.com/cilium/hive v0.0.0-20250522145610-0734675df148 // indirect
1820
github.com/cilium/proxy v0.0.0-20250408103314-d3be7c547203 // indirect
19-
github.com/cilium/statedb v0.3.6 // indirect
21+
github.com/cilium/statedb v0.4.0 // indirect
2022
github.com/cilium/stream v0.0.0-20241203114243-53c3e5d79744 // indirect
2123
github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f // indirect
2224
github.com/coreos/go-semver v0.3.1 // 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: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/cilium/api/v1/flow/README.md

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

vendor/github.com/cilium/cilium/api/v1/flow/flow.pb.go

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

vendor/github.com/cilium/cilium/api/v1/flow/flow.proto

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

vendor/github.com/cilium/cilium/api/v1/observer/observer.pb.go

Lines changed: 3 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/api/v1/observer/observer_grpc.pb.go

Lines changed: 1 addition & 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/api/v1/peer/peer.pb.go

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

0 commit comments

Comments
 (0)