Releases: zalando-incubator/stackset-controller
Releases · zalando-incubator/stackset-controller
v1.1.3
v1.1.2
v1.1.1
Changes since v1.1.0
- feature: Use
averageValue
for skipper based autoscaler, requires https://github.com/zalando-incubator/kube-metrics-adapter/releases/tag/v0.0.4
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
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
v1.0.3
Changes
Docker image
Docker image is available in Zalando's Open Source registry:
v1.0.2
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 KubernetespodTemplate
, optionalhorizontalPodAutoscaler
andservice
definition- default generates Kubernetes
service
type ClusterIP fromingress
andpodTemplate
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