github aws/amazon-vpc-cni-k8s v1.20.5

8 hours ago

What's Changed

  • enabling pod egress traffic test for under mac address policy variation by @yash97 in #3459
  • Bump the aws-dependencies group with 9 updates by @dependabot[bot] in #3465
  • chore: update VPC IP resource limits by @github-actions[bot] in #3476
  • bumping kops tag to v1.34 by @Supreeth095 in #3477
  • feat: add retry logic for netlink dump operations by @dcoppa in #3440
  • chore: update VPC IP resource limits by @github-actions[bot] in #3481
  • Updating network policy agent version by @jaydeokar in #3491
  • Bump actions/dependency-review-action from 4.3.3 to 4.8.1 by @dependabot[bot] in #3485
  • Bump actions/setup-go from 5.5.0 to 6.0.0 by @dependabot[bot] in #3486
  • Gracefully handle v4 (unmanaged) ENIs on IPv6 node by @jupdec in #3489
  • Go bump by @Supreeth095 in #3500
  • chore: update VPC IP resource limits by @github-actions[bot] in #3502
  • nit: Update README to separate ENI Tags from Subnet Tags by @cdirubbio in #3508
  • Merge master to Release 1.20 for v1.20.5 release by @Supreeth095 in #3504
  • Sync Release 1.20 with Master by @jaydeokar in #3510
  • Bumping up containerd version for CVE fix by @jaydeokar in #3512
  • chore: update VPC IP resource limits by @github-actions[bot] in #3514
  • Adding change log and release notes for v1.20.5 by @nakshah87 in #3511
  • Merge master into release-1.20 branch by @yash97 in #3517

New Contributors

Full Changelog: v1.20.4...v1.20.5

To manually apply this release:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.20.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.20.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.20.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.20.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.20.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.20.5
amazon-k8s-cni:v1.20.5
amazon/aws-network-policy-agent:v1.2.7

Don't miss a new amazon-vpc-cni-k8s release

NewReleases is sending notifications on new releases.