Skip to content

v1.0.0

Compare
Choose a tag to compare
@M00nF1sh M00nF1sh released this 19 Nov 18:06
· 347 commits to master since this release
60383d8

v1.0.0

Documentation

Docker Image: 894847497797.dkr.ecr.us-west-2.amazonaws.com/aws-alb-ingress-controller:v1.0.0

Changelog since 1.0-beta.7

Action Required

  • change annotation security-group-inbound-cidr to inbound-cidr(#733, @M00nF1sh)
  • annotation ignore-host-header is removed. Please remove it from your ingress.(Host condition will only be applied if you have specified host in your ingress spec)
  • IAM policy have been changed. Please refer iam-policy.json
  • --ingress-class flag behavior has changed: (note: --ingress-class=alb is set in helm chart/example yaml by default)
    • new behavior:
      • If --ingress-class=xxx flag is set, only ingress with kubernetes.io/ingress.class: xxx annotation will be targeted.
      • If --ingress-class=xxx flag is not set, both ingress without kubernetes.io/ingress.class or with kubernetes.io/ingress.class: alb will be targeted.
    • old behavior:
      • If --ingress-class=xxx flag is set, and xxx is not alb, only ingress with kubernetes.io/ingress.class: xxx annotation will be targeted.
      • if --ingress-class flag is not set, or set as --ingress-class=alb, both ingress without kubernetes.io/ingress.class or with kubernetes.io/ingress.class: alb will be targeted.

Other notable changes