Skip to content

Commit 6dbbd44

Browse files
committed
Prepare for v1.16.5 release
Signed-off-by: Chance Zibolski <[email protected]>
1 parent bb51502 commit 6dbbd44

File tree

295 files changed

+7672
-3901
lines changed

Some content is hidden

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

295 files changed

+7672
-3901
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.5] - 2024-12-18
9+
[v1.16.5]: https://github.com/cilium/cilium/compare/v1.16.4...v1.16.5
10+
11+
**CI Changes:**
12+
* Remove Dockerfile (cilium/hubble#1631, @michi-covalent)
13+
14+
**Misc Changes:**
15+
* chore(deps): update actions/setup-go action to v5.2.0 (cilium/hubble#1633, @renovate[bot])
16+
* chore(deps): update dependency cilium/cilium to v1.16.4 (cilium/hubble#1624, @renovate[bot])
17+
* chore(deps): update docker.io/library/alpine docker tag to v3.21.0 (cilium/hubble#1627, @renovate[bot])
18+
* chore(deps): update docker.io/library/alpine:3.21.0 docker digest to 21dc606 (cilium/hubble#1628, @renovate[bot])
19+
* chore(deps): update docker/build-push-action action to v6.10.0 (cilium/hubble#1625, @renovate[bot])
20+
* chore(deps): update golang to v1.23.4 (patch) (cilium/hubble#1626, @renovate[bot])
21+
* release: Remove the step to post a Slack message (cilium/hubble#1622, @michi-covalent)
22+
* Update stable release to 1.16.4 (cilium/hubble#1623, @michi-covalent)
23+
824
## [v1.16.4] - 2024-11-20
925
[v1.16.4]: https://github.com/cilium/cilium/compare/v1.16.3...v1.16.4
1026

go.mod

Lines changed: 12 additions & 12 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.4
5+
require github.com/cilium/cilium v1.16.5
66

77
require (
88
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
@@ -35,10 +35,10 @@ require (
3535
github.com/mitchellh/mapstructure v1.5.0 // indirect
3636
github.com/oklog/ulid v1.3.1 // indirect
3737
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
38-
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
38+
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
3939
github.com/sagikazarmark/locafero v0.4.0 // indirect
4040
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
41-
github.com/sasha-s/go-deadlock v0.3.1 // indirect
41+
github.com/sasha-s/go-deadlock v0.3.5 // indirect
4242
github.com/sirupsen/logrus v1.9.3 // indirect
4343
github.com/sourcegraph/conc v0.3.0 // indirect
4444
github.com/spf13/afero v1.11.0 // indirect
@@ -54,20 +54,20 @@ require (
5454
go.uber.org/multierr v1.11.0 // indirect
5555
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
5656
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
57-
golang.org/x/net v0.26.0 // indirect
58-
golang.org/x/sync v0.7.0 // indirect
59-
golang.org/x/sys v0.21.0 // indirect
60-
golang.org/x/text v0.16.0 // indirect
57+
golang.org/x/net v0.29.0 // indirect
58+
golang.org/x/sync v0.10.0 // indirect
59+
golang.org/x/sys v0.28.0 // indirect
60+
golang.org/x/text v0.21.0 // indirect
6161
golang.org/x/time v0.5.0 // indirect
62-
google.golang.org/genproto/googleapis/api v0.0.0-20240415180920-8c6c420018be // indirect
63-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240624140628-dc46fd24d27d // indirect
64-
google.golang.org/grpc v1.64.1 // indirect
65-
google.golang.org/protobuf v1.34.2 // indirect
62+
google.golang.org/genproto/googleapis/api v0.0.0-20241206012308-a4fef0638583 // indirect
63+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241206012308-a4fef0638583 // indirect
64+
google.golang.org/grpc v1.68.1 // indirect
65+
google.golang.org/protobuf v1.35.2 // indirect
6666
gopkg.in/ini.v1 v1.67.0 // indirect
6767
gopkg.in/yaml.v3 v3.0.1 // indirect
6868
k8s.io/apimachinery v0.30.2 // indirect
6969
k8s.io/client-go v0.30.2 // indirect
70-
k8s.io/klog/v2 v2.120.1 // indirect
70+
k8s.io/klog/v2 v2.130.1 // indirect
7171
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 // indirect
7272
)
7373

go.sum

Lines changed: 34 additions & 31 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: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/cilium/api/v1/flow/flow.pb.go

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

vendor/github.com/cilium/cilium/api/v1/models/b_p_f_map_entry.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/cilium/api/v1/models/backend_address.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/cilium/api/v1/models/bandwidth_manager.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/cilium/api/v1/models/bgp_route_policy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/cilium/api/v1/models/bgp_route_policy_statement.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)