Releases: cilium/cilium-cli
Releases · cilium/cilium-cli
Release v0.12.4
What's Changed
- Update stable release to v0.12.3 by @tklauser in #1074
- Bump go directive version to 1.19 in go.mod by @sayboras in #1077
- build(deps): bump library/busybox from
5b1ae0b
to306a4bb
by @dependabot in #1075 - Status: generate a more meaningful message if agent not running by @squeed in #1044
- Update Go to 1.19.1, golangci-lint to 1.49.0 by @tklauser in #1082
- ci: switch to google-github-actions/auth for GKE based workflows by @tklauser in #1081
- connectivity: Add test for cilium-health by @joamaki in #1040
- build(deps): bump azure/login from 1.4.5 to 1.4.6 by @dependabot in #1084
- Expand FQDN connectivity tests to assert policy denies for disallowed FQDN by @christarazi in #1071
- Add L7 HTTP method test by @nebril in #1069
- build(deps): bump library/busybox from
306a4bb
tob0b9ae9
by @dependabot in #1087 - build(deps): bump michi-covalent/push-to-loki from 0.2.0 to 0.2.1 by @dependabot in #1086
- helm: Add support for remote chart version by @sayboras in #1078
- hubble: fix enable/disable command when
cilium-cli-helm-values
does… by @olga-mir in #1020 - Update for Cilium 1.12.2 by @tklauser in #1094
- build(deps): bump library/busybox from
b0b9ae9
to8946083
by @dependabot in #1090 - connectivity: Add more tests by @sayboras in #1068
- Prepare for v0.12.4 release by @tklauser in #1096
New Contributors
Full Changelog: v0.12.3...v0.12.4
Release v0.12.3
What's Changed
- Update stable release to v0.12.2 by @tklauser in #1064
- build(deps): bump github.com/cloudflare/cfssl from 1.6.1 to 1.6.2 by @dependabot in #1065
- Clustermesh secrets helm inconsistency fix by @carnerito in #1056
- go.mod, vendor: update for cilium charts for v1.13.0-rc0 by @tklauser in #1072
- Prepare for v0.12.3 release by @tklauser in #1073
New Contributors
- @carnerito made their first contribution in #1056
Full Changelog: v0.12.2...v0.12.3
Release v0.12.2
What's Changed
- .github: update dependabot open PR limit for GH actions by @tklauser in #1011
- build(deps): bump nick-invision/retry from 2.7.0 to 2.8.0 by @dependabot in #1014
- connectivity: Add test for HostPort support by @gandro in #1005
- connectivity: trim whitespaces from
cilium version
output by @tklauser in #1016 - connectivity: Add ICMP policy test from client to client by @sayboras in #1012
- build(deps): bump docker/build-push-action from 3.1.0 to 3.1.1 by @dependabot in #1017
- fix(install): exit before helm secret generation in --helm-auto-gen-values mode by @raphink in #1021
- connectivity: Use agent-runtime-config.json for feature detection by @gandro in #1022
- Add stub for datapath connectivity tests by @brb in #1023
- build(deps): bump nick-invision/retry from 2.8.0 to 2.8.1 by @dependabot in #1024
- Update Go to 1.19 by @tklauser in #1027
- connectivity: Get rid of host reachable svc by @brb in #1029
- sysdump: Trim ls output by @michi-covalent in #1031
- Update stable release to v0.12.1 by @tklauser in #1033
- build(deps): bump helm.sh/helm/v3 from 3.9.2 to 3.9.3 by @dependabot in #1030
- sysdump: add tetragon bugtool step by @kkourt in #1035
- Update for Cilium 1.12.1 by @tklauser in #1043
- build(deps): bump azure/setup-helm from 1.1 to 3.3 by @dependabot in #1038
- build(deps): bump 8398a7/action-slack from 3.13.0 to 3.13.2 by @dependabot in #1047
- Push workflow run results to Loki by @michi-covalent in #1050
- Revert "Push workflow run results to Loki" by @michi-covalent in #1051
- Push workflow run results to Loki by @michi-covalent in #1052
- dependabot: Monitor Dockerfile by @michi-covalent in #1049
- build(deps): bump library/busybox from
9526219
to5b1ae0b
by @dependabot in #1055 - all: remove year from copyright notice by @tklauser in #1057
- ci: Remove Slack notifications by @michi-covalent in #1058
- build(deps): bump actions/setup-go from 3.2.1 to 3.3.0 by @dependabot in #1059
- Enable kube-proxy replacement if no kube-proxy is detected in a cluster by @ksankeerth in #1039
- build(deps): bump helm.sh/helm/v3 from 3.9.3 to 3.9.4 by @dependabot in #1061
- build(deps): bump google.golang.org/grpc from 1.48.0 to 1.49.0 by @dependabot in #1062
- connectivity: Add connectivity tests for multiple policy types by @sayboras in #1028
- Prepare for v0.12.2 release by @tklauser in #1063
New Contributors
- @raphink made their first contribution in #1021
- @kkourt made their first contribution in #1035
- @ksankeerth made their first contribution in #1039
Full Changelog: v0.12.1...v0.12.2
Release v0.12.1
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
- @brb made their first contribution in #981
- @tommyp1ckles made their first contribution in #972
Full Changelog: v0.12.0...v0.12.1
Release v0.12.0
What's Changed
- Prepare flow validation for L7 LB support by @jrajahalme in #567
- build(deps): bump github.com/google/gops from 0.3.24 to 0.3.25 by @dependabot in #963
- connectivity: Update coredns image for arm64 by @sayboras in #960
- hubble port-forward: Remove dependency on
cilium-cli-helm-values
se… by @patrickpichler in #964 - connectivity: test L7 ingress policy with HTTP headers by @tklauser in #962
- ci: explicitly wait for cilium status after enabling Hubble relay on AKS by @tklauser in #961
- Pr/fix metrics for hubble by @misstick86 in #955
- build(deps): bump actions/setup-go from 3.2.0 to 3.2.1 by @dependabot in #965
- internal/helm: pass cilium version as semver.Version instead of string by @tklauser in #967
- ci: switch to OIDC authentication for az CLI by @nbusseneau in #968
- Update Go to 1.18.4 by @tklauser in #969
- build(deps): bump google.golang.org/grpc from 1.47.0 to 1.48.0 by @dependabot in #971
- sysdump: run bugtool even when cilium agent is not running by @squeed in #970
- [connectivity tests] Support custom agent daemonset name by @jaredledvina in #974
- build(deps): bump helm.sh/helm/v3 from 3.9.0 to 3.9.1 by @dependabot in #975
- [connectivity tests] Support private CoreDNS image location by @jaredledvina in #973
- build(deps): bump github.com/go-openapi/strfmt from 0.21.2 to 0.21.3 by @dependabot in #977
- Update for Cilium v1.12.0 by @tklauser in #980
- Prepare for v0.12.0 release by @tklauser in #983
New Contributors
- @patrickpichler made their first contribution in #964
- @misstick86 made their first contribution in #955
- @squeed made their first contribution in #970
Full Changelog: v0.11.11...v0.12.0
Release v0.11.11
What's Changed
- make: run release build as regular user by @tklauser in #945
- Improve DNS validation in connectivity test by @pippolo84 in #933
- Fix broken link in CONTRIBUTING.md by @u5surf in #950
- clustermesh: Update cluster-name/cluster-id validation message by @sayboras in #948
- build(deps): bump github.com/google/gops from 0.3.23 to 0.3.24 by @dependabot in #951
- azure: fix BYOCNI install with Cilium >= 1.12 by @nbusseneau in #953
- Prepare for v0.11.11 release by @michi-covalent in #957
New Contributors
- @pippolo84 made their first contribution in #933
- @u5surf made their first contribution in #950
Full Changelog: v0.11.10...v0.11.11
Release v0.11.10
What's Changed
- Use OCI container reference parser to extract Cilium's version by @YutaroHayakawa in #926
- README.md: update AKS test badges by @tklauser in #925
- ci: explicitly wait for cilium status after enabling Hubble relay by @tklauser in #935
- build(deps): bump azure/login from 1.4.4 to 1.4.5 by @dependabot in #936
- build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 by @dependabot in #937
- Pull in Cilium v1.12.0-rc3 by @tklauser in #939
- Prepare for v0.11.10 release by @tklauser in #941
New Contributors
- @YutaroHayakawa made their first contribution in #926
Full Changelog: v0.11.9...v0.11.10
Release v0.11.9
What's Changed
- RELEASE.md: update to reflect current release process by @tklauser in #919
- build(deps): bump helm/kind-action from 1.2.0 to 1.3.0 by @dependabot in #920
- ci: re-add AKS (Azure IPAM) workflow by @nbusseneau in #924
- connectivity: Don't fail if cilium-cli-helm-values doesn't exist by @michi-covalent in #929
- hubble port-forward: Don't generate Helm manifests by @michi-covalent in #928
- Pull in latest helm charts, update to Cilium v1.11.6 by @tklauser in #930
- Prepare for v0.11.9 release by @tklauser in #931
Full Changelog: v0.11.8...v0.11.9
Release v0.11.8
What's Changed
- ci: run
cilium status
withsudo
in external workloads post-test phase by @tklauser in #852 - hubble: Fix version check for generatePeerService by @michi-covalent in #855
- .github: enable GH action updates on v0.10 branch by @tklauser in #856
- Update k8s and Cilium deps by @tklauser in #863
- build(deps): bump actions/upload-artifact from 3.0.0 to 3.1.0 by @dependabot in #866
- cmd: Add CLI argument for specifying image in 'connectivity test' subcommand by @feifeifeimoon in #854
- sysdump: Collect hubble observe --debug and stderr by @joestringer in #872
- Add ctags/cscope target by @joestringer in #873
- README.md: fix binary installation instructions by @tklauser in #864
- build(deps): bump github.com/cilium/workerpool from 1.1.2 to 1.1.3 by @dependabot in #874
- build(deps): bump actions/setup-go from 3.1.0 to 3.2.0 by @dependabot in #879
- ingress: Create ingress class if required. by @sayboras in #878
- build(deps): bump google.golang.org/grpc from 1.46.2 to 1.47.0 by @dependabot in #887
- install: Add --list-versions flag by @michi-covalent in #888
- ci: create a new subnetwork for each new GKE cluster by @nbusseneau in #896
- gha: Couple of changes to fix EKS failures by @sayboras in #895
- Update Go to 1.18.3, golangci-lint to 1.46.2 by @tklauser in #897
- install: Remove --base-version flag by @michi-covalent in #891
- Remove --base-version flag from connectivity and hubble subcommands by @michi-covalent in #890
- install: make
datapath-mode
the main flag, deprecate some flags by @nbusseneau in #898 - sysdump: Use --hubble-flows-timeout flag by @michi-covalent in #908
- vendor: update yaml.v3 to v3.0.1 by @kaworu in #911
- add support for AKS BYOCNI by @nbusseneau in #899
- ci: bump kind to v0.14.0 by @tklauser in #914
- Re-add stable.txt by @tklauser in #916
- Prepare for v0.11.8 release by @tklauser in #917
New Contributors
- @feifeifeimoon made their first contribution in #854
Full Changelog: v0.11.7...v0.11.8
Release v0.10.7
What's Changed
- build(deps): bump nick-invision/retry from 2.6.0 to 2.7.0 by @dependabot in #875
- build(deps): bump actions/upload-artifact from 2.3.1 to 3.1.0 by @dependabot in #877
- build(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 by @dependabot in #881
- build(deps): bump docker/login-action from 1.13.0 to 2 by @dependabot in #882
- install: Wait for test pods to be cleaned up by @jibi in #883
Full Changelog: v0.10.6...v0.10.7