v1.18.4
What's Changed
- Dependency - Bump golang.org/x/sys from 0.21.0 to 0.22.0 in #3005
- Dependency - Bump github.com/onsi/gomega from 1.33.1 to 1.34.1 #3002
- Dependency - Bump github.com/aws/aws-sdk-go from 1.54.11 to 1.55.5 #3000
- Dependency - Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 #3001
- Dependency - Bump k8s.io/client-go from 0.30.2 to 0.30.3 #3003
- Dependency - Bump github.com/containernetworking/cni from 1.2.0 to 1.2.3 #3004
- Bugfix - fix: init.image.pullPolicy and nodeAgent.image.pullPolicy not being respect #3010
- Dependency - Bump github.com/docker/docker #3011
- Bugfix - Bug fix: Ensure exact IP match between IMDS and local datastore. #3033
- Dependency - Bump github.com/prometheus/client_model from 0.6.0 to 0.6.1 #3024
- Dependency - Bump github.com/coreos/go-iptables from 0.7.0 to 0.8.0 #3020
- Dependency - Bump golang.org/x/sys from 0.22.0 to 0.25.0 #3037
- Dependency - Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 #3023
To manually apply this release:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.4/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.4/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.4/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.4/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.4/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.4
amazon-k8s-cni:v1.18.4
amazon/aws-network-policy-agent:v1.1.3