v2.10.1 (requires Kubernetes 1.22+)
Documentation
Image: public.ecr.aws/eks/aws-load-balancer-controller:v2.10.1
Thanks to all our contributors! 😊
What's new
- Supports HTTP and HTTPS listener attributes on load balancers.
- Application Load Balancer (ALB) now supports HTTP request and response header modification giving you greater controls to manage your application’s traffic and security posture without having to alter your application code. For more information checkout what’s new post and the ALB document.
Enhancement and Fixes
- Use pod target namespace to get pod info from repo when resolving endpoint.
- Remove sort by ID so that EIP allocations and subnet ID order is respected.
- [Doc] fixed documentation styling for Support UDP-based services over IPv6.
- Publish internal controller metrics, such as target register time.
- Trim control characters from OIDC secret
Changelog since v2.10.0
- enable http and https listener attributes (#3948, @wweiwei-li)
- FEAT: LBC metric collector (#3941, @zac-nixon)
- fix: use pod target namespace to get pod info from repo when resolving endpoint (#3914, @Revolution1)
- [BUG FIX] trim control characters from secret to prevent newlines in client secret (#3936, @zac-nixon)
- Fix: order must match specified subnets (#3925, @wweiwei-li)
- fixed documentation styling for Support UDP-based services over IPv6 (#3928, @shethyogita83)
Full Changelog: v2.10.0...v2.10.1