v0.100.0
gardener-robot-ci-2
released this
20 Mar 13:48
·
282 commits
to master
since this release
[gardener/landscaper]
⚠️ Breaking Changes
[DEVELOPER]
CRD generation is now handled by controller-gen instead of our own custom coding. The CRD generation package underapis/hack/generate-schemes
has been removed. by @Diaphteiros [#1011]
✨ New Features
[OPERATOR]
Inform about panics by @achimweigel [#1021]
🐛 Bug Fixes
[OPERATOR]
- Bugfix concerning the error handling of crd creation. by @robertgraeff [#1016][DEVELOPER]
Fixed problems that could occur duringmake generate
due to dependencies missing on the host system. by @Diaphteiros [#1011]
📖 Documentation
[USER]
- Update guided tour by @achimweigel [#1003][USER]
- A new example in the guided tour explains component versions. by @robertgraeff [#1020]