Releases: gardener/landscaper
Releases · gardener/landscaper
v0.108.0
[gardener/landscaper]
✨ New Features
[USER]
- It is no longer required to specify a repository context in a Context resource. by @robertgraeff [#1156]
🏃 Others
[DEVELOPER]
Remove cnudie implementation by @achimweigel [#1146][DEPENDENCY]
upgrade to go v1.22.4 by @guewa [#1151][DEPENDENCY]
upgrade open-component-model/ocm to v0.11.0 by @guewa [#1155]
📖 Documentation
[DEVELOPER]
Document blueprint cache by @achimweigel [#1145][USER]
- Improved documentation about Context resources by @robertgraeff [#1170]
v0.107.0
[gardener/landscaper]
✨ New Features
[USER]
- Performance improvement by caching blueprints by @robertgraeff [#1141]
🐛 Bug Fixes
📖 Documentation
[USER]
- New example in the guided tour demonstrating component references by @robertgraeff [#1130][USER]
- Improved documentation about blueprints by @robertgraeff [#1140][USER]
Extend Guided Tour by subinstallations with templating. by @achimweigel [#1139]
v0.106.0
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]