🥳 aws-vpc-cni v1.21.2 Automated Release! 🥑#1330
Merged
jaydeokar merged 1 commit intoMay 21, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR syncs the stable/aws-vpc-cni Helm chart to the upstream aws-vpc-cni v1.21.2 release, updating default images/configuration to match the new release features and fixes.
Changes:
- Bump chart/app versions and default image tags to
aws-vpc-cniv1.21.2 (and node agent to v1.3.5). - Switch default container pull policies to
IfNotPresentand wireimagePullPolicyfor theaws-nodecontainer. - Add support for
extraVolumeMountson the init container and introducenodeAgent.conntrackCacheTableSizevalue + daemonset arg.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| stable/aws-vpc-cni/values.yaml | Updates default tags/pullPolicy; adds conntrackCacheTableSize; bumps VPC_CNI_VERSION. |
| stable/aws-vpc-cni/templates/daemonset.yaml | Adds init extraVolumeMounts, sets aws-node imagePullPolicy, and passes new node agent conntrack flag. |
| stable/aws-vpc-cni/README.md | Updates documented defaults and adds documentation for conntrackCacheTableSize. |
| stable/aws-vpc-cni/Chart.yaml | Bumps chart version/appVersion to 1.21.2. |
Comments suppressed due to low confidence (2)
stable/aws-vpc-cni/README.md:92
- README table rows for
nodeAgent.resourcesuse the misspelling "defualt"; this should be "default" to avoid propagating typos into chart documentation.
| `nodeAgent.conntrackCacheTableSize` | Size of the conntrack cache table (valid range: 32K-1024K) | `524288` |
| `nodeAgent.enableIpv6` | Enable IPv6 support for Node Agent | `false` |
| `nodeAgent.resources` | Node Agent resources, will defualt to .Values.resources if not set | `{}` |
| `nodeAgent.logLevel` | Node Agent logging verbosity level. | `debug` |
stable/aws-vpc-cni/README.md:95
- README parameter description for
extraVolumeMountssays "Array to add extra mount"; consider changing this to "mounts" (or "volume mounts") for correct grammar and clarity.
| `nodeAgent.logLevel` | Node Agent logging verbosity level. | `debug` |
| `extraVolumes` | Array to add extra volumes | `[]` |
| `extraVolumeMounts` | Array to add extra mount | `[]` |
| `nodeSelector` | Node labels for pod assignment | `{}` |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
aws-vpc-cni v1.21.2 Automated Chart Sync! 🤖🤖
Release Notes 📝:
What's Changed
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts
Features
Bug Fixes
Improvements
Full Changelog: aws/amazon-vpc-cni-k8s@v1.21.1...v1.21.2
To manually apply this release:
Note that the following regions use different manifests:
us-gov-east-1:
us-gov-west-1:
cn:
To apply this release using helm:
Follow the installation instructions in https://github.com/aws/amazon-vpc-cni-k8s/blob/release-1.21/charts/aws-vpc-cni/README.md#installing-the-chart
Verify the update: