This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
Releases: 3scale-ops/aws-nlb-helper-operator
Releases · 3scale-ops/aws-nlb-helper-operator
v0.1.1
v0.1.0
Upgrades the OperatorSDK to v1.20.0, enabling OLM based distribution.
v0.0.4-2
v0.0.4-1
Fix security vulnerabilities reported by quay.io
v0.0.4
v0.0.3: Merge pull request #4 from 3scale/feature/improve-boolean-handling
Improves boolean annotations handling to improve compatibility.
v0.0.2
The operator will run each reconcileInterval
so any manual change will be set back to the state defined in the kubernetes service object.
Also adds a loadBalancerNotReadyRetryInterval
, so it will keep trying until the externalName
attribute is available. When a new Network Load Balancer is created, AWS will provision a the resource and after a couple of minutes the DNS of the balancer will be available. This release adds some logic to wait to the load balancer is ready when created.
v0.0.1
First functional version supporting:
Setting | Annotations |
---|---|
Load Balancer Termination Protection | aws-nlb-helper.3scale.net/loadbalanacer-termination-protection |
Target Group Proxy Protocol | aws-nlb-helper.3scale.net/enable-targetgroups-proxy-protocol |
Target Group Stickness | aws-nlb-helper.3scale.net/enable-targetgroups-stickness |
Target Group Deregistration Delay | aws-nlb-helper.3scale.net/targetgroups-deregisration-delay |