v1.15.5
Minor Changes since v1.15.4
- Bug - Add watch permission for CNINode resource (@jdn5126 )
- Improvement - Upgrade go from 1.21.4 to 1.21.5 (@jchen6585 )
- Improvement - Dependabot Golang updates, test agent fix (@jdn5126 )
- Improvement - Bump aws-sdk-go to v1.48.2 (@jchen6585 )
Note
- The bundled Network Policy agent image has been updated to v1.0.7. The
--conntrack-cache-cleanup-period
command line arg for the Network Policy agent container has been added to the helm chart.
To manually apply this release:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.15.5/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.15.5/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.15.5/config/master/aws-k8s-cni-us-gov-west-1.yaml
cn:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.15.5/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.15.5/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.15.5
amazon-k8s-cni:v1.15.5
amazon/aws-network-policy-agent:v1.0.7