What's Changed
- Bump github.com/samber/lo from 1.49.1 to 1.51.0 by @dependabot[bot] in #3386
- Bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 by @dependabot[bot] in #3385
- Bump the aws-dependencies group with 11 updates by @dependabot[bot] in #3384
- Adding release notes and chart update by @yash97 in #3399
- updating tags by @yash97 in #3400
- Add and configure soak tests workflow by @Supreeth095 in #3404
- Add and configure soak tests workflow by @Supreeth095 in #3407
- Bump actions/checkout from 4.1.7 to 5.0.0 by @dependabot[bot] in #3409
- Bump helm.sh/helm/v3 from 3.18.4 to 3.18.5 by @dependabot[bot] in #3401
- Removing pinning of golang version by @jaydeokar in #3411
- Bump the k8s-dependencies group across 1 directory with 5 updates by @dependabot[bot] in #3359
- chore: update VPC IP resource limits by @github-actions[bot] in #3419
- chore: update VPC IP resource limits by @github-actions[bot] in #3420
- Fetch only necessary plugins by @jaydeokar in #3416
- chore: update VPC IP resource limits by @github-actions[bot] in #3422
- chore: update VPC IP resource limits by @github-actions[bot] in #3438
- Move npagent server port to unix socket by @Pavani-Panakanti in #3442
- Merge main to release-1.20 by @Pavani-Panakanti in #3444
- fix build:fetch selected binaries by @jupdec in #3447
- Update charts and configs by @Pavani-Panakanti in #3448
- Merge from master to release-1.20 by @Pavani-Panakanti in #3449
New Contributors
- @github-actions[bot] made their first contribution in #3419
Full Changelog: v1.20.1...v1.20.2
To manually apply this release:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.20.2/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.20.2/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.20.2/config/master/aws-k8s-cni-us-gov-west-1.yaml
cn:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.20.2/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.20.2/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.20.2
amazon-k8s-cni:v1.20.2
amazon/aws-network-policy-agent:v1.2.6