From 3d8fb419c1250a9b639a50b0ec59e3deb1a5fa83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Hlava=C4=8Dka?= Date: Fri, 22 Dec 2023 10:05:50 +0100 Subject: [PATCH] update changelog-0.6.x.md for v0.6.5 (#1169) Co-authored-by: github-actions[bot] --- docs/CHANGELOG/changelog-0.6.x.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/CHANGELOG/changelog-0.6.x.md b/docs/CHANGELOG/changelog-0.6.x.md index 4b1a84aa4..2b8dd5e77 100644 --- a/docs/CHANGELOG/changelog-0.6.x.md +++ b/docs/CHANGELOG/changelog-0.6.x.md @@ -92,3 +92,10 @@ To deploy Claudie `v0.6.X`, please: - Fix subprocesses not terminating [#1137](https://github.com/berops/claudie/pull/1137) - Add more informative Kubernetes.Version validation [#1140](https://github.com/berops/claudie/pull/1140) +## v0.6.5 + +### Features +- Adjust requests and limits on `context-box`, `autoscaler-adapter` and `cluster-autoscaler` [#1161](https://github.com/berops/claudie/issues/1161) + +### Bugfixes +- Add missing SSH private key and public IPs of LB nodes to Claudie's metadata secret [#1164](https://github.com/berops/claudie/issues/1164)