Skip to content

v2.14.1

Latest

Choose a tag to compare

@zac-nixon zac-nixon released this 17 Oct 22:17
· 2 commits to main since this release
584e3fb

📚 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

  • Introduced ALB URL Rewrite support! ( Too many feature request issues to link here ;) )
  • Fixed ListenerAttribute string parsing to allow for multiple values. (#4363)
  • Added ability to configure maximum targets per TargetGroupBinding (#4360)
  • Fixed ListenerRule comparison check that incorrectly marks rules as drifted.
  • New Gateway Route & Listener Statuses
  • Fixed WAF name retrieval (#4388)
  • Added support for EKS Hybrid nodes (#4315)
  • Added low priority tag additions (#4030)
  • Fixed edge case that prevented Listener modifications if rule limit has been exceeded (#4373)
  • Updated docs for NLB healthchecks (#3419)

What's Changed

New Contributors

Full Changelog: v2.14.0...v2.14.1