v2.5.1
v2.5.1 (requires Kubernetes 1.22+)
Documentation
Image: public.ecr.aws/eks/aws-load-balancer-controller:v2.5.1
Thanks to all our contributors! 😊
Action Required
- 🚨 🚨 🚨We've updated the controller manifests, so either use helm upgrade or apply the new manifest. The new controller image from the patch release is not compatible with manifests from v2.4.x or earlier releases
- 🚨 🚨 🚨We have made the LBC the default controller for service type LoadBalancer by adding a mutating webhook. You can disable the feature by setting the helm chart value
enableServiceMutatorWebhook
tofalse
. You will no longer be able to provision new Classic Load Balancer (CLB) from your kubernetes service unless you disable this feature.
Please refer to the v2.5.0 release notes for further details.
Bug fixes
- Fix ingress validator to handle ingress rules without http paths, issue #3158
Changelog since v2.5.0
- cut v2.5.1 release (#3160, @kishorj)
- chore(aws-load-balancer-controller): add all controllerConfig.featureGates samples (#3156, @kahirokunn)
- Fix validator for ingress rules without http paths (#3159, @kishorj)
- update doc for 2.5 (#3154, @oliviassss)