What's Changed
- test: pin busybox and curl image by @Issacwww in #3820
- fix(helm): render podMonitor.scrapeTimeout in PodMonitor template by @OdaloV in #3804
- build(deps): bump github.com/go-logr/logr from 1.4.3 to 1.4.4 by @dependabot[bot] in #3817
- build(deps): bump the aws-dependencies group across 1 directory with 11 updates by @dependabot[bot] in #3815
- build(deps): bump github.com/apparentlymart/go-cidr from 1.1.0 to 1.1.1 by @dependabot[bot] in #3816
- build(deps): bump actions/stale from 10.4.0 to 11.0.0 in the other-deps group across 1 directory by @dependabot[bot] in #3812
- build(deps): bump aws-actions/configure-aws-credentials from 6.2.2 to 6.2.3 in the aws-deps group by @dependabot[bot] in #3794
- build(deps): bump oras.land/oras-go/v2 from 2.6.1 to 2.6.2 by @dependabot[bot] in #3828
- build(deps): bump github.com/aws/amazon-vpc-cni-k8s from 1.22.3 to 1.22.4 in /test/agent in the aws-dependencies group by @dependabot[bot] in #3814
- chore: update VPC IP resource limits by @github-actions[bot] in #3801
- Clean up primaryIP map entry when ENI is freed in tryFreeENI by @jaydeokar in #3727
- Serve node IP and instance ID to the network policy agent via gRPC by @viveksb007 in #3827
- Add Region to NetworkPolicyAgentConfigReply by @viveksb007 in #3829
- bug: don't fail on ipv6-only unmanaged ENI by @cdirubbio in #3681
- Prepare v1.23.1 release by @cdirubbio in #3838
- chore: update VPC IP resource limits by @github-actions[bot] in #3839
- build(deps): bump google.golang.org/grpc from 1.82.1 to 1.83.1 by @dependabot[bot] in #3855
- Release-1.23 to Master sync by @jaydeokar in #3845
- Master to release-1.23 by @zac-nixon in #3864
New Contributors
Full Changelog: v1.23.0...v1.23.1
To manually apply this release:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.23.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.23.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.23.1/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.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.23.1/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.1
amazon-k8s-cni:v1.23.1
amazon/aws-network-policy-agent:v1.4.2