Skip to content

Releases: gardener/landscapercli

v0.31.0

01 Feb 13:40
Compare
Choose a tag to compare

[gardener/landscapercli]

✨ New Features

  • [USER] # with Nix (macOS, Linux, and Windows)
    nix run github:gardener/landscapercli -- version

    development version

    nix profile install github:gardener/landscapercli

    landscaper-cli --help by @vasu1124 [#214]

  • [USER] Update landscaper to v0.93.0
    Update chart location to europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper/github.com/gardener/landscaper/charts/landscaper by @reshnm [#217]

v0.30.0

17 Jan 10:29
Compare
Choose a tag to compare

no release notes available

v0.29.0

17 Jan 10:07
Compare
Choose a tag to compare

[gardener/landscapercli]

✨ New Features

  • [USER] - Update landscaper version to v0.92.0.
    • Remove the commands: installations create, installations set-import-parameters, blueprints render by @robertgraeff [#215]

v0.28.0

15 Jan 05:31
Compare
Choose a tag to compare

[gardener/landscapercli]

✨ New Features

v0.27.0

19 Dec 13:12
Compare
Choose a tag to compare

[gardener/landscapercli]

🏃 Others

  • [DEPENDENCY] Upgrade to go 1.21.5 by @guewa [#209]

v0.26.0

15 Dec 06:35
Compare
Choose a tag to compare

[gardener/landscapercli]

🏃 Others

  • [DEPENDENCY] Upgrade to go 1.21 by @guewa [#207]

v0.25.0

28 Nov 10:01
Compare
Choose a tag to compare

[gardener/landscapercli]

🏃 Others

v0.24.0

26 Oct 07:21
Compare
Choose a tag to compare

no release notes available

v0.23.0

12 Jun 15:37
Compare
Choose a tag to compare

no release notes available

v0.22.0

15 May 11:26
Compare
Choose a tag to compare

[landscapercli]

✨ New Features

  • [USER] The landscaper-cli blueprint render command now also renders ImportExecutions. (#175, @Diaphteiros)

🐛 Bug Fixes

  • [USER] Fixed a bug in the landscaper-cli quickstart install subcommand which caused the default deployers (when no deployers are specified) to be inserted at the wrong position in the values overwrite file. This had the effect that the Landscaper would be deployed without any deployers, instead of using the default set as intended. (#179, @Diaphteiros)

🏃 Others

  • [USER] Upgrade Landscaper dependency to v0.53.0 (#175, @Diaphteiros)
  • [USER] The target reference in the DeployItemTemplate is now optional when using the landscaper-cli blueprint render command. (#175, @Diaphteiros)
  • [DEVELOPER] Upgrade component-cli to v0.47.0 (#163, @Diaphteiros)

[component-cli]

⚠️ Breaking Changes