Skip to content

Releases: cilium/cilium-cli

Release v0.14.2

08 May 14:37
v0.14.2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.1...v0.14.2

Release v0.14.1

03 May 16:07
v0.14.1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.14.1

Release v0.14.0

24 Apr 17:54
Compare
Choose a tag to compare

🚀 New Feature: helm installation mode

Feature Status: Experimental

This release introduces a new opt-in helm installation mode. This mode enables you to use cilium-cli and helm interchangeably to manage your Cilium installations, while taking advantage of cilium-cli's advanced features such as Cilium configuration auto-detection.

Please see README.md for details.

What's Changed

New Contributors

Full Changelog: v0.13.2...v0.14.0

Release v0.13.2

21 Mar 07:51
v0.13.2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.1...v0.13.2

Release v0.13.1

03 Mar 13:19
v0.13.1
Compare
Choose a tag to compare

What's Changed

  • go.mod, vendor: bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #1420
  • connectivity tests: fix issue on IPv6-only clusters by @giorio94 in #1414
  • Update stable release to v0.13.0 by @tklauser in #1412
  • enabled l7Proxy & removed err.log message for WireGuard by @Neilblaze in #1419
  • clustermesh: update etcd version to v3.5.4 by @kahirokunn in #1421
  • hubble: Patch Cilium DaemonSet with hubble-metrics port by @lambdanis in #1423
  • go.mod, vendor: pull in latest cilium charts for v1.14.0-snapshot.0 by @tklauser in #1425
  • Add profiling data(cpu/heap) of cilium agent to sysdump. by @marseel in #1424
  • Prepare for v0.13.1 release by @tklauser in #1427
  • Dockerfile: Bump library/golang from 9266e89 to bf83658 by @dependabot in #1431
  • .github/workflows: use softprops/action-gh-release in release workflow by @tklauser in #1433

New Contributors

Full Changelog: v0.13.0...v0.13.1

Release v0.13.0

24 Feb 11:09
v0.13.0
Compare
Choose a tag to compare

What's Changed

  • Update stable release to v0.12.13 by @michi-covalent in #1394
  • connectivity tests: support IPv6 in ICMP-related netpols by @giorio94 in #1403
  • Dockerfile: Bump library/golang from 1.20.0-alpine3.16 to 1.20.1-alpine3.16 by @dependabot in #1395
  • connectivity: skip nodeport tests with clustermesh if KPR is disabled by @giorio94 in #1401
  • ingress: Create Ingress Service if required by @sayboras in #1404
  • Wait for deletion of agent DaemonSet before deleting other resources. by @marseel in #1392
  • defaults: Lower connectivity timeouts by @brb in #1399
  • test: Wait for policy change if any policy changed by @jrajahalme in #1384
  • status: detect when DaemonSets and Deployments are rolling out by @squeed in #1383
  • go.mod, vendor: bump github.com/google/gops from 0.3.26 to 0.3.27 by @dependabot in #1408
  • sysdump: distil events in to a nice filterable HTML table by @squeed in #1385
  • Use Cilium v1.13.0 by default by @tklauser in #1407
  • connectivity: Add IPv6 tests by @brb in #1390
  • Prepare for v0.13.0 release by @tklauser in #1411

New Contributors

Full Changelog: v0.12.13...v0.13.0

Release v0.12.13

15 Feb 17:32
Compare
Choose a tag to compare

