v1.18.2
v1.18.2
Release Notes
None
Changes since v1.18.1
-
Enhancement - Improve "cni-metrics-helper" setup experience (@guessi)
-
Enhancement - Filter Managed ENI. (@orsenthil)
-
Enhancement - Soak Test for CNI. (@orsenthil)
-
Enhancement - Switch to counter type metic for awscni_no_available_ip_addresses (@liptanbiswas)
-
Enhancement - Expose network policy log file location to be configured using helm (@orsenthil)
-
Bug - Skip Soak Test while running other tests. (@orsenthil)
-
Cleanup - remove unused Dockerfile (@sushrk)
-
Cleanup - CHANGELOG, chart, and manifest changes following VPC CNI v1.18.0 release (@jchen6585)
-
Cleanup - Fix merge conflicts from release-1.18 to master (@jchen6585)
-
Cleanup - Added information on the build troubleshooting. (@orsenthil)
-
Cleanup - Remove unused code in vpc cni init and vpc cni binary (@orsenthil)
-
Cleanup - Merge release-1.18 to master after v1.18.1 release (@jchen6585)
-
Dependency - Bump github.com/onsi/ginkgo/v2 from 2.14.0 to 2.17.1 (@dependabot)
-
Dependency - Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (@dependabot)
-
Dependency- Bump github.com/prometheus/common from 0.48.0 to 0.52.2 (@dependabot)i
-
Dependency - Bump helm.sh/helm/v3 from 3.14.2 to 3.14.3 (@dependabot)
-
Dependency - Bump golang.org/x/sys from 0.17.0 to 0.18.0 in /test/agent (@dependabot)
-
Dependency - Bump github.com/containernetworking/plugins from 1.4.0 to 1.4.1 (@dependabot)
-
Dependency - Update Kops test for 1.30 (@jchen6585)
-
Dependency - Update .go-version to 1.22.2 to fix CVE reports (@orsenthil)
-
Dependency - Bump golang.org/x/sys from 0.18.0 to 0.19.0 in /test/agent (@dependabot)
-
Dependency - Update .go-version to fix GO-2024-2824 (@orsenthil)
-
Dependency - Bump github.com/aws/amazon-vpc-resource-controller-k8s from 1.4.1 to 1.5.0 (@dependabot)
-
Dependency - Update ENI Limits. (@orsenthil)
-
Dependency - Update golang to go1.22.3 (@orsenthil)
-
Dependency - Bump k8s.io/api from 0.29.3 to 0.30.1 (@dependabot)
Thanks to all our contributors! 😊
New Contributors
- @kwohlfahrt made their first contribution in #2841
- @guessi made their first contribution in #2874
- @liptanbiswas made their first contribution in #2919
Full Changelog: v1.18.1...v1.18.2
To manually apply this release:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.2/config/master/aws-k8s-cni.yaml
Note that the following regions use different manifests:
us-gov-east-1:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.2/config/master/aws-k8s-cni-us-gov-east-1.yaml
us-gov-west-1:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.2/config/master/aws-k8s-cni-us-gov-west-1.yaml
cn:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.2/config/master/aws-k8s-cni-cn.yaml
To apply this release using helm:
Follow the installation instructions in https://github.com/aws/amazon-vpc-cni-k8s/blob/v1.18.2/charts/aws-vpc-cni/README.md#installing-the-chart
Verify the update:
$ kubectl describe daemonset aws-node -n kube-system | grep Image | cut -d "/" -f 2-3
amazon-k8s-cni-init:v1.18.2
amazon-k8s-cni:v1.18.2
amazon/aws-network-policy-agent:v1.1.2