Releases: gardener/landscaper
Releases · gardener/landscaper
v0.66.0
[landscaper]
🏃 Others
- [OPERATOR] horizontal scaling of deployer and webhook (gardener/landscaper#753, @achimweigel)
- monitoring of hpa objects and parallel threads of controllers
- increase some resource requests
v0.65.0
[landscaper]
🏃 Others
- [OPERATOR] proposal for improved Helm-Manifest-Deployer (gardener/landscaper#768, @achimweigel)
v0.64.0
[landscaper]
✨ New Features
- [USER] compression of executions (gardener/landscaper#766, @robertgraeff)
🏃 Others
- [OPERATOR] Change secret for int test clusters. (gardener/landscaper#765, @achimweigel)
v0.63.0
[landscaper]
✨ New Features
- [USER] Try to delete pending helm release secret when helm operation was interrupted. (gardener/landscaper#761, @reshnm)
🏃 Others
- [OPERATOR] Upgrade machine image for tests (gardener/landscaper#762, @achimweigel)
- [DEPENDENCY] Upgrade to golang v1.19.10 eliminates CVEs 2023-29405, 2023-29402, CVE-2023-29404, 2023-29403 (gardener/landscaper#764, @guewa)
v0.62.0
[landscaper]
✨ New Features
- [USER] Kubernetes client errors will be considered recoverable and will no longer abort the readiness checks. (gardener/landscaper#760, @reshnm)
- [DEVELOPER] extension of the facade that encapsulates the accesses to OCI registries and Helm chart repositories (gardener/landscaper#755, @robertgraeff)
🏃 Others
- [OPERATOR] fix component descriptor (gardener/landscaper#759, @achimweigel)
v0.61.0
[landscaper]
✨ New Features
- [DEVELOPER] a facade has been introduced that encapsulates the accesses to OCI registries and Helm chart repositories (gardener/landscaper#722, @robertgraeff)
🐛 Bug Fixes
- [USER] the readiness check for StatefulSets and Deployments now takes the number of updated and available replicas into account. (gardener/landscaper#757, @robertgraeff)
🏃 Others
- [OPERATOR] improved logging (gardener/landscaper#754, @robertgraeff)
v0.60.0
[landscaper]
🏃 Others
- [OPERATOR] Update to golang 1.19.9 eliminates CVE-2023-24540, CVE-2023-29400 & CVE-2023-24539 (gardener/landscaper#750, @guewa)
v0.59.0
[landscaper]
🐛 Bug Fixes
- [USER] The blueprint's
importExecutions
will now be executed. The feature was already documented, but the corresponding function was never called. (gardener/landscaper#735, @Diaphteiros) - [USER] Fixed a bug in the library which is used for the
blueprint render
subcommand of the landscaper-cli. The bug caused all imports to disappear when importExecutions were used and they were not explicitly rendered into the result, instead of the result of the importExecutions being added to the given imports (without deleting them), as it was intended. (gardener/landscaper#735, @Diaphteiros)
🏃 Others
- [OPERATOR] reduce error and infor logs (gardener/landscaper#744, @achimweigel)
- [OPERATOR] increase resource requests for helm deployer (gardener/landscaper#745, @achimweigel)
v0.58.0
[landscaper]
🐛 Bug Fixes
- [USER] bugfix to reduce the time between the reconciliations of depending installations (gardener/landscaper#738, @robertgraeff)
🏃 Others
- [OPERATOR] Fix webhook certificate creation (gardener/landscaper#742, @achimweigel)
- [OPERATOR] reduce number of the error logs (gardener/landscaper#743, @achimweigel)
v0.57.0
[landscaper]
🐛 Bug Fixes
- [USER] Update to golang 1.19.8 eliminates CVE-2023-24538 (gardener/landscaper#739, @guewa)