Skip to content

Commit 200487d

Browse files
committed
Prepare for v1.17.3 release
Signed-off-by: Chance Zibolski <chance.zibolski@gmail.com>
1 parent 6c19b9b commit 200487d

File tree

232 files changed

+22414
-4916
lines changed

Some content is hidden

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

232 files changed

+22414
-4916
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.17.3] - 2025-04-30
9+
[v1.17.3]: https://github.com/cilium/cilium/compare/v1.17.2...v1.17.3
10+
11+
**Misc Changes:**
12+
* chore(deps): update all github action dependencies (patch) (cilium/hubble#1672, @renovate[bot])
13+
* chore(deps): update library/golang docker tag to v1.23.8 (cilium/hubble#1671, @renovate[bot])
14+
* chore(deps): update module golang.org/x/net to v0.38.0 [security] (cilium/hubble#1673, @renovate[bot])
15+
* Update stable to 1.17.2 (cilium/hubble#1670, @chancez)
16+
817
## [v1.17.2] - 2025-04-01
918
[v1.17.2]: https://github.com/cilium/cilium/compare/v1.17.1...v1.17.2
1019

go.mod

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ module github.com/cilium/hubble
33
// renovate: datasource=golang-version depName=go
44
go 1.23.6
55

6-
require github.com/cilium/cilium v1.17.2
6+
require github.com/cilium/cilium v1.17.3
77

88
require (
9-
cel.dev/expr v0.18.0 // indirect
9+
cel.dev/expr v0.19.1 // indirect
1010
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
1111
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
1212
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
@@ -15,15 +15,15 @@ require (
1515
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1616
github.com/cilium/ebpf v0.17.1 // indirect
1717
github.com/cilium/hive v0.0.0-20250121145729-e67f66eb0375 // indirect
18-
github.com/cilium/proxy v0.0.0-20241115112946-fb67566cbd95 // indirect
18+
github.com/cilium/proxy v0.0.0-20250408103314-d3be7c547203 // indirect
1919
github.com/cilium/statedb v0.3.6 // indirect
2020
github.com/cilium/stream v0.0.0-20241203114243-53c3e5d79744 // indirect
21-
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
21+
github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f // indirect
2222
github.com/coreos/go-semver v0.3.1 // indirect
2323
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
2424
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2525
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
26-
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
26+
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
2727
github.com/fatih/color v1.18.0 // indirect
2828
github.com/fsnotify/fsnotify v1.8.0 // indirect
2929
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
@@ -97,34 +97,35 @@ require (
9797
github.com/spf13/viper v1.19.0 // indirect
9898
github.com/stoewer/go-strcase v1.3.0 // indirect
9999
github.com/subosito/gotenv v1.6.0 // indirect
100-
github.com/vishvananda/netlink v1.3.1-0.20250221194427-0af32151e72b // indirect
100+
github.com/vishvananda/netlink v1.3.1-0.20250303224720-0e7078ed04c8 // indirect
101101
github.com/vishvananda/netns v0.0.5 // indirect
102102
github.com/x448/float16 v0.8.4 // indirect
103103
github.com/xlab/treeprint v1.2.0 // indirect
104104
go.etcd.io/etcd/api/v3 v3.5.17 // indirect
105105
go.etcd.io/etcd/client/pkg/v3 v3.5.17 // indirect
106106
go.etcd.io/etcd/client/v3 v3.5.17 // indirect
107107
go.mongodb.org/mongo-driver v1.14.0 // indirect
108-
go.opentelemetry.io/otel v1.32.0 // indirect
109-
go.opentelemetry.io/otel/metric v1.32.0 // indirect
110-
go.opentelemetry.io/otel/trace v1.32.0 // indirect
108+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
109+
go.opentelemetry.io/otel v1.34.0 // indirect
110+
go.opentelemetry.io/otel/metric v1.34.0 // indirect
111+
go.opentelemetry.io/otel/trace v1.34.0 // indirect
111112
go.uber.org/dig v1.17.1 // indirect
112113
go.uber.org/multierr v1.11.0 // indirect
113114
go.uber.org/zap v1.27.0 // indirect
114115
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
115116
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
116117
golang.org/x/net v0.38.0 // indirect
117-
golang.org/x/oauth2 v0.24.0 // indirect
118+
golang.org/x/oauth2 v0.27.0 // indirect
118119
golang.org/x/sync v0.12.0 // indirect
119-
golang.org/x/sys v0.31.0 // indirect
120+
golang.org/x/sys v0.32.0 // indirect
120121
golang.org/x/term v0.30.0 // indirect
121122
golang.org/x/text v0.23.0 // indirect
122123
golang.org/x/time v0.8.0 // indirect
123124
golang.org/x/tools v0.28.0 // indirect
124-
google.golang.org/genproto/googleapis/api v0.0.0-20241206012308-a4fef0638583 // indirect
125-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
126-
google.golang.org/grpc v1.69.0 // indirect
127-
google.golang.org/protobuf v1.35.2 // indirect
125+
google.golang.org/genproto/googleapis/api v0.0.0-20250407143221-ac9807e6c755 // indirect
126+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250407143221-ac9807e6c755 // indirect
127+
google.golang.org/grpc v1.71.1 // indirect
128+
google.golang.org/protobuf v1.36.6 // indirect
128129
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
129130
gopkg.in/inf.v0 v0.9.1 // indirect
130131
gopkg.in/ini.v1 v1.67.0 // indirect

go.sum

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

0 commit comments

Comments
 (0)