Skip to content

Releases: cilium/cilium-cli

Release v0.15.6

21 Aug 13:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.5...v0.15.6

Release v0.15.5

02 Aug 20:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.4...v0.15.5

Release v0.15.4

21 Jul 02:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.3...v0.15.4

Release v0.15.3

17 Jul 17:46
Compare
Choose a tag to compare

What's Changed

  • Update stable release to v0.15.2 by @tklauser in #1827
  • chore(deps): update docker/setup-buildx-action action to v2.9.1 by @renovate in #1826
  • .github/workflows: let renovate update kind version by @tklauser in #1832
  • fix(deps): update all go dependencies main by @renovate in #1837
  • fix(deps): update module helm.sh/helm/v3 to v3.12.2 by @renovate in #1838
  • connectivity: Use readiness probe for test-conn-disrupt-server by @brb in #1778
  • fix(deps): update github.com/cilium/tetragon/pkg/k8s digest to 6f694cf by @renovate in #1840
  • chore(deps): update dependency kubernetes-sigs/kind to v0.20.0 by @renovate in #1835
  • Partly revert "connectivity: enable IPv6 test fort per-endpoint routing" by @brb in #1842
  • k8s.NewClient: Initialize Helm action configuration by @michi-covalent in #1836
  • Update README.md by @saintdle in #1829
  • Prepare for v0.15.3 release by @michi-covalent in #1843

New Contributors

Full Changelog: v0.15.2...v0.15.3

Release v0.15.2

12 Jul 14:19
v0.15.2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.1...v0.15.2

Release v0.15.1

11 Jul 17:40
Compare
Choose a tag to compare

What's Changed

  • Update stable release to v0.15.0 by @asauber in #1770
  • connectivity: Add op=Exists toleration for test-conn-disrupt by @brb in #1768
  • fix(deps): update all go dependencies main by @renovate in #1779
  • connectivity: Fix trailing newline in tail call drop counts by @brb in #1777
  • chore(deps): update docker.io/library/busybox:stable-glibc docker digest to 7f1b8b8 by @renovate in #1772
  • chore(deps): update docker/setup-buildx-action action to v2.8.0 by @renovate in #1775
  • sysdump: Use intermediate import package for supported envoy resources by @sayboras in #1763
  • helm mode: don't suggest removed Azure flag by @asauber in #1771
  • fix(deps): update github.com/cilium/tetragon/pkg/k8s digest to 6e47916 by @renovate in #1782
  • chore(deps): update docker.io/library/busybox:stable-glibc docker digest to 95101b8 by @renovate in #1781
  • Helm mode: Handle "cluster.name" Helm value by @michi-covalent in #1796
  • .github/workflows: remove master mirror by @tklauser in #1800
  • connectivity: don't wait for service backends if the IP family is disabled by @giorio94 in #1801
  • Fix link in reference to helm mode by @dgl in #1807
  • fix(deps): update all go dependencies main by @renovate in #1803
  • chore(deps): update docker/setup-buildx-action action to v2.9.0 by @renovate in #1809
  • fix(deps): update all go dependencies main (patch) by @renovate in #1804
  • Create a separate RESTClientGetter for Helm client by @michi-covalent in #1802
  • connectivity: enable IPv6 test for per-endpoint routing by @jschwinger233 in #1562
  • connectivity: Ignore failedToListCRDs error by @brb in #1797
  • fix(deps): update github.com/cilium/tetragon/pkg/k8s digest to 8a837d8 by @renovate in #1810
  • connectivity: Remove test-conn-disrupt tolerations by @brb in #1774
  • Eksctl version pinned. by @viktor-kurchenko in #1817
  • chore(deps): update helm/kind-action action to v1.8.0 by @renovate in #1818
  • Prepare for v0.15.1 release by @michi-covalent in #1813

New Contributors

  • @dgl made their first contribution in #1807

Full Changelog: v0.15.0...v0.15.1

Release v0.15.0

28 Jun 14:15
Compare
Choose a tag to compare

⚠️WARNING: The helm installation mode becomes the default ⚠️

The helm installation mode becomes the default in cilium-cli v0.15.0. The classic installation mode is deprecated, and will be removed in the next minor release.

