v0.14.0
gardener-robot-ci-3
released this
15 Feb 13:32
·
275 commits
to master
since this release
[landscapercli]
✨ New Features
- [USER] Improvement of command
landscaper-cli blueprints render
to allow the usage of local resources (#122, @robertgraeff) - [USER] The
installations inspect
subcommand can now fetch installations across all namespaces. Use the--all-namespaces
or-A
flag for this. (#110, @Diaphteiros) - [USER] A new flag
--output
/-o
has been added. It takes a string and there are three valid values right now: (#110, @Diaphteiros)yaml
is equivalent to setting--oyaml
/-y
json
is equivalent to setting--ojson
/-j
wide
is a new mode which prints some additional information for installations and deployitems. Its shorthand notation is-w
.
🐛 Bug Fixes
- [USER] Fixes an issue with command
landscaper-cli component add helm-ls deployitem
if the provided chart-directory ends with a slash. (#114, @robertgraeff)
📖 Documentation
- [USER] Documentation of the render blueprint command (#123, @robertgraeff)
[component-cli]
✨ New Features
- [USER] adds uploaders package (gardener-attic/component-cli#56, @jschicktanz)
- [DEVELOPER] adds config package for new transport command (gardener-attic/component-cli#54, @jschicktanz)
- [DEVELOPER] adds downloaders package (gardener-attic/component-cli#52, @jschicktanz)
- [DEVELOPER] adds oci artifact serialization coding for transport cmd (gardener-attic/component-cli#51, @jschicktanz)
[image-vector]
✨ New Features
- [USER] Skip images for not supported kubernetes versions. (gardener-attic/image-vector#3, @achimweigel)