Skip to content

Releases: zalando-incubator/stackset-controller

v1.4.22

01 Dec 16:35
c941052
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v1.4.14

01 Sep 12:35
321fb9c
Compare
Choose a tag to compare

Changes

Update to Kubernetes v1.24.17 (#527)

Docker image

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

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

v1.4.13

25 Aug 15:13
45ba162
Compare
Choose a tag to compare

Changes

Drop HorizontalPodAutoscaler field (#521)

Docker image

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

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

v1.4.12

25 Aug 10:45
6d2c9ea
Compare
Choose a tag to compare

Changes

Include ingress and/or routegroup definitions in Stack template. (#518)

Docker image

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

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

v1.4.11

09 Aug 14:04
d0eb89f
Compare
Choose a tag to compare

Changes

Add stack weight verification for HPA reconciling (#519)

Docker image

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

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