Releases: zalando-incubator/stackset-controller
Releases · zalando-incubator/stackset-controller
v1.4.48
Changes
Add a versioned configmap to the e2e sample stackset (#605)
This uses a versioned ConfigMap in the sample deployment so we have this covered.
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/stackset-controller:v1.4.48 --help
v1.4.47
Changes
Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 (#600)
Bumps github.com/prometheus/client_golang from 1.18.0 to 1.19.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.47 --help
v1.4.46
v1.4.45
v1.4.44
v1.4.43
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