⚠️ Upgrade notes ⚠️
This release changes the behavior of --test-namespace
connectivity test flag (#2680). It adds the concurrent group number suffix to test namespaces even if --test-concurrency
is set to 1. The test namespace is now called cilium-test-1
by default instead of cilium-test
.
What's Changed
- Update stable release to v0.16.13 by @michi-covalent in #2674
- fix(deps): update github.com/cilium/charts digest to 3eef298 by @renovate in #2677
- chore(deps): update dependency cilium/cilium to v1.15.7 by @renovate in #2675
- connectivity: Add echo-ingress-l7-via-hostport-with-encryption testcase by @jschwinger233 in #2670
- connectivity: disrupt deployment improved by @viktor-kurchenko in #2679
- vendor: Remove gopkg.in/check.v1 dependency by @michi-covalent in #2682
- connectivity: echo-ingress-l7-via-hostport-with-encryption only runs with cilium 1.16.0 or newer by @jschwinger233 in #2686
- flags: Use option.NewNamedMapOptions by @michi-covalent in #2684
- chore(deps): update docker/dockerfile docker tag to v1.9 by @renovate in #2676
- Fix lint errors by @michi-covalent in #2685
- golangci-lint: Add errorlint by @michi-covalent in #2683
- chore(deps): update docker/build-push-action action to v6.4.0 by @renovate in #2687
- connectivity: perf deployment improved by @viktor-kurchenko in #2681
- connectivity: test namespace suffix by @viktor-kurchenko in #2680
- connectivity: add local-redirect-policy-with-node-dns test by @ysksuzuki in #2669
- connectivity: skip local-redirect-policy-with-node-dns by @ysksuzuki in #2705
- connectivity: Assert BGP timer intervals in BGP connectivity tests by @rastislavs in #2704
- fix(deps): update module github.com/cilium/cilium to v1.16.0-rc.2 by @renovate in #2700
- fix(deps): update github.com/cilium/charts digest to 2c16e87 by @renovate in #2699
- chore(deps): update docker/build-push-action action to v6.4.1 by @renovate in #2691
- sysdump: fix file separator by @viktor-kurchenko in #2703
- Update CONTRIBUTING.md by @michi-covalent in #2698
- chore(deps): update softprops/action-gh-release action to v2.0.8 by @renovate in #2709
- chore(deps): update golang:1.22.5-alpine3.19 docker digest to 653cab0 by @renovate in #2708
- connectivity: single JUnit report by @viktor-kurchenko in #2707
- Assign release-related files to cilium-cli-maintainers by @michi-covalent in #2710
- connectivity: Fix ineffective version check in BGP tests by @rastislavs in #2712
- chore(deps): update docker.io/library/golang:1.22.5-alpine3.19 docker digest to 48aac60 by @renovate in #2715
- chore(deps): update golang:1.22.5-alpine3.19 docker digest to 48aac60 by @renovate in #2711
- chore(deps): update all github action dependencies (minor) by @renovate in #2706
- fix(deps): update module github.com/cilium/cilium to v1.16.0 by @renovate in #2718
- fix(deps): update github.com/cilium/charts digest to 2a1e5b8 by @renovate in #2717
- Pick up kindest/node:v1.21.10 by @michi-covalent in #2719
- junit: collector fix by @viktor-kurchenko in #2721
- sysdump: Gather gops from cilium-operator by @joestringer in #2693
- Add multicast subcommand by @yushoyamaguchi in #2620
- kind: Pick up the latest kindest/node image by @michi-covalent in #2725
- chore(deps): update docker/setup-buildx-action action to v3.6.0 by @renovate in #2727
- chore(deps): update docker.io/coredns/coredns docker tag to v1.11.3 by @renovate in #2728
- connectivity: Support multiple conditions by @michi-covalent in #2732
- connectivity: use TestNamespace and ExternalDeploymentPort params by @ysksuzuki in #2731
- chore(deps): update golangci/golangci-lint-action action to v6.1.0 by @renovate in #2730
- chore(deps): update docker/setup-buildx-action action to v3.6.1 by @renovate in #2729
- chore(deps): update dependency cilium/cilium to v1.16.0 by @renovate in #2716
- {externalworkloads,multicluster}: Shorten cluster names by @michi-covalent in #2735
- Prepare for v0.16.14 release by @michi-covalent in #2734
New Contributors
- @yushoyamaguchi made their first contribution in #2620
Full Changelog: v0.16.13...v0.16.14