Releases: gardener/landscaper
Releases · gardener/landscaper
v0.110.0
[gardener/landscaper]
✨ New Features
[USER]
- Guided tour: flux example by @robertgraeff [#1157][USER]
- In case of an error add helm log to the status of deloy items. by @achimweigel [#1188][USER]
- Support for a secondary target cluster in custom readiness checks, export collection, and deletion groups.- Support for patching resources after their deployment, resp. before their deletion. by @robertgraeff [#1174]
[USER]
Add helm force option by @achimweigel [#1189]
📖 Documentation
[USER]
- Troubleshooting guide by @robertgraeff [#1187]
v0.109.0
[gardener/landscaper]
🏃 Others
[OPERATOR]
Upgrade gardenlinux to 1312.7.0 by @achimweigel [#1178][DEVELOPER]
- Refactoring: options object for method NewRegistryAccess. by @robertgraeff [#1171]
📖 Documentation
[DEVELOPER]
Proposal kustomize deployments by @achimweigel [#1173]
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]