v0.19.0
gardener-robot-ci-2
released this
13 Jan 14:14
·
1194 commits
to master
since this release
[landscaper]
✨ New Features
- [OPERATOR] The context reference is not properly passed to all DeployItems and subinstallations. (gardener/landscaper#392, @reshnm)
- With that the deployers are now able to use the secrets defined in the Context to access remote artifacts.
- This is especially useful for multi-tenant scenarios where everything should be isolated by the namespace.
🐛 Bug Fixes
- [OPERATOR] Cyclic references in jsonschema files are now detected and cause a corresponding error instead of getting the landscaper stuck in endless recursion. (gardener/landscaper#393, @Diaphteiros)