What's Changed
- Adding release notes for mult-nic feature by @jaydeokar in #3350
- bumping kops tag by @yash97 in #3355
- updating kops tag in workflow by @yash97 in #3356
- bumping kops tag to v1.33.0-beta.1 by @yash97 in #3357
- adding github action monitoring in dependabot by @yash97 in #3360
- Bump actions/setup-go from 5.0.1 to 5.5.0 by @dependabot[bot] in #3365
- Bump docker/setup-buildx-action from 3.3.0 to 3.11.1 by @dependabot[bot] in #3362
- adding manual run option to integration test workflow by @yash97 in #3369
- Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by @dependabot[bot] in #3367
- Bump the aws-dependencies group with 3 updates by @dependabot[bot] in #3366
- updated README.md by @viveksb007 in #3371
- Bump docker/setup-qemu-action from 3.0.0 to 3.6.0 by @dependabot[bot] in #3373
- bypassing udev interference by assigning mac address to host side veth by @yash97 in #3354
- Updating static config for instances and better error handling by @jaydeokar in #3378
- fixing codecoverage report issue by @jaydeokar in #3382
- Merge from master to release-1.20 by @jaydeokar in #3376
- Adding release notes and chart update by @yash97 in #3397
Full Changelog: v1.20.0...v1.20.1
To manually apply this release:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.20.1/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.1/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.1/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.1/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.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.20.1
amazon-k8s-cni:v1.20.1
amazon/aws-network-policy-agent:v1.2.4