Skip to content

v0.13.0

Compare
Choose a tag to compare
@gardener-robot-ci-3 gardener-robot-ci-3 released this 14 Sep 09:21
· 1299 commits to master since this release

[landscaper]

⚠️ Breaking Changes

  • [USER] The fields name and namespace in the config of a helm deploy item are now mandatory, since one or both of them being empty can lead to weird errors. (#308, @Diaphteiros)

✨ New Features

  • [USER] Add new landscaper controller command line option "--landscaper-kubeconfig". (#306, @reshnm)
    • This option allows the landscaper controller to run inside a hosting cluster, but operate on landscaper resources in a different cluster.

🐛 Bug Fixes

  • [USER] Fixed a bug regarding the defaulting of the container deployer which could cause it to generate invalid pod manifests. (#305, @Diaphteiros)

🏃 Others

  • [OPERATOR] Support for compressed jsonschema definitions has been added (#299, @schrodit)
  • [OPERATOR] Phase changes in deploy items are now properly propagated to their owning execution, even if the execution was already in a final phase and there weren't any changes to the installation. (#290, @Diaphteiros)
  • [OPERATOR] Reconciliation of executions will now detect missing or outdated deployitems. (#290, @Diaphteiros)
  • [OPERATOR] Phase changes in executions and subinstallations are now properly propagated to their owning installation, even if the installation was already in a final phase and there weren't any changes to the spec. (#281, @Diaphteiros)