Skip to content

Releases: gardener/landscaper

v0.108.0

01 Jul 13:32
Compare
Choose a tag to compare

[gardener/landscaper]

✨ New Features

  • [USER] - It is no longer required to specify a repository context in a Context resource. by @robertgraeff [#1156]

🏃 Others

📖 Documentation

v0.107.0

18 Jun 08:47
Compare
Choose a tag to compare

[gardener/landscaper]

✨ New Features

🐛 Bug Fixes

  • [USER] Fix landscaper view cluster aggregation role. by @reshnm [#1142]

📖 Documentation

v0.106.0

05 Jun 11:36
Compare
Choose a tag to compare

[gardener/landscaper]

✨ New Features

v0.105.0

23 May 04:19
Compare
Choose a tag to compare

[gardener/landscaper]

⚠️ Breaking Changes

  • [DEVELOPER] The CRD manifests have been moved from pkg/landscaper/crdmanager/crdresources to apis/crds/manifests. The new apis/crds package contains a CRDs function which provides easy access to the CRDs to other go projects. by @Diaphteiros [#1090]

✨ New Features

🐛 Bug Fixes

📖 Documentation

  • [USER] - New guided tour example, which demonstrates the dataflow between subinstallations. by @robertgraeff [#1117]
  • [USER] - Guided tour: extend description of the export-import example. by @robertgraeff [#1118]
  • [USER] Improve blueprint intro by @achimweigel [#1099]

v0.104.0

24 Apr 09:18
Compare
Choose a tag to compare

no release notes available

v0.103.0

09 Apr 08:06
Compare
Choose a tag to compare

[gardener/landscaper]

🐛 Bug Fixes

🏃 Others

  • [DEPENDENCY] Update to golang 1.21.9 by @guewa [#1069]

v0.102.0

27 Mar 11:36
Compare
Choose a tag to compare

[gardener/landscaper]

🐛 Bug Fixes

  • [USER] Fixed a bug that resulted in a wrongly generated CRD for the Context resource. by @Diaphteiros [#1046]
  • [DEVELOPER] Run make revendor before integration test. by @reshnm [#1043]

v0.101.0

25 Mar 15:22
Compare
Choose a tag to compare

[gardener/landscaper]

✨ New Features

  • [OPERATOR] Run Landscaper integration test on a seperate target shoot cluster and resource shoot cluster. by @reshnm [#1008]

🐛 Bug Fixes

  • [DEVELOPER] Pin setup-envtest to release-0.16 by @reshnm [#1042]

🏃 Others

v0.100.0

20 Mar 13:48
Compare
Choose a tag to compare

[gardener/landscaper]

⚠️ Breaking Changes

  • [DEVELOPER] CRD generation is now handled by controller-gen instead of our own custom coding. The CRD generation package under apis/hack/generate-schemes has been removed. by @Diaphteiros [#1011]

✨ New Features

🐛 Bug Fixes

  • [OPERATOR] - Bugfix concerning the error handling of crd creation. by @robertgraeff [#1016]
  • [DEVELOPER] Fixed problems that could occur during make generate due to dependencies missing on the host system. by @Diaphteiros [#1011]

📖 Documentation

v0.99.0

12 Mar 14:27
Compare
Choose a tag to compare

[gardener/landscaper]

⚠️ Breaking Changes

  • [USER] Remove landscaper agent and deployer management. by @reshnm [#992]
  • [DEVELOPER] The vendor folders have been removed for all modules in this repo. This also comes with a refactoring of the Makefile: some commands and/or their semantics have slightly changed. Run make help to view the new make targets. by @Diaphteiros [#997]

✨ New Features

  • [USER] - fix helm deployer templating by @achimweigel [#1007]
  • [USER] Build multiarch docker images containing linux-amd64 and linux-arm64 by @reshnm [#990]
  • [USER] - The validation of Installations has been extended to include checks of TargetMaps. by @robertgraeff [#994]
  • [DEVELOPER] use cross-compilation for landscaper binaries by @reshnm [#996]

🏃 Others

  • [DEPENDENCY] go v1.21.7 patch update by @guewa [#1001]