Skip to content

Commit

Permalink
Prepare for v1.17.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Hahling <[email protected]>
  • Loading branch information
rolinh committed Feb 12, 2025
1 parent e939997 commit 0d65c11
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 39 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.17.1] - 2025-02-12
[v1.17.1]: https://github.com/cilium/cilium/compare/v1.17.0...v1.17.1

**Minor Changes:**
* update Go to v1.23.6 and fix Renovate handling of Go (cilium/hubble#1650, @rolinh)

**Misc Changes:**
* migrate Renovate config (cilium/hubble#1652, @rolinh)
* migrate Renovate config take #2 (cilium/hubble#1654, @rolinh)
* Update stable release to 1.17.0 (cilium/hubble#1649, @rolinh)

## [v1.17.0] - 2025-02-07
[v1.17.0]: https://github.com/cilium/cilium/compare/v1.16.6...v1.17.0

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/cilium/hubble
// renovate: datasource=golang-version depName=go
go 1.23.6

require github.com/cilium/cilium v1.17.0
require github.com/cilium/cilium v1.17.1

require (
cel.dev/expr v0.18.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions vendor/github.com/cilium/cilium/api/v1/flow/flow.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions vendor/github.com/cilium/cilium/api/v1/observer/observer.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions vendor/github.com/cilium/cilium/api/v1/peer/peer.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions vendor/github.com/cilium/cilium/api/v1/recorder/recorder.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions vendor/github.com/cilium/cilium/api/v1/relay/relay.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d65c11

Please sign in to comment.