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.
This PR contains the following updates:
v2.12.0->v2.16.0v0.17.0->v0.19.03d0f463->87bce11v2.2.5->v2.2.6Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kubernetes-sigs/aws-load-balancer-controller (com_github_kubernetes_sigs_aws_load_balancer_controller)
v2.16.0Compare Source
v2.16.0 (requires Kubernetes 1.22+)
Documentation
Image: public.ecr.aws/eks/aws-load-balancer-controller:v2.16.0
Thanks to all our contributors! 😊
Action required
🚨 🚨 🚨 For ALB Target Optimizer Users who want to use auto-injection for ALB target control agent: New CRD ALBTargetControlConfig has been added. Update your CRDs and RBAC. If you're upgrading the charts using helm upgrade, you need to update CRDs manually:
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/refs/heads/main/config/crd/bases/elbv2.k8s.aws_albtargetcontrolconfigs.yamlalso update rbac policy by applying the latest changeskubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/refs/heads/main/config/rbac/role.yamlWhat’s new
We're excited to announce two new features!
Changelog since v2.15.0
v2.15.0Compare Source
📚 Quick Links
v2.15.0 (requires Kubernetes 1.22+)
Image: public.ecr.aws/eks/aws-load-balancer-controller:v2.15.0
Documentation
Thanks to all our contributors!💜💜💜
What’s new
We're excited to announce two new features!
alb.ingress.kubernetes.io/jwt-validation.What's Changed
New Contributors
Full Changelog: kubernetes-sigs/aws-load-balancer-controller@v2.14.1...v2.15.0
v2.14.1Compare Source
📚 Quick Links
v2.14.1 (requires Kubernetes 1.22+)
Image: public.ecr.aws/eks/aws-load-balancer-controller:v2.14.1
Documentation
Thanks to all our contributors!💜💜💜
What’s new
We’re excited to announce support for ALB URL Rewrite! You can use this new feature to transform request URLs using regex patterns (e.g., rewrite /api/v1/users to /users, or ^/api/v1/(.*)$ to /$1). Check out the new use case in our documentation on how to configure your ingress resources to utilize this new capability. For more information about the feature, please see the AWS launch announcement.
Enhancement and Fixes
What's Changed
New Contributors
Full Changelog: kubernetes-sigs/aws-load-balancer-controller@v2.14.0...v2.14.1
v2.14.0Compare Source
Beta Release: Gateway API Layer 7 (L7) Routing for AWS Load Balancer Controller
We are excited to announce the Beta release of Layer 7 (L7) routing support for the Kubernetes Gateway API within the AWS Load Balancer Controller (LBC)!🥳🥳🥳 This highly anticipated feature allows you to provision and manage AWS Application Load Balancers (ALBs) for HTTP, HTTPS, and GRPC traffic directly from your Kubernetes clusters using the extensible Gateway API. Please refer to L7 Gateway API Documentation to learn more.
This beta release focuses on Gateway API features with comprehensive status reporting, advanced authentication, and stability improvements. While we encourage you to test these features extensively in your development environments, please be aware that this is a Beta release and is not yet production-ready. We are actively gathering feedback to finalize stability for official production use. This Beta status applies only to the new Gateway API features. All existing controller functionality for standard Ingress, Service and TargetGroupBinding resources remains stable and is safe for production workflows. Please restrict use of the new Gateway API features to testing and development environments.
📚 Quick Links
v2.14.0 (requires Kubernetes 1.22+)
Image: public.ecr.aws/eks/aws-load-balancer-controller:v2.14.0
Documentation
Thanks to all our contributors!💜💜💜
EndpointSlices Now Default
--enable-endpoint-slices=falseif issues occurCRD Updates
kubectl apply -k "github.com/aws/eks-charts/stable/aws-load-balancer-controller/crds?ref=master"🚀 What's New in Ingress, Services and TargetGroupBinding
Enhanced Defaulting Flag
EnhancedDefaultBehaviorflag for better annotation lifecycle managementCRD Naming Fix
ingressclassparams→ingressclassparamConfiguration Improvements
🚀 What's New in Gateway API
Status Update & Observability
aws_target_group_infometric for CloudWatch integrationAdvanced Authentication
Enhanced Routing
Traffic Management
Infrastructure
🔧 Enhancements and Fixes
Performance & Reliability
Bug Fixes
Documentation & Testing
🌟 Complete Change Log
wafv2AclArnfield to IngressClassParams by @mikutas in #3961🥳 New Contributors
Full Changelog: kubernetes-sigs/aws-load-balancer-controller@v2.13.4...v2.14.0
🎯 Provide Your Feedback!
As this is a beta release, your feedback is invaluable! We encourage you to:
Your active participation will help us refine this feature for its General Availability release.
v2.13.4Compare Source
v2.13.4 (requires Kubernetes 1.22+)
Documentation
Image: public.ecr.aws/eks/aws-load-balancer-controller:v2.13.4
Thanks to all our contributors! 😊
Action required
🚨 🚨 🚨 For user who is trying out our gateway api features, we’ve created a new CRD
ListenerRuleConfiguration. Make sure to update the CRD definition in your cluster. If you're upgrading the charts using helm upgrade, you need to update CRDs manually:kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/refs/heads/main/config/crd/gateway/gateway-crds.yamlalso update rbac policy by applying the latest changes fromrbac.yamlWhat’s new
We’ve been working on ALB support in Gateway API. Some of the main additions are:
Enhancement and Fixes
Full Changelog
New Contributors
Full Changelog: kubernetes-sigs/aws-load-balancer-controller@v2.13.3...v2.13.4
v2.13.3: v.2.13.3Compare Source
v2.13.3 (requires Kubernetes 1.22+)
Documentation
Image: public.ecr.aws/eks/aws-load-balancer-controller:v2.13.3
Thanks to all our contributors! 😊
Action required
🚨 🚨 🚨 We’ve updated the Gateway API relevant LBC CRDs LoadBalancerConfigurations and TargetGroupConfigurations Make sure to update the CRD definition in your cluster. If you're upgrading the charts using helm upgrade, you need to update CRDs manually:
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/refs/heads/main/config/crd/gateway/gateway-crds.yamlWhat’s new
Enhancement and Fixes
Changelog since v2.13.2
v2.13.2Compare Source
Image: public.ecr.aws/eks/aws-load-balancer-controller:v2.13.2
This release fixes TLS Protocol detection:
#4183
#4181
v2.13.1Compare Source
v2.13.1 (requires Kubernetes 1.22+)
[PLEASE USE v2.13.2]
Documentation
Image: public.ecr.aws/eks/aws-load-balancer-controller:v2.13.1
Thanks to all our contributors! 😊
This release fixes the v2.13.0 release that contained a bug that erroneously published reconcile error metrics
v2.13.0Compare Source
v2.13.0 (requires Kubernetes 1.22+)
[PLEASE USE v2.13.2]
Documentation
Image: public.ecr.aws/eks/aws-load-balancer-controller:v2.13.3
Thanks to all our contributors! 😊
Action required
🚨 🚨 🚨
We’ve added new fields to the IngressClassParams CRD. Please apply the latest CRD definitions: kubectl apply -k "github.com/aws/eks-charts/stable/aws-load-balancer-controller/crds?ref=master"
What’s new
Enhancement and Fixe
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.