This repository was archived by the owner on Apr 22, 2025. It is now read-only.
Releases: gardener/sow
Releases · gardener/sow
3.8.0
[gardener/sow]
🐛 Bug Fixes
[USER]
Fixed a bug which would prevent sow from deleting a Gardener shoot if that shoot already has the deletion confirmation annotation. by @Diaphteiros [#53]
🏃 Others
[USER]
Upgrade helm tov3.12.3
by @Diaphteiros [#53][USER]
Upgrade kubectl tov1.27.6
by @Diaphteiros [#53][USER]
Upgrade kustomize tov5.1.1
by @Diaphteiros [#53]
3.7.0
[sow]
✨ New Features
- [OPERATOR] Upgrade spiff++ to
v1.7.0-beta-4
. (gardener/sow#52, @Diaphteiros)
🐛 Bug Fixes
- [USER] Fixed an issue where sow would break if the config for a plugin was too long. (gardener/sow#51, @Diaphteiros)
3.6.0
[sow]
✨ New Features
- [OPERATOR] The
sow
image is now built for amd and arm architectures by default. (gardener/sow#50, @Diaphteiros)
🏃 Others
- [OPERATOR] Upgrade kustomize to
v4.5.4
(gardener/sow#49, @Diaphteiros) - [OPERATOR] Upgrade spiff to
v1.7.0-beta-3
(gardener/sow#49, @Diaphteiros) - [OPERATOR] It's now possible to build arm images for
sow
. (gardener/sow#49, @Diaphteiros)
3.5.0
3.4.1
[sow]
🏃 Others
- [OPERATOR] Add cache folder to prevent client side throttling with kubectl (gardener/sow#46, @einfachnuralex)
3.4.0
[sow]
🏃 Others
- [OPERATOR] Upgraded kubectl in the
sow
image tov1.21.5
(gardener/sow#45, @Diaphteiros)
3.3.0
[sow]
⚠️ Breaking Changes
- [OPERATOR] Several dependency versions have changed and might require changes in components that use the corresponding plugins (most notably:
terraform
). (#43, @Diaphteiros)
🏃 Others
- [USER] The terraform plugin now supports the generation of the main module directly in the deployment.yaml. (#41, @mandelsoft)
- Additionally the source field may now be a path relative to the component folder.
- [OPERATOR] Upgrade git dependency (#43, @Diaphteiros)
- [OPERATOR] Use newer kubectl in sow image to support cert-manager 1.3.1 crd deployments (#42, @christianhuening)
📰 Noteworthy
- [OPERATOR] Upgrade terraform dependency to
0.14
(#43, @Diaphteiros) - [OPERATOR] Upgrade alpine base image to
3.13
(#43, @Diaphteiros) - [OPERATOR] Upgrade kubectl dependency to
v1.18.18
(#43, @Diaphteiros) - [OPERATOR] Upgrade spiff dependency to
v1.6.1
(#43, @Diaphteiros)
3.2.1
This release was necessary for technical reasons and does not include any changes.
3.2.0
⚠️ Due to some changes in the behaviour of spiff, this version of sow is incompatible with versions of garden-setup older than2.0.0
.- Upgrade spiff to
v1.5.0
- Upgrade kubectl to
1.17.9
- Upgrade helm to
v3.2.4
3.1.0
[sow]
Improvements
- [OPERATOR] To speed up CRD deletion, the CRD will now only be checked for the
gardener.cloud/deletion-protection
label if its full name ends with.gardener.cloud
. (#35, @Diaphteiros)