Skip to content

Commit f6c0ae0

Browse files
committed
Prepare for v0.16.21 release
Signed-off-by: Tobias Klauser <tobias@cilium.io>
1 parent 08ec689 commit f6c0ae0

File tree

2,022 files changed

+85594
-74864
lines changed

Some content is hidden

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

2,022 files changed

+85594
-74864
lines changed

.github/workflows/gke.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,12 @@ jobs:
156156
nc -nvz 127.0.0.1 4245
157157
158158
# Run connectivity test
159-
cilium connectivity test --test-concurrency=5 --all-flows --collect-sysdump-on-failure --external-target google.com.
159+
cilium connectivity test \
160+
--test-concurrency=5 \
161+
--all-flows \
162+
--collect-sysdump-on-failure \
163+
--external-target google.com. \
164+
--log-check-levels error # don't check for warnings in logs, TODO: address warnings and include check again
160165
kubectl delete namespace -l "app.kubernetes.io/name=cilium-cli"
161166
162167
# Run performance test

.github/workflows/kind.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ jobs:
129129
--external-target-ca-name=ca \
130130
--external-cidr 172.18.0.0/16 \
131131
--external-ip ${{ steps.external_targets.outputs.worker2_ip }} \
132-
--external-other-ip ${{ steps.external_targets.outputs.worker3_ip }}
132+
--external-other-ip ${{ steps.external_targets.outputs.worker3_ip }} \
133+
--log-check-levels error # don't check for warnings in logs, hubble-ui logs some expected messages as warnings. TODO: remove when https://github.com/cilium/hubble-ui/pull/940 is merged.
133134
134135
- name: Uninstall node local DNS
135136
run: |

.github/workflows/multicluster.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ jobs:
255255
# Run connectivity test
256256
cilium --context "${{ steps.contexts.outputs.cluster1 }}" connectivity test --test-concurrency=5 \
257257
--multi-cluster "${{ steps.contexts.outputs.cluster2 }}" --test '!/*-deny,!/pod-to-.*-nodeport' \
258-
--all-flows --collect-sysdump-on-failure --external-target google.com.
258+
--all-flows --collect-sysdump-on-failure --external-target google.com. \
259+
--log-check-levels error # don't check for warnings in logs, TODO: address warnings and include check again
259260
260261
- name: Post-test information gathering
261262
if: ${{ !success() }}

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ binary releases.
4343

