From bd7748292fdfab6de2b1b5984535622e8f89d44c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:27:17 +0000 Subject: [PATCH] chore(main): release 4.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fd087344c..c0f9e2df1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.6.0" + ".": "4.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 53300809b..7b20a628a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [4.7.0](https://github.com/cloud-pi-native/socle/compare/v4.6.0...v4.7.0) (2026-03-30) + + +### Features + +* add install Zone Argo CD script ([a6fb8f5](https://github.com/cloud-pi-native/socle/commit/a6fb8f5d1b49288f227ae44792e479086c0f88a0)) +* **gitlab-postinstall:** disable gitlab prometheus metrics ([65b3233](https://github.com/cloud-pi-native/socle/commit/65b3233be293e2ef0316a312b10b6bb8bf7715e4)) +* update Argo CD oidc configuration to support multizones ([514e84a](https://github.com/cloud-pi-native/socle/commit/514e84a02bfd0a9127429b05b9f2775c8d81176e)) + + +### Bug Fixes + +* duplication of custom CAs for gitlab fix ([e00dad6](https://github.com/cloud-pi-native/socle/commit/e00dad6f374c8f97b9e1da87ea2a7d7046a5aacf)) +* rendering argocd ingress values indentations fix ([7ec1e02](https://github.com/cloud-pi-native/socle/commit/7ec1e02341430bb30db65085f0dc53cd3e49830d)) + ## [4.6.0](https://github.com/cloud-pi-native/socle/compare/v4.5.1...v4.6.0) (2026-02-23) diff --git a/package.json b/package.json index 2e65e346d..89e6dbf2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dso-socle", - "version": "4.6.0", + "version": "4.7.0", "private": true, "scripts": { "format": "eslint . --fix",