Skip to content

Commit

Permalink
Prepare for v1.16.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent authored and rolinh committed Oct 4, 2024
1 parent f9bf3f0 commit 6b8e2a7
Show file tree
Hide file tree
Showing 19 changed files with 267 additions and 231 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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.16.2] - 2024-10-03
[v1.16.2]: https://github.com/cilium/cilium/compare/v1.16.1...v1.16.2

**Misc Changes:**
* chore(deps): update actions/checkout action to v4.2.0 (cilium/hubble#1590, @renovate[bot])
* chore(deps): update dependency cilium/cilium to v1.16.2 (cilium/hubble#1589, @renovate[bot])
* chore(deps): update dependency helm/helm to v3.16.1 (cilium/hubble#1588, @renovate[bot])
* chore(deps): update dependency ubuntu to v24 (cilium/hubble#1591, @renovate[bot])
* chore(deps): update docker.io/library/alpine docker tag to v3.20.3 (cilium/hubble#1587, @renovate[bot])
* chore(deps): update docker/build-push-action action to v6.8.0 (cilium/hubble#1592, @renovate[bot])
* chore(deps): update golang (cilium/hubble#1586, @renovate[bot])
* chore(deps): update golang to v1.23.2 (patch) (cilium/hubble#1593, @renovate[bot])
* Update stable release to 1.16.1 (cilium/hubble#1585, @glibsm)

## [v1.16.1] - 2024-09-11
[v1.16.1]: https://github.com/cilium/cilium/compare/v1.16.0...v1.16.1

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/cilium/hubble

go 1.22.2

require github.com/cilium/cilium v1.16.1
require github.com/cilium/cilium v1.16.2

require (
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
Expand Down Expand Up @@ -72,7 +72,7 @@ require (
)

// Replace directives from github.com/cilium/cilium. Keep in sync when updating Cilium!
// Copied from https://github.com/cilium/cilium/blob/v1.16.0/go.mod#L285-L291
// Copied from https://github.com/cilium/cilium/blob/v1.16.2/go.mod#L285-L291
replace (
go.universe.tf/metallb => github.com/cilium/metallb v0.1.1-0.20220829170633-5d7dfb1129f7

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.

2 changes: 2 additions & 0 deletions vendor/github.com/cilium/cilium/AUTHORS

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

1 change: 1 addition & 0 deletions vendor/github.com/cilium/cilium/api/v1/flow/README.md

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

355 changes: 181 additions & 174 deletions vendor/github.com/cilium/cilium/api/v1/flow/flow.pb.go

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions vendor/github.com/cilium/cilium/api/v1/flow/flow.proto

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

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

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

2 changes: 1 addition & 1 deletion 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.

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

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

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

2 changes: 1 addition & 1 deletion 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.

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

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

1 change: 1 addition & 0 deletions vendor/github.com/cilium/cilium/pkg/monitor/api/drop.go

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

92 changes: 48 additions & 44 deletions vendor/github.com/cilium/cilium/pkg/option/config.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 6b8e2a7

Please sign in to comment.