Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Releases: gardener/sow

3.8.0

20 Sep 11:14
Compare
Choose a tag to compare

[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

3.7.0

24 Feb 15:56
Compare
Choose a tag to compare

[sow]

✨ New Features

🐛 Bug Fixes

3.6.0

01 Sep 12:31
Compare
Choose a tag to compare

[sow]

✨ New Features

🏃 Others

3.5.0

13 Apr 12:39
Compare
Choose a tag to compare

[sow]

🏃 Others

3.4.1

10 Jan 09:32
Compare
Choose a tag to compare

[sow]

🏃 Others

3.4.0

21 Oct 07:45
Compare
Choose a tag to compare

[sow]

🏃 Others

3.3.0

03 May 13:33
Compare
Choose a tag to compare

[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

3.2.1

14 Sep 11:01
Compare
Choose a tag to compare

This release was necessary for technical reasons and does not include any changes.

3.2.0

31 Jul 10:22
Compare
Choose a tag to compare
  • ⚠️ Due to some changes in the behaviour of spiff, this version of sow is incompatible with versions of garden-setup older than 2.0.0.
  • Upgrade spiff to v1.5.0
  • Upgrade kubectl to 1.17.9
  • Upgrade helm to v3.2.4

3.1.0

05 Jun 12:36
Compare
Choose a tag to compare

[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)