Skip to content

Releases: zalando-incubator/stackset-controller

v1.4.43

28 Feb 11:04
6521cbd
Compare
Choose a tag to compare

Changes

extract processing of one configuration resource into separate function (#577)
This more of less only moves inner loop into a separate function. Little easier to think about and maybe opens up some opportunity to combine the ReconcileStackConfigMap and ReconcileStackSecret functions since they are very similar.

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

v1.4.42

27 Feb 17:43
c8edb19
Compare
Choose a tag to compare

Changes

rename functions dealing with config/secret refs for clarify (#592)

Docker image

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

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

v1.4.41

23 Feb 09:38
1d30fdb
Compare
Choose a tag to compare

Changes

Fix order of metrics in autoscaling test (#591)

Docker image

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

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

v1.4.40

20 Feb 13:51
5e8d42c
Compare
Choose a tag to compare

Changes

Drop old autoscaling api code (#590)

Docker image

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

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

v1.4.39

19 Feb 16:10
9e24210
Compare
Choose a tag to compare

Changes

empty structs should not lead to wrong detection (#589)

Docker image

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

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

v1.4.38

16 Feb 16:01
4200e91
Compare
Choose a tag to compare

Changes

Generate HPA pointing to ingress segments. (#588)

Docker image

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

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

v1.4.37

15 Feb 11:17
c898a7d
Compare
Choose a tag to compare

Changes

make local object reference a pointer so it can really be optional (#586)

Docker image

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

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

v1.4.36

14 Feb 14:51
df9cafb
Compare
Choose a tag to compare

Changes

chore(deps): update k8s.io/* to v0.25.16 (#583)

Docker image

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

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

v1.4.35

14 Feb 14:12
12fcad6
Compare
Choose a tag to compare

Changes

Point HPA to segment resource, when ingress versioning is set. (#585)

Docker image

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

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

v1.4.34

13 Feb 17:23
895744c
Compare
Choose a tag to compare

Changes

Ensure controller only deletes central Ingress/RouteGroup when all segments exist. (#584)

Docker image

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

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