Releases: zalando-incubator/stackset-controller
v1.4.100
Changes
Bump golang.org/x/net from 0.36.0 to 0.38.0 in the go_modules group (#683)
Bumps the go_modules group with 1 update: golang.org/x/net.
Updates golang.org/x/net
from 0.36.0 to 0.38.0
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.38.0
dependency-type: indirect
dependency-group: go_modules
...
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.100 --help
v1.4.99
Changes
Bump the all-go-mod-patch-and-minor group across 1 directory with 3 updates (#682)
Bumps the all-go-mod-patch-and-minor group with 3 updates in the / directory: github.com/prometheus/client_golang, golang.org/x/sync and sigs.k8s.io/controller-tools.
Updates github.com/prometheus/client_golang
from 1.21.1 to 1.22.0
- Release notes
- Changelog
- Commits
Updatesgolang.org/x/sync
from 0.12.0 to 0.13.0 - Commits
Updatessigs.k8s.io/controller-tools
from 0.17.2 to 0.17.3 - Release notes
- Changelog
- Commits
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-version: 1.22.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-go-mod-patch-and-minor - dependency-name: golang.org/x/sync
dependency-version: 0.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-go-mod-patch-and-minor - dependency-name: sigs.k8s.io/controller-tools
dependency-version: 0.17.3
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.99 --help
v1.4.98
Changes
Bump golang.org/x/sync in the all-go-mod-patch-and-minor group (#677)
Bumps the all-go-mod-patch-and-minor group with 1 update: golang.org/x/sync.
Updates golang.org/x/sync
from 0.11.0 to 0.12.0
updated-dependencies:
- dependency-name: golang.org/x/sync
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.98 --help
v1.4.97
Changes
Bump github.com/prometheus/client_golang (#676)
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.21.0 to 1.21.1
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
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.97 --help
v1.4.96
Changes
Bump github.com/google/go-cmp in the all-go-mod-patch-and-minor group (#675)
Bumps the all-go-mod-patch-and-minor group with 1 update: github.com/google/go-cmp.
Updates github.com/google/go-cmp
from 0.6.0 to 0.7.0
updated-dependencies:
- dependency-name: github.com/google/go-cmp
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.96 --help
v1.4.95
Changes
Bump github.com/prometheus/client_golang (#674)
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.20.5 to 1.21.0
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
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.95 --help
v1.4.94
Changes
Bump the all-go-mod-patch-and-minor group across 1 directory with 4 updates (#673)
Bumps the all-go-mod-patch-and-minor group with 4 updates in the / directory: golang.org/x/sync, k8s.io/client-go, k8s.io/code-generator and sigs.k8s.io/controller-tools.
Updates golang.org/x/sync
from 0.10.0 to 0.11.0
- Commits
Updatesk8s.io/client-go
from 0.32.0 to 0.32.2 - Changelog
- Commits
Updatesk8s.io/code-generator
from 0.32.0 to 0.32.2 - Commits
Updatessigs.k8s.io/controller-tools
from 0.17.1 to 0.17.2 - Release notes
- Changelog
- Commits
updated-dependencies:
- dependency-name: golang.org/x/sync
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-type: direct:production
update-type: version-update:semver-patch
dependency-group: all-go-mod-patch-and-minor - dependency-name: k8s.io/code-generator
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-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.94 --help
v1.4.93
Changes
Bump the all-go-mod-patch-and-minor group across 1 directory with 3 updates (#669)
Bumps the all-go-mod-patch-and-minor group with 3 updates in the / directory: k8s.io/client-go, k8s.io/code-generator and sigs.k8s.io/controller-tools.
Updates k8s.io/client-go
from 0.31.4 to 0.31.5
- Changelog
- Commits
Updatesk8s.io/code-generator
from 0.31.4 to 0.31.5 - Commits
Updatessigs.k8s.io/controller-tools
from 0.16.5 to 0.17.1 - Release notes
- Changelog
- Commits
updated-dependencies:
- dependency-name: k8s.io/client-go
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-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-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>
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.93 --help