diff --git a/README.md b/README.md index 3609eb2d..2d6d93a5 100644 --- a/README.md +++ b/README.md @@ -37,18 +37,33 @@ This information is used to manage AWS resources for each ingress objects of the ## Upgrade +### =v0.14.0 + +Version `v0.14.0` makes `target-access-mode` flag required to make upgrading users aware of the [issue](https://github.com/zalando-incubator/kube-ingress-aws-controller/issues/507). + +New deployment of the controller should use `--target-access-mode=InstanceFilter` or `--target-access-mode=AWSCNI`. + +To upgrade from `=v0.12.17` when `--target-access-mode` is not set (i.e. default) or set to `HostPort` use `--target-access-mode=InstanceFilter`. + ### =0.13.0 Version `v0.13.0` use Ingress version v1 as default. You can downgrade ingress version to earlier versions via flag. You will also need to allow the access via RBAC, see more information in [=0.11.0](#v0110-to-0110) below. -### =v0.12.17 +### =v0.14.0`. + ###