v1.10.2
Changes since v1.10.2:
- Improvement - Fetch Region and CLUSTER_ID information from cni-metrics-helper env (@cgchinmay )
- Improvement - Add VlanId in the cmdAdd Result struct. This will fix the Issue of incorrectly teardown of Pod Network when using Security Groups. For Reference: #1644 (@cgchinmay )
- Improvement - Update Insufficient IP address logic in ipamd (@cgchinmay )
- Improvement - go version updated to 1.17 (@cgchinmay )
- Improvement - use public ecr for AL2 (@vikasmb )
- Improvement - remove set -x from bash, add -Ss to curl (@skpy )
- Bug - Fix condition for disable provisioning (@jayanthvn )
Thanks to all the contributors ❤️ !!!
To apply this release:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/release-1.10/config/master/aws-k8s-cni.yaml
Verify the update:
$ kubectl describe daemonset aws-node -n kube-system | grep Image | cut -d "/" -f 2
amazon-k8s-cni-init:v1.10.2
amazon-k8s-cni:v1.10.2