Skip to content

Releases: zalando-incubator/kube-ingress-aws-controller

v0.3.9

04 Oct 10:17
Compare
Choose a tag to compare
  • #87: support overwriting the SSL cert by domain (instead of ARN) via the zalando.org/aws-load-balancer-ssl-cert-domain annotation`

Docker image is available in Zalando's Open Source registry:

docker run -it registry.opensource.zalan.do/teapot/kube-ingress-aws-controller:v0.3.9 --help

v0.3.8

26 Jul 13:00
Compare
Choose a tag to compare
  • For migrations it is necessary to update CF Stacks. We update all CF stacks we created every hour which can be customized by setting --update-stack-interval or UPDATE_STACK_INTERVAL environment variable. A known problem was that TargetGroups from ALBs get no interfaces in new Subnets, so we had to update the CF stack to migrate this.

v0.3.7

26 Jul 12:56
Compare
Choose a tag to compare
  • build with our new build infrastructure
  • use zappr to be compliant to Zalando's rules of play
  • add SECURITY.md

v0.3.6

20 Jun 16:32
Compare
Choose a tag to compare
  • Fixed #68 to safely delete CF stacks. In case of the automatic certificate lookup and a newer/better x509 certificate was issued, we would have created a downtime for all ingresses which depended on the same ALB linked to the old certificate.
  • Docker image name was changed to reflect the project name

docker run -it registry.opensource.zalan.do/teapot/kube-ingress-aws-controller:v0.3.6

v0.3.5

06 Jun 14:00
Compare
Choose a tag to compare
  • Fix glide.yaml to have updated all dependencies that are in use
  • add documentation how to deploy and use this ingress controller

docker run -it registry.opensource.zalan.do/teapot/kube-aws-ingress-controller:v0.3.5

v0.3.4

19 May 08:27
Compare
Choose a tag to compare
  • Add all policies which we missed to the requirements doc.
  • Version jump is, because of a local git tag mess up combined with our docker registry has immutable tags.

docker run -it registry.opensource.zalan.do/teapot/kube-aws-ingress-controller:v0.3.4

v0.3.1

18 May 15:10
Compare
Choose a tag to compare
  • fix: only 1 ingress per ALB was supported
  • add logs for each iteration

v0.3.0

17 May 15:38
Compare
Choose a tag to compare

This release contains a major refactoring from v0.2.x.

  • It uses CloudFormation stacks to create, update, delete ALBs, instead of API calls, because we got too often rate limited.
  • Old ALBs are not cleaned up, but will be recreated using CF. You have to manually clean up old ALBs, which were created from ingress controllers with version < v0.3.0

docker run -it registry.opensource.zalan.do/teapot/kube-aws-ingress-controller:v0.3.0

v0.2.2

17 May 12:25
Compare
Choose a tag to compare
  • Create :7979/metrics endpoint to serve metrics from all client http calls to external APIs (AWS/Kubernetes) #52

docker run -it registry.opensource.zalan.do/teapot/kube-aws-ingress-controller:v0.2.2

v0.2.1

16 May 14:34
Compare
Choose a tag to compare
  • #50 treat AWS rate limits as error, this will fix a possible recreate ALB

docker run -it registry.opensource.zalan.do/teapot/kube-aws-ingress-controller:v0.2.1