Releases: gardener/landscaper
Releases · gardener/landscaper
v0.105.0
[gardener/landscaper]
⚠️ Breaking Changes
[DEVELOPER]
The CRD manifests have been moved frompkg/landscaper/crdmanager/crdresources
toapis/crds/manifests
. The newapis/crds
package contains aCRDs
function which provides easy access to the CRDs to other go projects. by @Diaphteiros [#1090]
✨ New Features
[USER]
Retry with cron schedule by @achimweigel [#1095][DEVELOPER]
- Additional logs with performance measurements by @robertgraeff [#1105][OPERATOR]
Add admin and view aggregation cluster roles. by @reshnm [#1103]
🐛 Bug Fixes
[USER]
- Fix concerning the caching of helm subcharts. by @robertgraeff [#1114][OPERATOR]
- Bugfix concerning a non-string logging key. by @robertgraeff [#1104]
📖 Documentation
[USER]
- New guided tour example, which demonstrates the dataflow between subinstallations. by @robertgraeff [#1117][USER]
- Guided tour: extend description of the export-import example. by @robertgraeff [#1118][USER]
Improve blueprint intro by @achimweigel [#1099]
v0.104.0
no release notes available
v0.103.0
v0.102.0
[gardener/landscaper]
🐛 Bug Fixes
[USER]
Fixed a bug that resulted in a wrongly generated CRD for theContext
resource. by @Diaphteiros [#1046][DEVELOPER]
Runmake revendor
before integration test. by @reshnm [#1043]
v0.101.0
v0.100.0
[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]
v0.99.0
[gardener/landscaper]
⚠️ Breaking Changes
[USER]
Remove landscaper agent and deployer management. by @reshnm [#992][DEVELOPER]
Thevendor
folders have been removed for all modules in this repo. This also comes with a refactoring of the Makefile: some commands and/or their semantics have slightly changed. Runmake help
to view the new make targets. by @Diaphteiros [#997]
✨ New Features
[USER]
- fix helm deployer templating by @achimweigel [#1007][USER]
Build multiarch docker images containing linux-amd64 and linux-arm64 by @reshnm [#990][USER]
- The validation of Installations has been extended to include checks of TargetMaps. by @robertgraeff [#994][DEVELOPER]
use cross-compilation for landscaper binaries by @reshnm [#996]
🏃 Others
v0.98.0
[gardener/landscaper]
✨ New Features
[USER]
- Target maps by @robertgraeff [#973]
📖 Documentation
[USER]
Target Map Documentation by @achimweigel [#981]
v0.97.0
[gardener/landscaper]
✨ New Features
[DEVELOPER]
The logging library has a newFromContextOrPanic
function. by @Diaphteiros [#984]
🏃 Others
[DEVELOPER]
Remove unused field and correlated from the installation status. by @achimweigel [#974]
v0.96.0
[gardener/landscaper]
✨ New Features
[OPERATOR]
- improve logging by @achimweigel [#971][OPERATOR]
- Make controllers more robust against nilpointer panics by @robertgraeff [#970]