Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-11 | 3.2 kB | |
v1.20.1 source code.tar.gz | 2025-08-11 | 2.0 MB | |
v1.20.1 source code.zip | 2025-08-11 | 2.3 MB | |
Totals: 3 Items | 4.3 MB | 0 |
What's Changed
- Adding release notes for mult-nic feature by @jaydeokar in https://github.com/aws/amazon-vpc-cni-k8s/pull/3350
- bumping kops tag by @yash97 in https://github.com/aws/amazon-vpc-cni-k8s/pull/3355
- updating kops tag in workflow by @yash97 in https://github.com/aws/amazon-vpc-cni-k8s/pull/3356
- bumping kops tag to v1.33.0-beta.1 by @yash97 in https://github.com/aws/amazon-vpc-cni-k8s/pull/3357
- adding github action monitoring in dependabot by @yash97 in https://github.com/aws/amazon-vpc-cni-k8s/pull/3360
- Bump actions/setup-go from 5.0.1 to 5.5.0 by @dependabot[bot] in https://github.com/aws/amazon-vpc-cni-k8s/pull/3365
- Bump docker/setup-buildx-action from 3.3.0 to 3.11.1 by @dependabot[bot] in https://github.com/aws/amazon-vpc-cni-k8s/pull/3362
- adding manual run option to integration test workflow by @yash97 in https://github.com/aws/amazon-vpc-cni-k8s/pull/3369
- Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by @dependabot[bot] in https://github.com/aws/amazon-vpc-cni-k8s/pull/3367
- Bump the aws-dependencies group with 3 updates by @dependabot[bot] in https://github.com/aws/amazon-vpc-cni-k8s/pull/3366
- updated README.md by @viveksb007 in https://github.com/aws/amazon-vpc-cni-k8s/pull/3371
- Bump docker/setup-qemu-action from 3.0.0 to 3.6.0 by @dependabot[bot] in https://github.com/aws/amazon-vpc-cni-k8s/pull/3373
- bypassing udev interference by assigning mac address to host side veth by @yash97 in https://github.com/aws/amazon-vpc-cni-k8s/pull/3354
- Updating static config for instances and better error handling by @jaydeokar in https://github.com/aws/amazon-vpc-cni-k8s/pull/3378
- fixing codecoverage report issue by @jaydeokar in https://github.com/aws/amazon-vpc-cni-k8s/pull/3382
- Merge from master to release-1.20 by @jaydeokar in https://github.com/aws/amazon-vpc-cni-k8s/pull/3376
- Adding release notes and chart update by @yash97 in https://github.com/aws/amazon-vpc-cni-k8s/pull/3397
Full Changelog: https://github.com/aws/amazon-vpc-cni-k8s/compare/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