Skip to content

Commit 0d65c11

Browse files
committed
Prepare for v1.17.1 release
Signed-off-by: Robin Hahling <[email protected]>
1 parent e939997 commit 0d65c11

File tree

9 files changed

+50
-39
lines changed

9 files changed

+50
-39
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.1] - 2025-02-12
9+
[v1.17.1]: https://github.com/cilium/cilium/compare/v1.17.0...v1.17.1
10+
11+
**Minor Changes:**
12+
* update Go to v1.23.6 and fix Renovate handling of Go (cilium/hubble#1650, @rolinh)
13+
14+
**Misc Changes:**
15+
* migrate Renovate config (cilium/hubble#1652, @rolinh)
16+
* migrate Renovate config take #2 (cilium/hubble#1654, @rolinh)
17+
* Update stable release to 1.17.0 (cilium/hubble#1649, @rolinh)
18+
819
## [v1.17.0] - 2025-02-07
920
[v1.17.0]: https://github.com/cilium/cilium/compare/v1.16.6...v1.17.0
1021

go.mod

Lines changed: 1 addition & 1 deletion
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.0
6+
require github.com/cilium/cilium v1.17.1
77

88
require (
99
cel.dev/expr v0.18.0 // indirect

go.sum

Lines changed: 2 additions & 2 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: 7 additions & 7 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: 7 additions & 7 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/peer/peer.pb.go

Lines changed: 7 additions & 7 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/recorder/recorder.pb.go

Lines changed: 7 additions & 7 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/relay/relay.pb.go

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

vendor/modules.txt

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)