Skip to content

Commit fe47538

Browse files
Prepare for v1.16.3 release
Signed-off-by: Michi Mutsuzaki <[email protected]>
1 parent 5fcb8c3 commit fe47538

File tree

15 files changed

+412
-1293
lines changed

15 files changed

+412
-1293
lines changed

Diff for: CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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.16.3] - 2024-10-25
9+
[v1.16.3]: https://github.com/cilium/cilium/compare/v1.16.2...v1.16.3
10+
11+
**Bugfixes:**
12+
* hubble: add printer for lost events (Backport PR cilium/cilium#35274, Upstream PR cilium/cilium#35208, @aanm)
13+
14+
**Minor Changes:**
15+
* .github: add cache to cilium-cli and hubble-cli build workflows (Backport PR cilium/cilium#35157, Upstream PR cilium/cilium#34847, @aanm)
16+
* Makefile cleanups / improvements (cilium/hubble#1600, @michi-covalent)
17+
18+
**Misc Changes:**
19+
* chore(deps): update actions/checkout action to v4.2.2 (cilium/hubble#1604, @renovate[bot])
20+
* chore(deps): update actions/setup-go action to v5.1.0 (cilium/hubble#1605, @renovate[bot])
21+
* chore(deps): update all github action dependencies (patch) (cilium/hubble#1602, @renovate[bot])
22+
* chore(deps): update dependency cilium/cilium to v1.16.3 (cilium/hubble#1603, @renovate[bot])
23+
* Update stable release to 1.16.2 (cilium/hubble#1599, @michi-covalent)
24+
* Update the release issue template (cilium/hubble#1597, @michi-covalent)
25+
826
## [v1.16.2] - 2024-10-03
927
[v1.16.2]: https://github.com/cilium/cilium/compare/v1.16.1...v1.16.2
1028

Diff for: go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/cilium/hubble
22

33
go 1.22.2
44

5-
require github.com/cilium/cilium v1.16.2
5+
require github.com/cilium/cilium v1.16.3
66

77
require (
88
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
@@ -72,7 +72,7 @@ require (
7272
)
7373

7474
// Replace directives from github.com/cilium/cilium. Keep in sync when updating Cilium!
75-
// Copied from https://github.com/cilium/cilium/blob/v1.16.2/go.mod#L285-L291
75+
// Copied from https://github.com/cilium/cilium/blob/v1.16.3/go.mod#L286-L292
7676
replace (
7777
go.universe.tf/metallb => github.com/cilium/metallb v0.1.1-0.20220829170633-5d7dfb1129f7
7878

Diff for: go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: vendor/github.com/cilium/cilium/AUTHORS

+8-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)