Release v0.14.0
🚀 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
- Update stable release to v0.13.2 by @tklauser in #1466
- Add a l7 header replace test by @meyskens in #1463
- Tetragon Tracing Policies by @soggiest in #1467
- Replace deprecated flags with --helm-set by @michi-covalent in #1474
- ci: bump actions/checkout from 3.4.0 to 3.5.0 by @dependabot in #1471
- Sysdump: Add missing Cilium CRDs by @soggiest in #1468
- go.mod, vendor: bump google.golang.org/grpc from 1.53.0 to 1.54.0 by @dependabot in #1469
- Dockerfile: Bump library/golang from
50e46c1
tob1f83bc
by @dependabot in #1478 - go.mod, vendor: bump github.com/go-openapi/strfmt from 0.21.5 to 0.21.7 by @dependabot in #1477
- Dockerfile: Bump library/golang from
b1f83bc
to08bd1aa
by @dependabot in #1481 - Dockerfile: Bump library/golang from
08bd1aa
to1d7fec2
by @dependabot in #1483 - Add Helm-based install / uninstall commands by @michi-covalent in #1475
- helm mode: Add hubble enable / disable commands by @michi-covalent in #1479
- go.mod, vendor: bump golang.org/x/mod from 0.9.0 to 0.10.0 by @dependabot in #1488
- go.mod, vendor: bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in #1487
- Dockerfile: Bump library/golang from 1.20.2-alpine3.16 to 1.20.3-alpine3.16 by @dependabot in #1491
- install: Support --nodes-without-cilium in Helm install mode by @christarazi in #1498
- vendor: get latest cilium by @harsimran-pabla in #1490
- go.mod, vendor: bump github.com/cloudflare/cfssl from 1.6.3 to 1.6.4 by @dependabot in #1497
- Use --set-string for node affinity by @christarazi in #1501
- helm mode install: Add --dry-run / --dry-run-helm-values flags by @michi-covalent in #1502
- Add CRD feature and add KNP tests by @doniacld in #1470
- ci: bump actions/checkout from 3.5.0 to 3.5.1 by @dependabot in #1508
- connectivity: Make detected Cilium Agent version available for feature detection by @jrajahalme in #1510
- go.mod, vendor: bump helm.sh/helm/v3 from 3.11.2 to 3.11.3 by @dependabot in #1509
- Add connectivity tests for auth by @meyskens in #1505
- BGP: Introduce new cli to get bgp peering state by @harsimran-pabla in #1500
- ci: bump actions/checkout from 3.5.1 to 3.5.2 by @dependabot in #1512
- Implement FromCIDR ingress tests by @christarazi in #1494
- Implement
cilium upgrade
using Helm by @asauber in #1492 - misc: get rid of Go label breaks & gotos by @mhofstetter in #1511
- Use Cilium v1.13.2 by default by @tklauser in #1517
- ci: bump google-github-actions/auth from 1.0.0 to 1.1.0 by @dependabot in #1516
- Add documentation for helm installation mode by @michi-covalent in #1504
- Rename master branch to main by @tklauser in #1519
- .github: add mirror from main -> master by @tklauser in #1525
- cli: adapt helm chart cleanup of deprecated hubble values by @mhofstetter in #1520
- defaults: bump json-mock to 1.3.5 by @jibi in #1528
- go.mod, vendor: bump github.com/docker/docker from 23.0.1+incompatible to 23.0.3+incompatible by @dependabot in #1530
- Prepare for v0.14.0 release by @michi-covalent in #1531
New Contributors
- @harsimran-pabla made their first contribution in #1490
- @doniacld made their first contribution in #1470
- @asauber made their first contribution in #1492
- @mhofstetter made their first contribution in #1511
Full Changelog: v0.13.2...v0.14.0