Skip to content

v1.6.0 Release Candidate 4

Pre-release
Pre-release
Compare
Choose a tag to compare
@mogren mogren released this 05 Nov 03:08
· 183 commits to release-1.6 since this release

Fourth release candidate of CNI v1.6.0. Changes include adding a minimum target for ENI IPs when using WARM_IP_TARGET and fixing the AWS_VPC_ENI_MTU environment variable. It also has a fix for the issue with disappearing ip rules that exists in in v1.5.4 and the image was rebuilt on the latest AL2 image.

Note! This release is not yet meant for production use, it is still being tested.
Note! The release candidate images are only available in us-west-2

Changes since v1.6.0-rc3

If you want to test this release candidate in your own cluster, patch the aws-node daemonset:

kubectl patch daemonset aws-node \
-n kube-system \
-p '{"spec": {"template": {"spec": {"containers": [{"image": "602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.6.0-rc4","name":"aws-node"}]}}}}'

Verify the update:

kubectl describe daemonset aws-node -n kube-system | grep Image | cut -d "/" -f 2

amazon-k8s-cni:v1.6.0-rc4