Skip to content

Commit

Permalink
Prepare for v1.16.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Oct 28, 2024
1 parent fd0a385 commit 5d300c4
Show file tree
Hide file tree
Showing 15 changed files with 412 additions and 1,293 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ 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.3] - 2024-10-25
[v1.16.3]: https://github.com/cilium/cilium/compare/v1.16.2...v1.16.3

**Bugfixes:**
* hubble: add printer for lost events (Backport PR cilium/cilium#35274, Upstream PR cilium/cilium#35208, @aanm)

**Minor Changes:**
* .github: add cache to cilium-cli and hubble-cli build workflows (Backport PR cilium/cilium#35157, Upstream PR cilium/cilium#34847, @aanm)
* Makefile cleanups / improvements (cilium/hubble#1600, @michi-covalent)

**Misc Changes:**
* chore(deps): update actions/checkout action to v4.2.2 (cilium/hubble#1604, @renovate[bot])
* chore(deps): update actions/setup-go action to v5.1.0 (cilium/hubble#1605, @renovate[bot])
* chore(deps): update all github action dependencies (patch) (cilium/hubble#1602, @renovate[bot])
* chore(deps): update dependency cilium/cilium to v1.16.3 (cilium/hubble#1603, @renovate[bot])
* Update stable release to 1.16.2 (cilium/hubble#1599, @michi-covalent)
* Update the release issue template (cilium/hubble#1597, @michi-covalent)

## [v1.16.2] - 2024-10-03
[v1.16.2]: https://github.com/cilium/cilium/compare/v1.16.1...v1.16.2

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.2
require github.com/cilium/cilium v1.16.3

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.2/go.mod#L285-L291
// Copied from https://github.com/cilium/cilium/blob/v1.16.3/go.mod#L286-L292
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.

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

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

Loading

0 comments on commit 5d300c4

Please sign in to comment.