diff --git a/CHANGELOG.md b/CHANGELOG.md index 39cf83204..29a7475ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [6.1.0](https://github.com/cloud-pi-native/console/compare/v6.0.0...v6.1.0) (2023-11-13) + + +### Features + +* :sparkles: add quota and stage management for admin ([80ce642](https://github.com/cloud-pi-native/console/commit/80ce642b69a5eaaf1b53c7d884b70889c4e71d9d)) +* :sparkles: add stage management for admin ([e133853](https://github.com/cloud-pi-native/console/commit/e13385347610014a4edcc0b2ff12252386328cb8)) + + +### Bug Fixes + +* :bug: add missing await in gitlab createProjectMirror ([f1bf907](https://github.com/cloud-pi-native/console/commit/f1bf9072b88abec3f08654720f64571aa421db34)) +* :bug: fix endless redirect on login if authenticated ([461c6bd](https://github.com/cloud-pi-native/console/commit/461c6bd385f44a551fe9af1027c6beca1e7fa9ec)) +* :bug: should not set caData if skipTLSVerify is true ([ccd66f8](https://github.com/cloud-pi-native/console/commit/ccd66f83be75850ffe47e87ff405fcf9cf136e3c)) +* :lock: root token is not used in new repo credential when synced ([c92ea8b](https://github.com/cloud-pi-native/console/commit/c92ea8b5ef95097b07c2bbda435ce433f5bba53d)) + ## [6.0.0](https://github.com/cloud-pi-native/console/compare/v5.11.0...v6.0.0) (2023-10-27) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 06e0e5f63..e64c4bee6 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.0.0 # x-release-please-version +version: 6.1.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.0.0" # x-release-please-version +appVersion: "6.1.0" # x-release-please-version diff --git a/helm/values.yaml b/helm/values.yaml index 1e12241ed..38d7b6495 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.0.0 # x-release-please-version + image: ghcr.io/cloud-pi-native/console/server:6.1.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.0.0 # x-release-please-version + image: ghcr.io/cloud-pi-native/console/client:6.1.0 # x-release-please-version port: 8080 imagePullPolicy: Always env: #hashmap of custom env diff --git a/package.json b/package.json index 7595a5267..74ae5ade0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dso-console", - "version": "6.0.0", + "version": "6.1.0", "private": true, "type": "module", "scripts": {