Releases: gardener/landscapercli
Releases · gardener/landscapercli
v0.11.0
v0.10.0
no release notes available
v0.9.0
[landscapercli]
✨ New Features
- [USER] Upgrade to landscaper version v0.12.0 (#90, @achimweigel)
🐛 Bug Fixes
- [USER] render command could be called with relative paths (#88, @achimweigel)
v0.8.0
[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
[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
[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
no release notes available
v0.4.0
[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
[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
[landscapercli]
✨ New Features
- [USER] installation set-input-parameters command to set static values for imports (#35, @enrico-kaack-comp)
- [USER] adds "targets create" command (#34, @jschicktanz)
- [USER] Allow "-" in import parameter names (#33, @achimweigel)
- [USER] adds "installations create" command (#32, @jschicktanz)
📖 Documentation
- [USER] Improve documentation of create component (#31, @achimweigel)