Skip to content

Releases: gardener/landscapercli

v0.11.0

03 Nov 07:19
Compare
Choose a tag to compare

[landscapercli]

✨ New Features

v0.10.0

15 Sep 06:26
Compare
Choose a tag to compare

no release notes available

v0.9.0

20 Aug 05:48
Compare
Choose a tag to compare

[landscapercli]

✨ New Features

🐛 Bug Fixes

  • [USER] render command could be called with relative paths (#88, @achimweigel)

v0.8.0

13 Aug 13:49
Compare
Choose a tag to compare

[landscapercli]

✨ New Features

  • [USER] Upgrade to landscaper v0.11.2 (#86, @achimweigel)
  • [DEVELOPER] The Landscaper has been updated to v0.10.1 and the component-cli to v0.27.0 (#78, @schrodit)

[component-cli]

🐛 Bug Fixes

  • [DEVELOPER] A bug in the priority calculation of the index caching has been fixed that caused random priority values for items with a similar cache date (gardener-attic/component-cli@51c09c2)

v0.7.0

21 May 14:18
Compare
Choose a tag to compare

[landscapercli]

✨ New Features

  • [USER] The component-cli lib has been updated to v0.19.0 including several bugfixes and the landscaper has been updated to v0.8.3 (#77, @enrico-kaack-comp)
  • [USER] Added: Autocompletion with command description (#75, @enrico-kaack-comp)

v0.6.0

29 Apr 06:25
Compare
Choose a tag to compare

[landscapercli]

✨ New Features

  • [USER] --namespace flag in "targets create" cmd is now optional (#73, @jschicktanz)

🐛 Bug Fixes

  • [USER] "installations create" now works for both the old and new blueprint resource types (referenced in the component descriptor) (#72, @jschicktanz)
  • [USER] use the last repository context in the "installations create" cmd (#71, @jschicktanz)

v0.5.0

07 Apr 07:50
Compare
Choose a tag to compare

no release notes available

v0.4.0

07 Apr 07:37
Compare
Choose a tag to compare

[landscapercli]

✨ New Features

  • [USER] the quickstart OCI registry can now be expose via an ingress directly through the "quickstart install" command (#62, @jschicktanz)
  • [USER] new command: installation inspect - shows status information for installations and depending executions and deployItems (#61, @enrico-kaack-comp)
  • [USER] The imports that are specified for the render command are now validated. (#59, @schrodit)
    • This also enables developers to test jsonschema definitions.

v0.3.0

15 Mar 09:23
Compare
Choose a tag to compare

[landscapercli]

✨ New Features

  • [USER] Additional import values have been added to the render command. (#55, @schrodit)
  • [USER] implements printing of referenced jsonschemas in the comments of rendered installations via the "installations create" command (#53, @jschicktanz)
  • [USER] check the length of OCI registry endpoint and changes url prefix from oci. to o. (#48, @achimweigel)
  • [USER] New command: landscaper-cli components add container deployitem (#45, @robertgraeff)
  • [USER] Command to create external https endpoint for OCI registry (#41, @achimweigel)

v0.2.0

15 Feb 09:46
Compare
Choose a tag to compare

[landscapercli]

✨ New Features

📖 Documentation