Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for v1.16.3 release #1607

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading