What's Changed
- Bump golang.org/x/sys from 0.25.0 to 0.26.0 by @dependabot in #331
- Avoid panic when network policy agent is disabled by @jaydeokar in #323
- Combined dependencies PR by @orsenthil in #333
- Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.5 by @dependabot in #329
- Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.21.0 by @dependabot in #330
- Bump k8s.io/client-go from 0.31.1 to 0.31.2 by @dependabot in #332
- Update .go-version by @jaydeokar in #335
- Golang version update by @jaydeokar in #336
Full Changelog: v1.1.4...v1.1.5
To manually apply this release:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.19.0/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.19.0/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.19.0/config/master/aws-k8s-cni-us-gov-west-1.yaml
cn:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.19.0/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.19.0/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.19.0
amazon-k8s-cni:v1.19.0
amazon/aws-network-policy-agent:v1.1.5