From cf0b95fd1dc432065875163725ee2e99336f7ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Mrekaj?= Date: Fri, 6 Oct 2023 14:34:50 +0200 Subject: [PATCH 1/2] Update changelog-0.6.x.md --- docs/CHANGELOG/changelog-0.6.x.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/CHANGELOG/changelog-0.6.x.md b/docs/CHANGELOG/changelog-0.6.x.md index 9208f7414..0a57682b1 100644 --- a/docs/CHANGELOG/changelog-0.6.x.md +++ b/docs/CHANGELOG/changelog-0.6.x.md @@ -58,3 +58,11 @@ To deploy Claudie `v0.6.X`, please: ### Bugfixes - Fallback to use Kube-Proxy with Cilium, due to problems with network traffic [#1035](https://github.com/berops/claudie/pull/1035) + + +## v0.6.2 + +## Bugfixes +- Clusters made out of static nodepools should be correctly destroyed [#1038](https://github.com/berops/claudie/pull/1038) +- Issue when the hashes of current and desired state wouldn't match after config build sucessfully [#1041](https://github.com/berops/claudie/pull/1041) +- Wireguard is now removed from static nodepools when the config is deleted [#1059](https://github.com/berops/claudie/pull/1059) From ca2202a757dccde046f53d830839500b99027310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Mrekaj?= Date: Tue, 10 Oct 2023 12:42:36 +0200 Subject: [PATCH 2/2] Update changelog-0.6.x.md --- docs/CHANGELOG/changelog-0.6.x.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG/changelog-0.6.x.md b/docs/CHANGELOG/changelog-0.6.x.md index 0a57682b1..a9f48cde7 100644 --- a/docs/CHANGELOG/changelog-0.6.x.md +++ b/docs/CHANGELOG/changelog-0.6.x.md @@ -62,7 +62,10 @@ To deploy Claudie `v0.6.X`, please: ## v0.6.2 -## Bugfixes +### Features +- Limits and Requests of each claudie-deployed pod were adjusted [#1055](https://github.com/berops/claudie/pull/1055) + +### Bugfixes - Clusters made out of static nodepools should be correctly destroyed [#1038](https://github.com/berops/claudie/pull/1038) - Issue when the hashes of current and desired state wouldn't match after config build sucessfully [#1041](https://github.com/berops/claudie/pull/1041) - Wireguard is now removed from static nodepools when the config is deleted [#1059](https://github.com/berops/claudie/pull/1059)