From 86b506d53fefe3159f5df6ae4efaf5b7cb2714fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 10:36:17 +0000 Subject: [PATCH] chore(main): release 6.4.0 --- CHANGELOG.md | 14 ++++++++++++++ apps/client/package.json | 2 +- apps/server/package.json | 2 +- helm/Chart.yaml | 4 ++-- helm/values.yaml | 4 ++-- package.json | 2 +- packages/shared/package.json | 2 +- 7 files changed, 22 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ae0603fc..a73b0b8c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [6.4.0](https://github.com/cloud-pi-native/console/compare/v6.3.1...v6.4.0) (2023-12-20) + + +### Features + +* :children_crossing: add filtering on admin projects view ([dc5412c](https://github.com/cloud-pi-native/console/commit/dc5412c1a80ce84cd563376a0b7f72da7926a858)) +* :sparkles: display cluster infos to users on environment form ([4afdf34](https://github.com/cloud-pi-native/console/commit/4afdf34fc40df7789a00fe6d159ee73370b94cb9)) +* :speech_balloon: translate stage in front for better understanding ([5a66479](https://github.com/cloud-pi-native/console/commit/5a6647980319524098a72fcbd2be6affbda3f3d0)) + + +### Bug Fixes + +* :art: refactor of admin project types and refs ([be0684f](https://github.com/cloud-pi-native/console/commit/be0684f378696a24304d7abecd6b90c0738e1785)) + ## [6.3.1](https://github.com/cloud-pi-native/console/compare/v6.3.0...v6.3.1) (2023-12-12) diff --git a/apps/client/package.json b/apps/client/package.json index 7b8b2392a..ef870dd72 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -1,6 +1,6 @@ { "name": "@dso-console/client", - "version": "6.3.1", + "version": "6.4.0", "description": "dso-portal client", "type": "module", "private": false, diff --git a/apps/server/package.json b/apps/server/package.json index 9d17b449c..004df4882 100644 --- a/apps/server/package.json +++ b/apps/server/package.json @@ -74,5 +74,5 @@ }, "type": "module", "types": "./types/plugins/index.d.ts", - "version": "6.3.1" + "version": "6.4.0" } diff --git a/helm/Chart.yaml b/helm/Chart.yaml index c11849c95..f5279fa8f 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 6.3.1 # x-release-please-version +version: 6.4.0 # x-release-please-version # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "6.3.1" # x-release-please-version +appVersion: "6.4.0" # x-release-please-version diff --git a/helm/values.yaml b/helm/values.yaml index bfc1f2335..6020a5092 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:6.3.1 # x-release-please-version + image: ghcr.io/cloud-pi-native/console/server:6.4.0 # x-release-please-version port: 8080 imagePullPolicy: Always dataConfigmap: @@ -73,7 +73,7 @@ server: client: container: - image: ghcr.io/cloud-pi-native/console/client:6.3.1 # x-release-please-version + image: ghcr.io/cloud-pi-native/console/client:6.4.0 # x-release-please-version port: 8080 imagePullPolicy: Always env: #hashmap of custom env diff --git a/package.json b/package.json index 3dcb3d23f..44c8cbf6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dso-console", - "version": "6.3.1", + "version": "6.4.0", "private": false, "type": "module", "scripts": { diff --git a/packages/shared/package.json b/packages/shared/package.json index f2569af61..a5d4864ec 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -45,5 +45,5 @@ }, "type": "module", "types": "types/index.d.ts", - "version": "6.3.1" + "version": "6.4.0" }