What's Changed

  • Update stable release to v0.12.12 by @tklauser in #1327
  • connectivity: Display last error after waiting k8s resources timeouts by @YutaroHayakawa in #1301
  • RELEASE.md: check and merge PRs before the release by @tklauser in #1329
  • build(deps): bump library/golang from 1.19.4-alpine3.16 to 1.19.5-alpine3.16 by @dependabot in #1331
  • build(deps): bump google.golang.org/grpc from 1.51.0 to 1.52.0 by @dependabot in #1330
  • Update Go to 1.19.5 by @tklauser in #1332
  • install: Auto-enable BPF masquerade by @brb in #1333
  • Update cilium vendoring by @raphink in #1334
  • install: Do not enable BPF masq if ipv6 is enabled by @brb in #1338
  • build(deps): bump docker/build-push-action from 3.2.0 to 3.3.0 by @dependabot in #1344
  • connectivity: Set PreferDualStack for test services by @brb in #1339
  • connectivity: Make pod to world test more configurable by @sathieu in #1345
  • build(deps): bump helm.sh/helm/v3 from 3.10.3 to 3.11.0 by @dependabot in #1349
  • build(deps): bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 by @dependabot in #1350
  • fix(connectivity): Add node-local-dns entitiy match for local ip usage case by @eminaktas in #997
  • Honor global namespace flag in sysdump command by @ChrsMark in #1302
  • sysdump: Collect new CR introduced as part of 1.13 by @sayboras in #1315
  • dependabot config updates by @tklauser in #1328
  • go.mod, vendor: bump google.golang.org/grpc from 1.52.0 to 1.52.3 by @dependabot in #1355
  • [connectivity] add container name for health tests by @fl64 in #1354
  • status: rename Hubble status to Hubble Relay by @kaworu in #1356
  • Update Cilium charts, update default Cilium version to v1.12.6 by @tklauser in #1358
  • ci: bump docker/build-push-action from 3.3.0 to 4.0.0 by @dependabot in #1360
  • ci: bump docker/setup-buildx-action from 2.2.1 to 2.4.0 by @dependabot in #1361
  • Check if context is cancelled before next iteration by @dharmicksai in #1353
  • clustermesh: Add missing brackets of etcd option by @giorio94 in #1362
  • clustermesh: adapt global service annotations by @giorio94 in #1359
  • connectivity: drop pre-1.11 allow-except-world test by @tklauser in #1364
  • Dockerfile: Bump library/golang from 1.19.5-alpine3.16 to 1.20.0-alpine3.16 by @dependabot in #1365
  • Update Go to 1.20, golangci-lint to v1.51.0 by @tklauser in #1368
  • go.mod, vendor: update github.com/cilium/hubble to v0.11.1 by @tklauser in #1367
  • ci: use cloud provider specific external target for pod-to-world tests by @tklauser in #1369
  • ci: bump google-github-actions/setup-gcloud from 1.0.1 to 1.1.0 by @dependabot in #1370
  • Update golangci-lint to v1.51.1 by @tklauser in #1372
  • ci: bump docker/setup-buildx-action from 2.4.0 to 2.4.1 by @dependabot in #1373
  • go.mod, vendor: bump google.golang.org/grpc from 1.52.3 to 1.53.0 by @dependabot in #1377
  • go.mod, vendor: bump helm.sh/helm/v3 from 3.11.0 to 3.11.1 by @dependabot in #1375
  • go.mod, vendor: bump golang.org/x/mod from 0.7.0 to 0.8.0 by @dependabot in #1376
  • go.mod, vendor: bump github.com/cilium/workerpool from 1.1.3 to 1.2.0 by @dependabot in #1380
  • Add JSON status (fix #956) by @raphink in #958
  • uninstall: remove cilium-config-agent role/rolebinding by @giorio94 in #1382
  • install: fix support for multi-object files by @squeed in #1388
  • Prepare for release v0.12.13 by @michi-covalent in #1393

New Contributors

Full Changelog: v0.12.12...v0.12.13

Release v0.12.12

11 Jan 09:51
v0.12.12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.11...v0.12.12

Release v0.12.11

01 Dec 17:52
v0.12.11
Compare
Choose a tag to compare

What's Changed

  • Update stable release to v0.12.10 by @tklauser in #1245
  • clustermesh: use Cilium version extracted from helm secret if available by @tklauser in #1248
  • status: Include pending pods in total Cluster Pods count by @felfa01 in #1249
  • .github/workflows: remove duplicate CI Image release digest step by @tklauser in #1250
  • workflows: add wait for no operation for cleaning up GKE by @brlbil in #1251
  • go.mod, vendor: pull in latest cilium charts for v1.10.17, v1.11.11, v1.12.4 and v1.13-rc3 by @tklauser in #1253
  • Prepare for v0.12.11 release by @tklauser in #1252

New Contributors

Full Changelog: v0.12.10...v0.12.11

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