v1.1.0
Changes since v1.0.x
This release contains a stackset CRD change, which you need to apply separately to do the upgrade!
- feature: enable external controllers to create ingress resources instead of us, for example fabric gateway
- feature:
status.Traffic
contains now the actual traffic including service and stack names - feature/migration: to support migrations we added
--migrate-to=<stackset|ingress>
, which can migrate traffic resources from ingress to stackset and from stackset to ingress - feature/migration:
zalando.org/traffic-authoritative: <true|false>
ingress annotation will be set to false in migration to stackset and to true in migration to ingress. You can use an admission webhook to make sure clients will only write ingress, if it is not set to true. - refactor/migration: desired traffic values were moved from ingress annotation
zalando.org/backend-weights
tospec.Traffic
, all clients should migrate to write this instead of annotation
For more information please see our documentation
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/stackset-controller:v1.1.0 --help