From 7e9e7807f9d2ffc39065c1e929baded7a903d072 Mon Sep 17 00:00:00 2001 From: Matus Mrekaj Date: Fri, 31 Jan 2025 10:57:57 +0100 Subject: [PATCH] Update changelog-0.9.x.md (#1639) --- docs/CHANGELOG/changelog-0.9.x.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/CHANGELOG/changelog-0.9.x.md b/docs/CHANGELOG/changelog-0.9.x.md index 72f200687..e7b9b391d 100644 --- a/docs/CHANGELOG/changelog-0.9.x.md +++ b/docs/CHANGELOG/changelog-0.9.x.md @@ -136,3 +136,9 @@ To further harden Claudie, you may want to deploy our pre-defined network polici - Claudie will now correctly recognize a change in the kubernetes version to perform an update [#1607](https://github.com/berops/claudie/pull/1607) - Kubernetes secrets with provider credentials that contain leading or trailing whitespace will now be trimmed, avoiding issues with generated terraform templates [#1606](https://github.com/berops/claudie/pull/1606) - Changing the API endpoint will now correctly work, after the recent kubeone version update [#1619](https://github.com/berops/claudie/pull/1619) + +## v0.9.3 + +## Bug fixes +- Correctly turn HTTP proxy on/off [#1636](https://github.com/berops/claudie/pull/1636). + HTTP proxy feature introduced in v0.9.1 was not working correctly mostly when switching between the on/off mode.