From 9c42dcba4a58a7c4d259f05e38310610ac7d2193 Mon Sep 17 00:00:00 2001 From: dploeger Date: Thu, 1 Jun 2023 08:22:21 +0000 Subject: [PATCH] chore: storing version and changelog --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b02029c..c8af6b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## [4.4.0](https://github.com/dodevops/cloudcontrol/compare/v4.3.0...v4.4.0) (2023-06-01) + + +### Features + +* Made non-sa-auth possible with gcloud ([8104a24](https://github.com/dodevops/cloudcontrol/commit/8104a2449b869e3655a0e68969ccd0fecec2ed09)) + + +### Bug Fixes + +* Fixing typo in gcloud sample docker compose ([387ce06](https://github.com/dodevops/cloudcontrol/commit/387ce06e78fa625b65e2549b0baff23873b01eef)) +* Fixing typo in google flavour init script ([252e0fd](https://github.com/dodevops/cloudcontrol/commit/252e0fd9721eb117f9ac1b2b30089cdc9357b537)) +* Updating fisher installation command ([e85c473](https://github.com/dodevops/cloudcontrol/commit/e85c473de08d128fd6e3a65eb468b3e0f5e9f046)) +* Updating fisher installation command ([922aa36](https://github.com/dodevops/cloudcontrol/commit/922aa36755d96f4f969dfc56ded57f06dba3d734)) + + +### Documentation + +* Added platform documentation ([5a412fb](https://github.com/dodevops/cloudcontrol/commit/5a412fbe24b64837c9cc504cdccdaf412c9ab2a6)) +* Automatic docs update ([25c9776](https://github.com/dodevops/cloudcontrol/commit/25c9776530c6e2acbf3deb4564697b5cd011b6b0)) +* Changed registry ([d63efb1](https://github.com/dodevops/cloudcontrol/commit/d63efb189b310d190a8bdc8bd2b9cf13ae269ea7)) + + + ## [4.3.0](https://github.com/dodevops/cloudcontrol/compare/v4.2.0...v4.3.0) (2023-03-02)