v1.9.3
Changes since v1.9.1:
- Improvement - Update golang (#1665, @jayanthvn)
- Improvement - Pod startup latency with Calico and EKS (#1629, @jayanthvn)
- Bug - Make error count granular (#1651, @jayanthvn)
- Bug - ServiceAccount should precede DaemonSet in yaml aws (#1637, @sramabad1)
- Testing - Enable unit tests upon PR to release branch (#1684, @vikasmb)
- Testing - Upgrade EKS cluster version (#1680, @vikasmb)
Thanks to all the contributors ❤️ !!!
To apply this release:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/release-1.9/config/v1.9/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.9.3
amazon-k8s-cni:v1.9.3