Skip to content

Releases: cilium/cilium-cli

Release v0.12.10

29 Nov 19:53
v0.12.10
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/google/gops from 0.3.25 to 0.3.26 by @dependabot in #1231
  • connectivity: collect sysdump also on test setup failure by @jibi in #1233
  • status: Exclude non-running pods from total Cluster Pods count by @felfa01 in #1236
  • clustermesh: Fix --bpf-lb-sock on < 1.12 by @brb in #1238
  • connectivity, install: delete pods before deleting namespace by @tklauser in #1237
  • defaults: update connectivity test image versions by @tklauser in #1239
  • connectivity/check: fix logging in non-verbose mode with timestamps by @tklauser in #1234
  • Prepare for v0.12.10 release by @tklauser in #1240
  • ci, make: allow to build release as root user by @tklauser in #1242
  • Makefile: Fix potential uid/gid collision by using setpriv by @tklauser in #1244

New Contributors

Full Changelog: v0.12.9...v0.12.10

Release v0.12.9

23 Nov 21:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.8...v0.12.9

Release v0.12.8

21 Nov 18:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.7...v0.12.8

Release v0.12.7

14 Nov 19:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.6...v0.12.7

Release v0.12.6

03 Nov 01:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.5...v0.12.6

Release v0.12.5

18 Oct 23:28
Compare
Choose a tag to compare

What's Changed

  • Update stable release to v0.12.4 by @tklauser in #1099
  • policy: Add support for drop direction and reason by @sayboras in #1095
  • build(deps): bump helm.sh/helm/v3 from 3.9.4 to 3.10.0 by @dependabot in #1103
  • build(deps): bump helm/kind-action from 1.3.0 to 1.4.0 by @dependabot in #1104
  • defaults: update connectivity test image versions by @tklauser in #1101
  • test/connectivity: Remove explicit namespace in policy manifest by @sayboras in #1112
  • config, hubble: plumb context where available by @tklauser in #1114
  • test/connectivity: Add any prefix for pod namespace label by @sayboras in #1113
  • sysdump: Collect k8s leases by @pchaigno in #1116
  • test/connectivity: Update drop traffic direction and reason (cont) by @sayboras in #1108
  • test/connectivity: Add early return when deploying perf resources by @learnitall in #1115
  • test/connectivity: Run connectivity test in non-default namespace by @sayboras in #1118
  • build(deps): bump michi-covalent/push-to-loki from 0.2.1 to 0.2.2 by @dependabot in #1119
  • build(deps): bump actions/checkout from 3.0.2 to 3.1.0 by @dependabot in #1120
  • build(deps): bump github.com/cloudflare/cfssl from 1.6.2 to 1.6.3 by @dependabot in #1121
  • build(deps): bump library/busybox from 8946083 to 7b72c24 by @dependabot in #1124
  • build(deps): bump library/golang from 1.19.1-alpine3.16 to 1.19.2-alpine3.16 by @dependabot in #1130
  • [connectivity] Allow configuring cilium-agent pod selector by @jaredledvina in #1128
  • build(deps): bump library/golang from 2baa528 to 9d3bd09 by @dependabot in #1134
  • build(deps): bump google.golang.org/grpc from 1.49.0 to 1.50.0 by @dependabot in #1133
  • Don't restart Cilium on cilium uninstall by @michi-covalent in #1137
  • build(deps): bump docker/build-push-action from 3.1.1 to 3.2.0 by @dependabot in #1143
  • sysdump: auto detect namespace from list of defaults. by @tommyp1ckles in #1132
  • build(deps): bump google-github-actions/auth from 0.8.1 to 0.8.3 by @dependabot in #1152
  • build(deps): bump google-github-actions/setup-gcloud from 0.6.0 to 0.6.2 by @dependabot in #1151
  • build(deps): bump docker/login-action from 2.0.0 to 2.1.0 by @dependabot in #1142
  • build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 by @dependabot in #1140
  • build(deps): bump library/golang from 9d3bd09 to f3e6836 by @dependabot in #1135
  • build(deps): bump docker/setup-buildx-action from 2.0.0 to 2.2.0 by @dependabot in #1156
  • build(deps): bump nick-invision/retry from 2.8.1 to 2.8.2 by @dependabot in #1158
  • vendor: Pick up the latest github.com/cilium/charts by @michi-covalent in #1159
  • build(deps): bump helm.sh/helm/v3 from 3.10.0 to 3.10.1 by @dependabot in #1157
  • Prepare for v0.12.5 release by @michi-covalent in #1163

Full Changelog: v0.12.4...v0.12.5

Release v0.12.4

21 Sep 10:08
v0.12.4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.3...v0.12.4

Release v0.12.3

01 Sep 21:51
v0.12.3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.2...v0.12.3

Release v0.12.2

26 Aug 16:10
v0.12.2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.1...v0.12.2

Release v0.12.1

04 Aug 12:54
v0.12.1
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump docker/build-push-action from 3.0.0 to 3.1.0 by @dependabot in #984
  • ci: explicitly wait for cilium status after enabling Hubble relay on GKE by @tklauser in #986
  • connectivity: Add --assume-cilium-version flag by @twpayne in #982
  • clustermesh: Validate cluster-id value as per requirement by @sayboras in #978
  • build(deps): bump helm.sh/helm/v3 from 3.9.1 to 3.9.2 by @dependabot in #988
  • connectivity: Detect version from cilium pods by @gandro in #987
  • Update RELEASE.md by @michi-covalent in #991
  • [connectivity] Retry deleting namespace while waiting by @jaredledvina in #976
  • RELEASE.md: bump version in stable.txt after release by @tklauser in #992
  • CODEOWNERS: update teams following removal of non-sig teams by @tklauser in #994
  • connectivity: Add node-local-dns match labels by @aditighag in #995
  • upgrade: also bump clustermesh-apiserver by @squeed in #993
  • connectivity: Introduce Cilium feature detection by @gandro in #998
  • Update Go to 1.18.5 by @tklauser in #999
  • connectivity: remove unused (*ConnectivityTest).FetchCiliumPodImageTag by @tklauser in #996
  • go.mod, vendor: update Hubble to v0.10.0 by @tklauser in #1001
  • internal: add missing types when generating helm template command by @aanm in #1002
  • connectivity: Add -t to prefix log msg with timestamp by @brb in #981
  • sysdump: Add kvstore data to dumps. by @tommyp1ckles in #972
  • build(deps): bump aws-actions/configure-aws-credentials from 1.6.1 to 1.7.0 by @dependabot in #1007
  • Prepare for v0.12.1 release by @tklauser in #1009

New Contributors

Full Changelog: v0.12.0...v0.12.1