Skip to content

Releases: cilium/cilium-cli

Release v0.16.13

11 Jul 18:18
v0.16.13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.12...v0.16.13

Release v0.16.12

10 Jul 00:34
v0.16.12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.11...v0.16.12

Release v0.16.11

27 Jun 15:55
v0.16.11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.10...v0.16.11

Release v0.16.10

07 Jun 23:34
v0.16.10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.9...v0.16.10

Release v0.16.9

31 May 16:56
v0.16.9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.8...v0.16.9

Release v0.16.8

29 May 22:13
v0.16.8
Compare
Choose a tag to compare

What's Changed

  • Update stable release to v0.16.7 by @michi-covalent in #2532
  • RELEASE.md: make sure to push correct release branch by @tklauser in #2534
  • Remove cilium/hubble dependency by @michi-covalent in #2528
  • golangci: remove deprecated go version properties by @tklauser in #2536
  • chore(deps): update softprops/action-gh-release action to v2.0.5 by @renovate in #2535
  • chore(deps): update golangci/golangci-lint-action action to v5.3.0 by @renovate in #2527
  • Display stderr when ExecInPod action fails. by @marseel in #2508
  • chore(deps): update golang docker tag to v1.22.3 by @renovate in #2537
  • chore(deps): update docker.io/library/busybox:stable-glibc docker digest to 9bc27a7 by @renovate in #2538
  • fix: Azure BYOCNI workflow by @viktor-kurchenko in #2546
  • Capture additional clustermesh-related troubleshooting information as part of sysdumps by @giorio94 in #2531
  • Improve ClusterMesh status reporting to include KVStoreMesh information and troubleshooting tips by @giorio94 in #2541
  • chore(deps): update go to v1.22.3 (patch) by @renovate in #2542
  • fix(deps): update module github.com/cilium/charts to v0.0.0-20240507142034-8e0b9125ca4a by @renovate in #2543
  • clustermesh: reset remote clusters configuration upon disconnection by @giorio94 in #2544
  • chore(deps): update dependency cilium/cilium to v1.15.5 by @renovate in #2551
  • Connectivity test concurrent run by @viktor-kurchenko in #2496
  • chore(deps): update golang:1.22.3-alpine3.19 docker digest to f1fe698 by @renovate in #2550
  • chore(deps): update dependency kubernetes-sigs/kind to v0.23.0 by @renovate in #2547
  • chore(deps): update docker.io/library/golang:1.22.3-alpine3.19 docker digest to f1fe698 by @renovate in #2554
  • chore(deps): update all github action dependencies (patch) by @renovate in #2539
  • chore(deps): update golangci/golangci-lint-action action to v6 by @renovate in #2533
  • chore(deps): update golangci/golangci-lint docker tag to v1.58.1 by @renovate in #2525
  • fix(deps): update all go dependencies main (minor) by @renovate in #2556
  • encrypt: broken IPsec algo removed by @viktor-kurchenko in #2552
  • sysdump: don't write extension twice in clustermesh debug files by @giorio94 in #2557
  • fix(deps): update module github.com/cilium/charts to v0.0.0-20240517144447-a8ec8771aab8 by @renovate in #2555
  • chore(deps): update golangci/golangci-lint docker tag to v1.58.2 by @renovate in #2558
  • fix(deps): update module helm.sh/helm/v3 to v3.15.1 by @renovate in #2560
  • Connectivity tests concurrent logger. by @viktor-kurchenko in #2562
  • chore(deps): update golangci/golangci-lint docker tag to v1.59.0 by @renovate in #2563
  • chore(deps): update docker/login-action action to v3.2.0 by @renovate in #2564
  • chore(deps): update azure/login action to v2.1.1 by @renovate in #2561
  • Prepare for v0.16.8 release by @michi-covalent in #2566

Full Changelog: v0.16.7...v0.16.8

Release v0.16.7

06 May 14:55
v0.16.7
13cf068
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.6...v0.16.7

Release v0.16.6

30 Apr 18:15
v0.16.6
Compare
Choose a tag to compare

What's Changed

  • Update stable release to v0.16.5 by @michi-covalent in #2510
  • fix(deps): update github.com/cilium/charts digest to d93188b by @renovate in #2506
  • chore(deps): update golangci/golangci-lint-action action to v5 by @renovate in #2504
  • chore(deps): update actions/download-artifact action to v4.1.7 by @renovate in #2500
  • chore(deps): update docker/dockerfile:1.7 docker digest to a57df69 by @renovate in #2505
  • Pin test-connection-disruption using multi-platform image SHA by @michi-covalent in #2513
  • k8s: remove unused filter functionality from k8sclient.CiliumLogs by @mhofstetter in #2501
  • chore(deps): update docker.io/library/busybox:stable-glibc docker digest to 735f3e2 by @renovate in #2517
  • chore(deps): update golangci/golangci-lint-action action to v5.1.0 by @renovate in #2515
  • chore(deps): update actions/checkout action to v4.1.4 by @renovate in #2514
  • connectivity: Delete test-conn-disrupt pods immediately after test run by @brb in #2511
  • Prepare for v0.16.6 release by @michi-covalent in #2516

Full Changelog: v0.16.5...v0.16.6

Release v0.16.5

26 Apr 17:20
v0.16.5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.4...v0.16.5

Release v0.16.4

28 Mar 18:15
Compare
Choose a tag to compare

What's Changed

  • Update stable release to v0.16.3 by @michi-covalent in #2407
  • tests: Add exceptions for error logs check by @jrajahalme in #2432
  • connectivity: don't hard-code ingress service NodePorts by @giorio94 in #2435
  • fix(deps): update module github.com/prometheus/common to v0.51.0 by @renovate in #2444
  • chore(deps): update module github.com/docker/docker to v25.0.5+incompatible [security] by @renovate in #2440
  • Configure fully-qualified DNS names as external targets by @giorio94 in #2433
  • defaults: Move Version and HelmRepository from const to var by @michi-covalent in #2441
  • Ignore "Unsupported L2 protocol" to known drops by @margamanterola in #2436
  • Fix flow validation with fully-qualified DNS names by @giorio94 in #2450
  • renovate:: Pick up github.com/cilium/cilium prereleases by @michi-covalent in #2449
  • Explicitly wait for ingress service creation by @giorio94 in #2445
  • chore(deps): update docker.io/library/golang:1.22.1-alpine3.19 docker digest to 0466223 by @renovate in #2443
  • ci: avoid overlapping pod and service CIDRs on AKS by @tklauser in #2446
  • ci: fix installation on AKS by @tklauser in #2452
  • feat: Make Cilium CLI work with Cilium installed through helm with a non-default name. by @matthewhembree in #2430
  • chore(deps): update dependency cilium/cilium to v1.15.3 by @renovate in #2451
  • errors: add [no-error-logs] exception for issue caused by fqdn bug. by @tommyp1ckles in #2438
  • helm: fix KPR autodetection value by @giorio94 in #2453
  • chore(deps): update golangci/golangci-lint docker tag to v1.57.1 by @renovate in #2434
  • Prepare for v0.16.4 release by @michi-covalent in #2455

New Contributors

Full Changelog: v0.16.3...v0.16.4