From caa232bcaa6b8a321e01f5909f3c75cd56197d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Mrekaj?= Date: Tue, 2 Apr 2024 17:16:29 +0200 Subject: [PATCH] Update changelog-0.7.x.md (#1322) --- docs/CHANGELOG/changelog-0.7.x.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/CHANGELOG/changelog-0.7.x.md b/docs/CHANGELOG/changelog-0.7.x.md index aab9a0c93..17df7643f 100644 --- a/docs/CHANGELOG/changelog-0.7.x.md +++ b/docs/CHANGELOG/changelog-0.7.x.md @@ -69,3 +69,9 @@ Kubernetes version 1.24 is no longer supported. ### Bugfixes - Fix endless queueing of manifests with static nodepools, [#1282](https://github.com/berops/claudie/pull/1282) + +## v0.7.4 +### Bugfixes +- Loadbalancer Endpoint missing in current state when workflow fails [#1284](https://github.com/berops/claudie/pull/1284) +- Prevent autoscaling request when manifest is in error [#1288](https://github.com/berops/claudie/pull/1288) +- Update healthchecks for builder that resulting in frequent restarts [#1293](https://github.com/berops/claudie/pull/1293)