diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 180ef9e39..05b8668f5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.0" + ".": "7.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e965c865..8c47889c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [7.0.1](https://github.com/cloud-pi-native/console/compare/v7.0.0...v7.0.1) (2024-03-18) + + +### Bug Fixes + +* :bug: add a common error parser for logs ([2391439](https://github.com/cloud-pi-native/console/commit/2391439ef6147119863278bd69ac01797b368f76)) +* :bug: add a common error parser for logs ([b6f28d7](https://github.com/cloud-pi-native/console/commit/b6f28d738c03c3c023d16cf658de8cdc384aa6df)) +* :bug: correctly handle external plugins init ([91e5d7f](https://github.com/cloud-pi-native/console/commit/91e5d7f27f90c1e249ed9e295b05400f06565c2d)) +* :green_heart: fix ci-cd build and release ([a036562](https://github.com/cloud-pi-native/console/commit/a036562f005ba0550c4bf25248227aee02357371)) + ## [7.0.0](https://github.com/cloud-pi-native/console/compare/console-v6.5.1...console-v7.0.0) (2024-03-13) diff --git a/apps/client/package.json b/apps/client/package.json index 233b45c5d..a33488674 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -1,6 +1,6 @@ { "name": "@cpn-console/client", - "version": "6.5.2", + "version": "7.0.1", "description": "dso-portal client", "private": false, "type": "module", @@ -90,4 +90,4 @@ "access": "public", "tag": "latest" } -} \ No newline at end of file +} diff --git a/apps/server/package.json b/apps/server/package.json index 23599781c..bd92c38a0 100644 --- a/apps/server/package.json +++ b/apps/server/package.json @@ -1,7 +1,7 @@ { "name": "@cpn-console/server", "description": "dso-portal server", - "version": "6.5.2", + "version": "7.0.1", "type": "module", "types": "./types/plugins/index.d.ts", "scripts": { diff --git a/helm/Chart.yaml b/helm/Chart.yaml index e789c8906..89113f768 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: dso_console description: A Helm chart to deploy Dso Console type: application -version: 7.0.0 +version: 7.0.1 appVersion: 6.5.2 diff --git a/helm/values.yaml b/helm/values.yaml index fdfb77206..5166017d8 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -36,7 +36,7 @@ server: container: #hashmap of custom env env: - image: ghcr.io/cloud-pi-native/console/server:7.0.0 # x-release-please-version + image: ghcr.io/cloud-pi-native/console/server:7.0.1 # x-release-please-version port: 8080 imagePullPolicy: Always dataConfigmap: @@ -73,7 +73,7 @@ server: client: container: - image: ghcr.io/cloud-pi-native/console/client:7.0.0 # x-release-please-version + image: ghcr.io/cloud-pi-native/console/client:7.0.1 # x-release-please-version port: 8080 imagePullPolicy: Always env: #hashmap of custom env diff --git a/package.json b/package.json index de1e12eb1..d503e519d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dso-console", - "version": "7.0.0", + "version": "7.0.1", "private": true, "type": "module", "scripts": {