Skip to content

Releases: zalando-incubator/stackset-controller

v1.4.26

18 Jan 10:38
1c25f6d

Choose a tag to compare

Changes

Synchronize ingress annotations on all traffic segments. (#564)

Docker image

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

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

v1.4.25

12 Jan 15:50
23dae59

Choose a tag to compare

Changes

Add e2e tests for ConfigMap feature (#558)

Co-authored-by: Martin Linkhorst [email protected]

Docker image

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

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

v1.4.24

04 Jan 08:30
1315add

Choose a tag to compare

Changes

Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 (#561)
Bumps github.com/prometheus/client_golang from 1.17.0 to 1.18.0.


updated-dependencies:

  • dependency-name: github.com/prometheus/client_golang
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Docker image

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

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

v1.4.23

15 Dec 08:10
4278725

Choose a tag to compare

Changes

Add support for traffic segments. (#495)

Co-authored-by: Rodrigo Reis [email protected]
Co-authored-by: Mikkel Oscar Lyderik Larsen [email protected]

Docker image

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

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

v1.4.22

01 Dec 16:35
c941052

Choose a tag to compare

Changes

Reference ConfigMap for per stack versioning (#520)
Currently Stacks share the same configuration resources, which may lead to confusion and incidents. As a first step on having one configuration resource dedicated to each stack, this Pull Request implements ConfigMaps versioned by reference. Other resources will follow in future Pull Requests.
The expected behaviour is that given the a ConfigMap named in the - pattern is referenced under ConfigurationResources on the Stack definition, Stackset Controller identifies the deployed ConfigMap and updates it with the Stack info on ownerReferences.

Docker image

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

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

v1.4.19

25 Oct 09:42
08354e8

Choose a tag to compare

Changes

Add e2e test for HPA deletion at downscaling (#539)

Co-authored-by: Milad Barazandeh [email protected]

Docker image

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

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

v1.4.18

23 Oct 13:01
424c532

Choose a tag to compare

Changes

Remove HPA when stacket is scaled down (#538)
Co-authored-by: Milad Barazandeh [email protected]

Docker image

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

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

v1.4.17

13 Oct 13:07
0d0a376

Choose a tag to compare

Changes

Remove deprecated linters (#536)
deadcode and varcheck are deprecated. They're currenlty unused
throughout the code, so no need for replacement.

Docker image

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

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

v1.4.16

09 Oct 11:12
933c445

Choose a tag to compare

Changes

Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 (#530)
Bumps github.com/prometheus/client_golang from 1.16.0 to 1.17.0.


updated-dependencies:

  • dependency-name: github.com/prometheus/client_golang
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Docker image

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

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

v1.4.15

07 Sep 08:35
6487443

Choose a tag to compare

Changes

Add the type match label (#365)
When using the autoscaler we are still letting kube-metrics-adapter
to rely in the metric name. This commit adds the type label to the
ZMON and SQS queue len metrics. It also sorts the metrics before
generating them, based on different criteria.
Previously, sort was based just on the HPA metric type. Now sort is done
by StackSet's autoscaler metric type and once it conflicts
Average, AverageUtilization, etc. It guarantees we support multiple
metrics of the same type and do not regenerate the HPA if Kubernetes
sends the metrics in a different order.
Co-authored-by: Katyanna Moura [email protected]

Docker image

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

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