v0.4.0
·
1607 commits
to master
since this release
[landscaper]
⚠️ Breaking Changes
- [USER] The landscaper-cli is removed from the landscaper repository. The cli will now be developed in a separate repository. (#80, @schrodit)
- [USER] The component-descriptor library has been updated which included a breaking change. The component-descriptor oci reference path construction has been updated to now use the following format
<repocontext base url>/component-descriptor/<component name>:<component version>
instead of the old<repocontext base url>/<component name>:<component version>
. (#74, @schrodit) - [DEVELOPER] The release tags from now are prefixed with
v
. (#76, @ialidzhikov)
✨ New Features
- [USER] An additional input value for the deploy executions has been added that contains information about the blueprint (#79, @schrodit)
🏃 Others
- [OPERATOR] category: bugfix (#83, @Nikolay-Neykov)
- Fixing successful cleanup of resources of failed helm deployment
- [DEVELOPER] The oci client has been replaced with the centrally maintained client in https://github.com/gardener/component-cli/tree/main/ociclient. (#74, @schrodit)
- [DEVELOPER] The new oci client also includes a improved oci keyring which replaces the currently custom logic in the container deployer sync secret function. (#74, @schrodit)