What's Changed
- Updating SNAT variable documentation by @jaydeokar in #3439
- Bump the k8s-dependencies group with 5 updates by @dependabot[bot] in #3426
- Bump the aws-dependencies group with 11 updates by @dependabot[bot] in #3424
- Optimize ENI slot reservation for non-supported instance type by @phuhung273 in #3250
- Include all plugins for Multus by @jaydeokar in #3470
- fix: format string bug in GetPodMTU error logging by @dcoppa in #3471
- Adding change log and release notes for v1.20.4 by @jaydeokar in #3472
New Contributors
- @phuhung273 made their first contribution in #3250
Full Changelog: v1.20.3...v1.20.4
To manually apply this release:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.20.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.20.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.20.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.20.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.20.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.20.4
amazon-k8s-cni:v1.20.4
amazon/aws-network-policy-agent:v1.2.7