4444
| Release | Maintained | Compatible Cilium Versions |
4545
|------------------------------------------------------------------------|------------|----------------------------|
46-
| [v0.16.20](https://github.com/cilium/cilium-cli/releases/tag/v0.16.20) | Yes | Cilium 1.15 and newer |
46+
| [v0.16.21](https://github.com/cilium/cilium-cli/releases/tag/v0.16.21) | Yes | Cilium 1.15 and newer |
4747
| [v0.15.22](https://github.com/cilium/cilium-cli/releases/tag/v0.15.22) | Yes | Cilium 1.14 (*) |
4848

49-
Note:
49+
Note:
5050
- [v0.15.22](https://github.com/cilium/cilium-cli/releases/tag/v0.15.22) can
5151
still be used for Cilium 1.15 and newer if Gateway API support is not enabled.
5252

@@ -232,27 +232,27 @@ To install Cilium while automatically detected:
232232
Jan 6 13:41:30.509: 10.0.0.11:59414 -> 10.0.0.166:8080 to-endpoint FORWARDED (TCP Flags: ACK)
233233
✅ client pod client-9f579495f-b2pcq was able to communicate with service echo-same-node
234234

235-
#### Network Performance test
235+
#### Network Performance test
236236

237237
cilium connectivity perf
238238
🔥 Network Performance Test Summary:
239239
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
240240
📋 Scenario | Node | Test | Duration | Min | Mean | Max | P50 | P90 | P99 | Transaction rate OP/s
241241
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
242-
📋 pod-to-pod | same-node | TCP_RR | 1s | 16µs | 32.39µs | 1.567ms | 20µs | 52µs | 97µs | 30696.13
243-
📋 pod-to-pod | same-node | UDP_RR | 1s | 14µs | 29.86µs | 4.41ms | 17µs | 47µs | 97µs | 33251.51
244-
📋 pod-to-pod | same-node | TCP_CRR | 1s | 290µs | 512.1µs | 13.413ms | 467µs | 626µs | 980µs | 1949.69
245-
📋 pod-to-pod | other-node | TCP_RR | 1s | 350µs | 692.85µs | 3.543ms | 631µs | 1.001ms | 1.483ms | 1438.69
246-
📋 pod-to-pod | other-node | UDP_RR | 1s | 312µs | 865.83µs | 8.731ms | 605µs | 1.444ms | 6ms | 1150.79
247-
📋 pod-to-pod | other-node | TCP_CRR | 1s | 959µs | 2.15805ms | 7.677ms | 1.555ms | 5.425ms | 7.133ms | 461.78
242+
📋 pod-to-pod | same-node | TCP_RR | 1s | 16µs | 32.39µs | 1.567ms | 20µs | 52µs | 97µs | 30696.13
243+
📋 pod-to-pod | same-node | UDP_RR | 1s | 14µs | 29.86µs | 4.41ms | 17µs | 47µs | 97µs | 33251.51
244+
📋 pod-to-pod | same-node | TCP_CRR | 1s | 290µs | 512.1µs | 13.413ms | 467µs | 626µs | 980µs | 1949.69
245+
📋 pod-to-pod | other-node | TCP_RR | 1s | 350µs | 692.85µs | 3.543ms | 631µs | 1.001ms | 1.483ms | 1438.69
246+
📋 pod-to-pod | other-node | UDP_RR | 1s | 312µs | 865.83µs | 8.731ms | 605µs | 1.444ms | 6ms | 1150.79
247+
📋 pod-to-pod | other-node | TCP_CRR | 1s | 959µs | 2.15805ms | 7.677ms | 1.555ms | 5.425ms | 7.133ms | 461.78
248248
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
249249
-------------------------------------------------------------------------------------
250250
📋 Scenario | Node | Test | Duration | Throughput Mb/s
251251
-------------------------------------------------------------------------------------
252-
📋 pod-to-pod | same-node | TCP_STREAM | 1s | 631.58
253-
📋 pod-to-pod | same-node | UDP_STREAM | 1s | 458.66
254-
📋 pod-to-pod | other-node | TCP_STREAM | 1s | 411.43
255-
📋 pod-to-pod | other-node | UDP_STREAM | 1s | 144.44
252+
📋 pod-to-pod | same-node | TCP_STREAM | 1s | 631.58
253+
📋 pod-to-pod | same-node | UDP_STREAM | 1s | 458.66
254+
📋 pod-to-pod | other-node | TCP_STREAM | 1s | 411.43
255+
📋 pod-to-pod | other-node | UDP_STREAM | 1s | 144.44
256256
-------------------------------------------------------------------------------------
257257

258258

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ table](https://github.com/cilium/cilium-cli#releases) for the most recent suppor
1919
Set `RELEASE` environment variable to the new version. This variable will be
2020
used in the commands throughout the documenat to allow copy-pasting.
2121

22-
export RELEASE=v0.16.21
22+
export RELEASE=v0.16.22
2323

2424
## Update local checkout
2525

go.mod

+50-52
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ replace (
1212
sigs.k8s.io/controller-tools => github.com/cilium/controller-tools v0.8.0-2
1313
)
1414

15-
require github.com/cilium/cilium v1.17.0-pre.2
15+
require github.com/cilium/cilium v1.17.0-pre.2.0.20241128113957-0aeeefb44314
1616

1717
require (
18-
cel.dev/expr v0.16.0 // indirect
18+
cel.dev/expr v0.18.0 // indirect
1919
dario.cat/mergo v1.0.1 // indirect
2020
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
2121
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
@@ -25,29 +25,30 @@ require (
2525
github.com/Masterminds/semver/v3 v3.3.0 // indirect
2626
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
2727
github.com/Masterminds/squirrel v1.5.4 // indirect
28-
github.com/Microsoft/hcsshim v0.11.4 // indirect
2928
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
3029
github.com/beorn7/perks v1.0.1 // indirect
3130
github.com/blang/semver/v4 v4.0.0 // indirect
3231
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
3332
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3433
github.com/chai2010/gettext-go v1.0.2 // indirect
35-
github.com/cilium/charts v0.0.0-20241015090923-1f4c1b5ac12a // indirect
34+
github.com/cilium/charts v0.0.0-20241120095330-9c4cd49dd9e6 // indirect
3635
github.com/cilium/ebpf v0.16.0 // indirect
37-
github.com/cilium/hive v0.0.0-20241021113747-bb8f3c0bede4 // indirect
38-
github.com/cilium/proxy v0.0.0-20240909042906-ae435a5bef38 // indirect
39-
github.com/cilium/statedb v0.3.2 // indirect
36+
github.com/cilium/hive v0.0.0-20241122120553-e90d0875ae01 // indirect
37+
github.com/cilium/proxy v0.0.0-20241115112946-fb67566cbd95 // indirect
38+
github.com/cilium/statedb v0.3.3 // indirect
4039
github.com/cilium/stream v0.0.0-20240816054136-71321e385273 // indirect
4140
github.com/cilium/workerpool v1.2.0 // indirect
4241
github.com/cloudflare/cfssl v1.6.5 // indirect
4342
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
44-
github.com/containerd/containerd v1.7.14 // indirect
43+
github.com/containerd/containerd v1.7.23 // indirect
44+
github.com/containerd/errdefs v0.3.0 // indirect
4545
github.com/containerd/log v0.1.0 // indirect
46+
github.com/containerd/platforms v0.2.1 // indirect
4647
github.com/coreos/go-semver v0.3.1 // indirect
4748
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
48-
github.com/cyphar/filepath-securejoin v0.3.1 // indirect
49+
github.com/cyphar/filepath-securejoin v0.3.4 // indirect
4950
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
50-
github.com/distribution/reference v0.5.0 // indirect
51+
github.com/distribution/reference v0.6.0 // indirect
5152
github.com/docker/cli v25.0.1+incompatible // indirect
5253
github.com/docker/distribution v2.8.3+incompatible // indirect
5354
github.com/docker/docker v27.3.1+incompatible // indirect
@@ -60,7 +61,7 @@ require (
6061
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
6162
github.com/fatih/color v1.18.0 // indirect
6263
github.com/felixge/httpsnoop v1.0.4 // indirect
63-
github.com/fsnotify/fsnotify v1.7.0 // indirect
64+
github.com/fsnotify/fsnotify v1.8.0 // indirect
6465
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
6566
github.com/go-errors/errors v1.4.2 // indirect
6667
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
@@ -88,17 +89,16 @@ require (
8889
github.com/google/gops v0.3.28 // indirect
8990
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
9091
github.com/google/uuid v1.6.0 // indirect
91-
github.com/gopacket/gopacket v1.3.0 // indirect
92+
github.com/gopacket/gopacket v1.3.1 // indirect
9293
github.com/gorilla/mux v1.8.1 // indirect
9394
github.com/gorilla/websocket v1.5.1 // indirect
9495
github.com/gosuri/uitable v0.0.4 // indirect
95-
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
96+
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
9697
github.com/hashicorp/errwrap v1.1.0 // indirect
9798
github.com/hashicorp/go-hclog v1.6.3 // indirect
9899
github.com/hashicorp/go-multierror v1.1.1 // indirect
99100
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
100101
github.com/huandu/xstrings v1.5.0 // indirect
101-
github.com/imdario/mergo v0.3.16 // indirect
102102
github.com/inconshreveable/mousetrap v1.1.0 // indirect
103103
github.com/jmoiron/sqlx v1.4.0 // indirect
104104
github.com/josharian/intern v1.0.0 // indirect
@@ -119,7 +119,7 @@ require (
119119
github.com/mitchellh/mapstructure v1.5.0 // indirect
120120
github.com/mitchellh/reflectwalk v1.0.2 // indirect
121121
github.com/moby/locker v1.0.1 // indirect
122-
github.com/moby/spdystream v0.4.0 // indirect
122+
github.com/moby/spdystream v0.5.0 // indirect
123123
github.com/moby/term v0.5.0 // indirect
124124
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
125125
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -130,7 +130,7 @@ require (
130130
github.com/opencontainers/go-digest v1.0.0 // indirect
131131
github.com/opencontainers/image-spec v1.1.0 // indirect
132132
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
133-
github.com/osrg/gobgp/v3 v3.29.0 // indirect
133+
github.com/osrg/gobgp/v3 v3.31.0 // indirect
134134
github.com/pelletier/go-toml v1.9.5 // indirect
135135
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
136136
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
@@ -139,7 +139,7 @@ require (
139139
github.com/pkg/errors v0.9.1 // indirect
140140
github.com/prometheus/client_golang v1.20.5 // indirect
141141
github.com/prometheus/client_model v0.6.1 // indirect
142-
github.com/prometheus/common v0.60.0 // indirect
142+
github.com/prometheus/common v0.60.1 // indirect
143143
github.com/prometheus/procfs v0.15.1 // indirect
144144
github.com/rivo/uniseg v0.4.4 // indirect
145145
github.com/rubenv/sql-migrate v1.7.0 // indirect
@@ -157,7 +157,7 @@ require (
157157
github.com/spf13/viper v1.19.0 // indirect
158158
github.com/subosito/gotenv v1.6.0 // indirect
159159
github.com/vishvananda/netlink v1.3.1-0.20241022031324-976bd8de7d81 // indirect
160-
github.com/vishvananda/netns v0.0.4 // indirect
160+
github.com/vishvananda/netns v0.0.5 // indirect
161161
github.com/weppos/publicsuffix-go v0.30.0 // indirect
162162
github.com/x448/float16 v0.8.4 // indirect
163163
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
@@ -166,58 +166,56 @@ require (
166166
github.com/xlab/treeprint v1.2.0 // indirect
167167
github.com/zmap/zcrypto v0.0.0-20230310154051-c8b263fd8300 // indirect
168168
github.com/zmap/zlint/v3 v3.5.0 // indirect
169-
go.etcd.io/etcd/api/v3 v3.5.16 // indirect
170-
go.etcd.io/etcd/client/pkg/v3 v3.5.16 // indirect
171-
go.etcd.io/etcd/client/v3 v3.5.16 // indirect
169+
go.etcd.io/etcd/api/v3 v3.5.17 // indirect
170+
go.etcd.io/etcd/client/pkg/v3 v3.5.17 // indirect
171+
go.etcd.io/etcd/client/v3 v3.5.17 // indirect
172172
go.mongodb.org/mongo-driver v1.14.0 // indirect
173173
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
174174
go.opentelemetry.io/otel v1.31.0 // indirect
175175
go.opentelemetry.io/otel/metric v1.31.0 // indirect
176176
go.opentelemetry.io/otel/trace v1.31.0 // indirect
177177
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
178-
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
179178
go.uber.org/dig v1.17.1 // indirect
180179
go.uber.org/multierr v1.11.0 // indirect
181180
go.uber.org/zap v1.27.0 // indirect
182181
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
183-
golang.org/x/crypto v0.28.0 // indirect
182+
golang.org/x/crypto v0.29.0 // indirect
184183
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
185-
golang.org/x/net v0.30.0 // indirect
184+
golang.org/x/net v0.31.0 // indirect
186185
golang.org/x/oauth2 v0.23.0 // indirect
187-
golang.org/x/sync v0.8.0 // indirect
188-
golang.org/x/sys v0.26.0 // indirect
189-
golang.org/x/term v0.25.0 // indirect
190-
golang.org/x/text v0.19.0 // indirect
191-
golang.org/x/time v0.7.0 // indirect
192-
golang.org/x/tools v0.26.0 // indirect
193-
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
194-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect
195-
google.golang.org/grpc v1.67.1 // indirect
196-
google.golang.org/protobuf v1.35.1 // indirect
186+
golang.org/x/sync v0.9.0 // indirect
187+
golang.org/x/sys v0.27.0 // indirect
188+
golang.org/x/term v0.26.0 // indirect
189+
golang.org/x/text v0.20.0 // indirect
190+
golang.org/x/time v0.8.0 // indirect
191+
golang.org/x/tools v0.27.0 // indirect
192+
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
193+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect
194+
google.golang.org/grpc v1.68.0 // indirect
195+
google.golang.org/protobuf v1.35.2 // indirect
197196
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
198197
gopkg.in/inf.v0 v0.9.1 // indirect
199198
gopkg.in/ini.v1 v1.67.0 // indirect
200-
gopkg.in/yaml.v2 v2.4.0 // indirect
201199
gopkg.in/yaml.v3 v3.0.1 // indirect
202-
helm.sh/helm/v3 v3.16.2 // indirect
203-
k8s.io/api v0.31.2 // indirect
204-
k8s.io/apiextensions-apiserver v0.31.2 // indirect
205-
k8s.io/apimachinery v0.31.2 // indirect
206-
k8s.io/apiserver v0.31.2 // indirect
207-
k8s.io/cli-runtime v0.31.2 // indirect
208-
k8s.io/client-go v0.31.2 // indirect
209-
k8s.io/component-base v0.31.2 // indirect
200+
helm.sh/helm/v3 v3.16.3 // indirect
201+
k8s.io/api v0.32.0-rc.0 // indirect
202+
k8s.io/apiextensions-apiserver v0.32.0-rc.0 // indirect
203+
k8s.io/apimachinery v0.32.0-rc.0 // indirect
204+
k8s.io/apiserver v0.32.0-rc.0 // indirect
205+
k8s.io/cli-runtime v0.32.0-rc.0 // indirect
206+
k8s.io/client-go v0.32.0-rc.0 // indirect
207+
k8s.io/component-base v0.32.0-rc.0 // indirect
210208
k8s.io/klog/v2 v2.130.1 // indirect
211-
k8s.io/kube-openapi v0.0.0-20240423202451-8948a665c108 // indirect
212-
k8s.io/kubectl v0.31.1 // indirect
213-
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 // indirect
209+
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
210+
k8s.io/kubectl v0.31.3 // indirect
211+
k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078 // indirect
214212
oras.land/oras-go v1.2.5 // indirect
215-
sigs.k8s.io/controller-runtime v0.19.0 // indirect
213+
sigs.k8s.io/controller-runtime v0.19.2 // indirect
216214
sigs.k8s.io/gateway-api v1.2.0 // indirect
217-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
218-
sigs.k8s.io/kustomize/api v0.17.2 // indirect
219-
sigs.k8s.io/kustomize/kyaml v0.17.1 // indirect
220-
sigs.k8s.io/mcs-api v0.1.1-0.20241002142749-eff1ba8c3ab2 // indirect
221-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
215+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
216+
sigs.k8s.io/kustomize/api v0.18.0 // indirect
217+
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
218+
sigs.k8s.io/mcs-api v0.1.1-0.20241107131729-9615e3489a98 // indirect
219+
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
222220
sigs.k8s.io/yaml v1.4.0 // indirect
223221
)

0 commit comments

Comments
 (0)