Skip to content

馃コ cni-metrics-helper v1.23.0 Automated Release! 馃 - #1356

Merged
cdirubbio merged 1 commit into
aws:masterfrom
eks-networking-bot:cni-metrics-helper-v1.23.0-a11d34af
Aug 17, 2026
Merged

馃コ cni-metrics-helper v1.23.0 Automated Release! 馃#1356
cdirubbio merged 1 commit into
aws:masterfrom
eks-networking-bot:cni-metrics-helper-v1.23.0-a11d34af

Conversation

@eks-networking-bot

Copy link
Copy Markdown
Contributor

cni-metrics-helper v1.23.0 Automated Chart Sync! 馃馃

Release Notes 馃摑:

Warning

If you have Network Policy enabled, Amazon VPC CNI v1.23.0 must be paired with Network Policy Agent v1.4.1. This release moves communication with IPAMD from TCP to a Unix domain socket, which earlier Network Policy Agent versions do not support. Upgrade both components together to maintain Network Policy functionality.
VPC CNI v1.23.0 also moves the aws-node liveness and readiness probes from TCP port 50051 to unix:///var/run/aws-node/ipamd.sock.The v1.23.0 Helm chart and installation manifests include the updated probe configuration. Self-managed users should use the v1.23.0 chart or manifests and update any custom livenessProbe or readinessProbe overrides that still target :50051; otherwise, aws-node may fail its health checks and restart or remain unready.

What's Changed

New Contributors

Full Changelog: aws/amazon-vpc-cni-k8s@v1.22.4...v1.23.0

To manually apply this release:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.23.0/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.23.0/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.23.0/config/master/aws-k8s-cni-us-gov-west-1.yaml

cn:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/refs/heads/v1.23.0/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.23.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.23.0
amazon-k8s-cni:v1.23.0
amazon/aws-network-policy-agent:v1.4.1

@eks-networking-bot
eks-networking-bot requested a review from a team as a code owner August 7, 2026 21:01
@cdirubbio
cdirubbio merged commit e041506 into aws:master Aug 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants