Skip to content

Releases: zalando-incubator/stackset-controller

v1.1.3

12 Nov 14:33
b30e04d
Compare
Choose a tag to compare

Changes

Don't send stack status updates unless necessary (#175)

Docker image

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

docker run -it registry.opensource.zalan.do/teapot/stackset-controller:v1.1.3 --help

v1.1.2

06 Nov 11:25
Compare
Choose a tag to compare

Changes

fix release notes automation (#173)

Docker image

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

docker run -it registry.opensource.zalan.do/teapot/stackset-controller:v1.1.2 --help

v1.1.1

04 Nov 12:38
Compare
Choose a tag to compare

Changes since v1.1.0

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.1 --help

v1.1.0

04 Nov 11:12
7395993
Compare
Choose a tag to compare

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 to spec.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

v1.0.3

09 Oct 15:58
ef91e32
Compare
Choose a tag to compare

Changes

Docker image

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

v1.0.2

09 Oct 12:59
Compare
Choose a tag to compare

Changes

This is the first public release with a git tagged version and a release page.
We already provided docker containers in the past, but from now we will create docker images with tagged releases.

Current features:

  • managed stacks: global ingress, versioned ingress for canary, svc, deployment, hpa
  • Kubernetes ownership model to run multiple controllers
  • cleanup policy stackLifecycle
  • simpler ingress definition
  • stackTemplate provides the full Kubernetes podTemplate, optional horizontalPodAutoscaler and service definition
  • default generates Kubernetes service type ClusterIP from ingress and podTemplate
  • traffic client to manipulate traffic switching
  • optional prescaling stacks before executing a traffic switch

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.0.2 --help