v2.8.2 (requires Kubernetes 1.22+)
Documentation
Image: public.ecr.aws/eks/aws-load-balancer-controller:v2.8.2
Thanks to all our contributors! 😊
What's new
Enhancements
- We have changed the behavior for Application LoadBalancer Addons related annotations(WAFClassic,WAFv2,Shield Advanced) as follows:
alb.ingress.kubernetes.io/waf-acl-id
- [new behavior] when this annotation is absent, existing WAFClassic WebACL(if any) on Application LoadBalancer won't be changed.
- [new behavior] when this annotation is set to 'none', existing WAFClassic WebACL(if any) on Application LoadBalancer will be disassociated.
- [unchanged behavior] when this annotation is set to any webACL ID, specified WAFClassic WebACL will be associated on Application LoadBalancer.
alb.ingress.kubernetes.io/wafv2-acl-arn
- [new behavior] when this annotation is absent, existing WAFv2 WebACL(if any) on Application LoadBalancer won't be changed.
- [new behavior] when this annotation is set to 'none', existing WAFv2 WebACL(if any) on Application LoadBalancer will be disassociated.
- [unchanged behavior] when this annotation is set to any webACL ID, specified WAFv2 WebACL will be associated on Application LoadBalancer.
alb.ingress.kubernetes.io/shield-advanced-protection
- [new behavior] when this annotation is absent, existing shield advanced protection(if any) on Application LoadBalancer won't be changed.
- [unchanged behavior] when this annotation is set to 'false', existing shield advanced protection(if name matches
managed by aws-load-balancer-controller
) on Application LoadBalancer will be disassociated. - [unchanged behavior] when this annotation is set to 'true', an new shield advanced protection with name(
managed by aws-load-balancer-controller
) will be created and associated with Application LoadBalancer.
Changelog since v2.8.1
What's Changed
- bump up go to 1.22.5 by @oliviassss in #3798
- keep LB addons' settings unchanged unless explicitly specified by @M00nF1sh in #3800
- cut v2.8.2 release by @M00nF1sh in #3802
Full Changelog: v2.8.1...v2.8.2