Skip to content

Commit 4b765dc

Browse files
Prepare for v1.16.4 release
Signed-off-by: Michi Mutsuzaki <[email protected]>
1 parent c4803ae commit 4b765dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+4256
-445
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.4] - 2024-11-20
9+
[v1.16.4]: https://github.com/cilium/cilium/compare/v1.16.3...v1.16.4
10+
11+
**Misc Changes:**
12+
* hubble: Add 'release' Make target (Backport PR cilium/cilium#35781, Upstream PR cilium/cilium#35561, @michi-covalent)
13+
* chore(deps): update dependency helm/helm to v3.16.3 (cilium/hubble#1619, @renovate[bot])
14+
* chore(deps): update dependency kubernetes-sigs/kind to v0.25.0 (cilium/hubble#1616, @renovate[bot])
15+
* chore(deps): update docker.io/library/alpine:3.20.3 docker digest to 1e42bbe (cilium/hubble#1617, @renovate[bot])
16+
* chore(deps): update golang (cilium/hubble#1618, @renovate[bot])
17+
* chore(deps): update golang to v1.23.3 (patch) (cilium/hubble#1614, @renovate[bot])
18+
* Update stable release to 1.16.3 (cilium/hubble#1611, @michi-covalent)
19+
820
## [v1.16.3] - 2024-10-25
921
[v1.16.3]: https://github.com/cilium/cilium/compare/v1.16.2...v1.16.3
1022

go.mod

Lines changed: 2 additions & 2 deletions
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.3
5+
require github.com/cilium/cilium v1.16.4
66

77
require (
88
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
@@ -48,7 +48,7 @@ require (
4848
github.com/spf13/viper v1.19.0 // indirect
4949
github.com/stoewer/go-strcase v1.3.0 // indirect
5050
github.com/subosito/gotenv v1.6.0 // indirect
51-
github.com/vishvananda/netlink v1.2.1-beta.2.0.20240524165444-4d4ba1473f21 // indirect
51+
github.com/vishvananda/netlink v1.3.1-0.20241022031324-976bd8de7d81 // indirect
5252
github.com/vishvananda/netns v0.0.4 // indirect
5353
go.mongodb.org/mongo-driver v1.14.0 // indirect
5454
go.uber.org/multierr v1.11.0 // indirect

go.sum

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/cilium/AUTHORS

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/cilium/pkg/clustermesh/types/option.go

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)