Skip to content

Releases: zalando-incubator/stackset-controller

v1.1.21

28 Feb 13:37
dc9a64f
Compare
Choose a tag to compare

Changes

Bump github.com/stretchr/testify from 1.4.0 to 1.5.1 (#201)
Bumps github.com/stretchr/testify from 1.4.0 to 1.5.1.

Docker image

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

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

v1.1.20

26 Feb 09:55
2baddca
Compare
Choose a tag to compare

Changes

Stack ingresses: use an explicit cluster domain (#202)

Docker image

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

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

v1.1.19

21 Feb 15:19
2f1a617
Compare
Choose a tag to compare

Changes

CRD spec: correctly validate quantities (#200)

Docker image

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

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

v1.1.18

10 Feb 09:25
Compare
Choose a tag to compare

Changes

Bump github.com/prometheus/client_golang from 1.4.0 to 1.4.1 (#199)
Bumps github.com/prometheus/client_golang from 1.4.0 to 1.4.1.

Docker image

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

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

v1.1.17

05 Feb 15:33
38e3219
Compare
Choose a tag to compare

Changes

Make sure ttl is handled correctly for stacksets with externalIngress (#197)

Docker image

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

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

v1.1.16

21 Jan 15:32
edf3dd2
Compare
Choose a tag to compare

Changes

Populate stack.status.desiredReplicas from the deployment (#193)
Apparently this number was populated only from the HPA, and was left at
0 if HPA was unused. It's unclear whether something like this is useful
to anyone, so let's populate it from deployment.spec instead. It'll show
exactly the same, except for cases when the HPA controller fails, and
all the cases where it's currently broken (e.g. no HPA).

Docker image

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

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

v1.1.15

21 Jan 12:39
fa2f963
Compare
Choose a tag to compare

Changes

Statuses: drop omitempty where it doesn't make sense (#192)

Docker image

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

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

v1.1.14

20 Jan 15:54
774c159
Compare
Choose a tag to compare

Changes

fix migrations to stackset (#191)

Docker image

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

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

v1.1.13

13 Jan 13:06
cca9bb9
Compare
Choose a tag to compare

Changes

Migration: don't crash on stacksets without ingresses (#190)

Docker image

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

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

v1.1.12

13 Jan 12:16
4be40db
Compare
Choose a tag to compare

Changes

Actually remove the annotation during migration (#189)

Docker image

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

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