Skip to content

Releases: zalando-incubator/stackset-controller

v1.4.123

19 Dec 09:22
8e34ffc

Choose a tag to compare

Changes

Improve forward feature (#721)

Docker image

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

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

v1.4.122

19 Dec 08:27
fa6dbb0

Choose a tag to compare

Changes

Bump the all-go-mod-patch-and-minor group across 1 directory with 2 updates (#719)
Bumps the all-go-mod-patch-and-minor group with 2 updates in the / directory: golang.org/x/sync and k8s.io/client-go.
Updates golang.org/x/sync from 0.17.0 to 0.18.0


updated-dependencies:

  • dependency-name: golang.org/x/sync
    dependency-version: 0.18.0
    dependency-type: direct:production
    update-type: version-update:semver-minor
    dependency-group: all-go-mod-patch-and-minor
  • dependency-name: k8s.io/client-go
    dependency-version: 0.34.2
    dependency-type: direct:production
    update-type: version-update:semver-patch
    dependency-group: all-go-mod-patch-and-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.122 --help

v1.4.121

19 Dec 08:05
f40f910

Choose a tag to compare

Changes

Allow running locally based on KUBECONFIG (#720)

Docker image

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

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

v1.4.120

15 Dec 16:24
55467ba

Choose a tag to compare

Changes

feature: zalando.org/forward-backend annotation support to enable migration to eks (#716)
Usage:

apiVersion: zalando.org/v1
kind: StackSet
metadata:
  annotations:
    zalando.org/forward-backend: eks migration
..

This will execute the migration preparation, such that the next traffic switch will send the traffic to the forward backend.
feature: reduce resource waste by setting replicas to 1 for the new unused stack, that will not receive any traffic
fix: ExternalIngress has also to get the anntoation to be set, such that it can execute a migration as expected

Docker image

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

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

v1.4.119

30 Sep 20:00
f07f9d5

Choose a tag to compare

Changes

feature: routegroup <forward> backend (#715)

Docker image

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

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

v1.4.118

11 Sep 08:03
721a0ba

Choose a tag to compare

Changes

Bump the all-go-mod-patch-and-minor group with 2 updates (#714)
Bumps the all-go-mod-patch-and-minor group with 2 updates: k8s.io/client-go and k8s.io/code-generator.
Updates k8s.io/client-go from 0.34.0 to 0.34.1


updated-dependencies:

  • dependency-name: k8s.io/client-go
    dependency-version: 0.34.1
    dependency-type: direct:production
    update-type: version-update:semver-patch
    dependency-group: all-go-mod-patch-and-minor
  • dependency-name: k8s.io/code-generator
    dependency-version: 0.34.1
    dependency-type: direct:production
    update-type: version-update:semver-patch
    dependency-group: all-go-mod-patch-and-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.118 --help

v1.4.117

08 Sep 08:53
030a1d1

Choose a tag to compare

Changes

Bump the all-go-mod-patch-and-minor group with 2 updates (#713)
Bumps the all-go-mod-patch-and-minor group with 2 updates: github.com/prometheus/client_golang and golang.org/x/sync.
Updates github.com/prometheus/client_golang from 1.23.1 to 1.23.2


updated-dependencies:

  • dependency-name: github.com/prometheus/client_golang
    dependency-version: 1.23.2
    dependency-type: direct:production
    update-type: version-update:semver-patch
    dependency-group: all-go-mod-patch-and-minor
  • dependency-name: golang.org/x/sync
    dependency-version: 0.17.0
    dependency-type: direct:production
    update-type: version-update:semver-minor
    dependency-group: all-go-mod-patch-and-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.117 --help

v1.4.116

05 Sep 10:58
2a675d1

Choose a tag to compare

Changes

Bump github.com/prometheus/client_golang (#712)
Bumps the all-go-mod-patch-and-minor group with 1 update: github.com/prometheus/client_golang.
Updates github.com/prometheus/client_golang from 1.23.0 to 1.23.1


updated-dependencies:

  • dependency-name: github.com/prometheus/client_golang
    dependency-version: 1.23.1
    dependency-type: direct:production
    update-type: version-update:semver-patch
    dependency-group: all-go-mod-patch-and-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.116 --help

v1.4.115

01 Sep 14:10
32bcf9b

Choose a tag to compare

Changes

Bump the all-go-mod-patch-and-minor group across 1 directory with 6 updates (#711)
Bumps the all-go-mod-patch-and-minor group with 5 updates in the / directory:

Package From To
github.com/prometheus/client_golang 1.22.0 1.23.0
github.com/stretchr/testify 1.10.0 1.11.1
k8s.io/client-go 0.33.3 0.33.4
k8s.io/code-generator 0.33.3 0.33.4
sigs.k8s.io/controller-tools 0.18.0 0.19.0
Updates github.com/prometheus/client_golang from 1.22.0 to 1.23.0

updated-dependencies:

  • dependency-name: github.com/prometheus/client_golang
    dependency-version: 1.23.0
    dependency-type: direct:production
    update-type: version-update:semver-minor
    dependency-group: all-go-mod-patch-and-minor
  • dependency-name: github.com/stretchr/testify
    dependency-version: 1.11.1
    dependency-type: direct:production
    update-type: version-update:semver-minor
    dependency-group: all-go-mod-patch-and-minor
  • dependency-name: k8s.io/client-go
    dependency-version: 0.33.4
    dependency-type: direct:production
    update-type: version-update:semver-patch
    dependency-group: all-go-mod-patch-and-minor
  • dependency-name: k8s.io/code-generator
    dependency-version: 0.33.4
    dependency-type: direct:production
    update-type: version-update:semver-patch
    dependency-group: all-go-mod-patch-and-minor
  • dependency-name: sigs.k8s.io/controller-tools
    dependency-version: 0.19.0
    dependency-type: direct:production
    update-type: version-update:semver-minor
    dependency-group: all-go-mod-patch-and-minor
  • dependency-name: sigs.k8s.io/yaml
    dependency-version: 1.6.0
    dependency-type: direct:production
    update-type: version-update:semver-minor
    dependency-group: all-go-mod-patch-and-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.115 --help

v1.4.114

06 Aug 09:34
9f9d08c

Choose a tag to compare

Changes

docs: Update deployment and stackset example files (#708)
Currently the Setup section in README will finish in non-working
configuration. This PR updates the stackset and deployment files to
make 'kind' example working.

Docker image

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

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