What's Changed
- [strict mode] Fix race condition due to concurrent rpc go routines by @Pavani-Panakanti in #337
- Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 by @dependabot in #328
- Bump golang.org/x/sys from 0.26.0 to 0.27.0 by @dependabot in #343
- Bump github.com/aws/amazon-vpc-cni-k8s from 1.18.5 to 1.19.0 by @dependabot in #339
- Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 by @dependabot in #340
- Bump k8s.io/api from 0.31.2 to 0.31.3 by @dependabot in #341
- Merge main into release-1.1 by @Pavani-Panakanti in #346
Full Changelog: v1.1.5...v1.1.6
To manually apply this release:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.19.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.19.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.19.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.19.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.19.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.19.2
amazon-k8s-cni:v1.19.2
amazon/aws-network-policy-agent:v1.1.6