0.2.0
·
1638 commits
to master
since this release
[landscaper]
⚠️ Breaking Changes
- [USER] The component descriptor library has been updated to the latest version.
⚠️ note that the new version contains a breaking change: thelocalResources
andexternalResources
have been merged intoresources
(#38, @schrodit) - [USER] The resource kind selector in installations
.spec.blueprint.ref.kind
has been removed as there is no difference in the component descriptor resources anymore. (#38, @schrodit) - [USER] The
localResources
andexternalResourcs
in the resource selector URI has been combined to only useresources
now. (#38, @schrodit)
🏃 Others
- [OPERATOR] Added documentation for installation-component descriptor-Blueprint relation. (#57, @schrodit)
- [OPERATOR] Updated the base image for all controllers to gardenlinux 184.0 (#51, @schrodit)
- [OPERATOR] Added support to configure http fallback for oci registries that do not support https (#50, @schrodit)
- [OPERATOR] Added automated api-reference generation for Landscaper core resources (#49, @schrodit)
- [OPERATOR] Add check for cycles in deploy item template lists. (#33, @Diaphteiros)
- [OPERATOR] Added documentation for installations. (#32, @schrodit)
- [OPERATOR] It is now also possible to specify secrets and configmaps as source for data imports. (#30, @schrodit)
- [OPERATOR] A new manifest deployer version
v1alpha2
has been introduced that allows the usage of policies per manifest. (#29, @schrodit) - [OPERATOR] Adds a local command to the landscaper cli to locally render and verify blueprints. (#28, @schrodit)
- [OPERATOR] Added state handling for the templating executors (#23, @schrodit)
- [OPERATOR] Added validation for all landscaper resources (#18, @schrodit)