The helm installation mode is largely compatible with the classic mode, but there are some minor differences in command-line flags. To switch back to the classic installation mode, set CILIUM_CLI_MODE environment variable to classic:

export CILIUM_CLI_MODE=classic

What's Changed

Full Changelog: v0.14.8...v0.15.0

Release v0.14.8

23 Jun 16:47
Compare
Choose a tag to compare

What's Changed

  • Update stable release to v0.14.7 by @michi-covalent in #1722
  • fix(deps): update all go dependencies main (patch) by @renovate in #1728
  • connectivity: Add upgrade tests by @brb in #1683
  • sysdump: Fix wrong CiliumLoadBalancerIPPools collector by @YutaroHayakawa in #1731
  • fix(deps): update module github.com/cilium/cilium to v1.14.0-snapshot.4 by @renovate in #1733
  • bgp: minor fix to bgp command help output by @harsimran-pabla in #1732
  • sysdump: collect CiliumPodIPPools by @tklauser in #1726
  • chore(deps): update golangci/golangci-lint docker tag to v1.53.3 by @renovate in #1723
  • chore(deps): update docker/build-push-action action to v4.1.1 by @renovate in #1717
  • fix(deps): update all go dependencies main by @renovate in #1727
  • sysdump: collect resources & logs of Cilium SPIRE installation by @mhofstetter in #1738
  • chore(deps): update docker/setup-buildx-action action to v2.7.0 by @renovate in #1719
  • clustermesh enable: add enable-kvstoremesh flag by @giorio94 in #1734
  • chore(deps): update aws-actions/configure-aws-credentials action to v2.2.0 by @renovate in #1740
  • while applying policies, wait for all expected policy revisions. by @tommyp1ckles in #1706
  • connectivity: Add checks for agent error logs and drops due to missed tail calls by @brb in #1736
  • install: Normalize --helm-* flags by @michi-covalent in #1744
  • Minor fixes for error messages on failure to disable Hubble by @qmonnet in #1742
  • .github/workflows: don't error out if pkill finds no processes by @tklauser in #1741
  • fix(deps): update github.com/cilium/tetragon/pkg/k8s digest to dbf8f0c by @renovate in #1750
  • connectivity: Address migrate-svc changes by @brb in #1746
  • Add Helm Clustermesh disconnect command by @derailed in #1739
  • chore(deps): update all go dependencies main (patch) by @renovate in #1751
  • fix(deps): update github.com/cilium/tetragon/pkg/k8s digest to a1bca94 by @renovate in #1753
  • sysdump: Add more envoy resource types by @sayboras in #1756
  • renovate: let renovate update default Cilium version by @tklauser in #1755
  • Prepare for v0.14.8 release by @michi-covalent in #1745

New Contributors

Full Changelog: v0.14.7...v0.14.8

Release v0.14.7

14 Jun 17:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.6...v0.14.7

Release v0.14.6

01 Jun 15:17
v0.14.6
Compare
Choose a tag to compare

What's Changed

  • Update stable release to v0.14.5 by @tklauser in #1670
  • Makefile: fix golangci-lint renovate datasource annotation by @tklauser in #1668
  • chore(deps): update docker.io/coredns/coredns docker tag to v1.10.1 by @renovate in #1669
  • connectivity: add full egress gateway test suite by @jibi in #1657
  • Various connectivity and install fixes by @brb in #1677
  • connectivity/check: store metrics by pointer in TestMetricsIncrease by @tklauser in #1679
  • fix(deps): update module github.com/stretchr/testify to v1.8.4 by @renovate in #1682
  • CI: Change multicluster provisioning to none blocking mode by @brlbil in #1680
  • CI: Simplify Junit uploads by @brlbil in #1681
  • fix(deps): pin dependencies by @renovate in #1661
  • chore(deps): update aws-actions/configure-aws-credentials action to v2.1.0 by @renovate in #1684
  • multicluster tests: simplify secret rename logic by @asauber in #1685
  • Update default Cilium version to 1.13.3 by @tklauser in #1686
  • Prepare for v0.14.6 release by @jibi in #1678

Full Changelog: v0.14.5...v0.14.6