Releases: zalando-incubator/stackset-controller
v1.1.24
Changes
Bump github.com/prometheus/client_golang from 1.4.1 to 1.5.0 (#206)
Bumps github.com/prometheus/client_golang from 1.4.1 to 1.5.0.
- Release notes
- Changelog
- Commits
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[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.1.24 --help
v1.1.23
v1.1.22
v1.1.21
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
v1.1.19
v1.1.18
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
v1.1.16
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