Skip to content

v1.7.1 Release

Compare
Choose a tag to compare
@jayanthvn jayanthvn released this 26 Aug 17:31
· 52 commits to release-1.7 since this release

This is a patch release to address issue #1159, Calico deletes routes with v1.7.0. This was fixed in PR #1166 .

Changes since v1.7.0

  • Bug - Calico deletes routes when using CNI v1.7.0 (#1166, @jayanthvn)
  • Improvement - enable manual override for VERSION in images (#1156, @nprab428)

If you want to apply this config to one of your clusters:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.7.1/config/v1.7/aws-k8s-cni.yaml

Verify the update:

kubectl describe daemonset aws-node -n kube-system | grep Image | cut -d "/" -f 2
amazon-k8s-cni:v1.7.1

To use version v1.7.1 of the cni-metrics-helper in a cluster:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.7.1/config/v1.7/cni-metrics-helper.yaml