From 7adf280cbe3e4952e583f3232cd3bcd52833441a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:45:14 +0000 Subject: [PATCH] chore(main): release 6.3.1 --- CHANGELOG.md | 7 +++++++ 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, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70376128a..6ae0603fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.3.1](https://github.com/cloud-pi-native/console/compare/v6.3.0...v6.3.1) (2023-12-12) + + +### Bug Fixes + +* :bug: missed limits ([f2ba02d](https://github.com/cloud-pi-native/console/commit/f2ba02d41e923b0add154fc7cb5ae7d8a2c89370)) + ## [6.3.0](https://github.com/cloud-pi-native/console/compare/v6.2.0...v6.3.0) (2023-12-11) diff --git a/apps/client/package.json b/apps/client/package.json index 2ac93abbf..7b8b2392a 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -1,6 +1,6 @@ { "name": "@dso-console/client", - "version": "6.3.0", + "version": "6.3.1", "description": "dso-portal client", "type": "module", "private": false, diff --git a/apps/server/package.json b/apps/server/package.json index d5bd11939..9d17b449c 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.0" + "version": "6.3.1" } diff --git a/helm/Chart.yaml b/helm/Chart.yaml index f654e63d1..c11849c95 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.0 # x-release-please-version +version: 6.3.1 # 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.0" # x-release-please-version +appVersion: "6.3.1" # x-release-please-version diff --git a/helm/values.yaml b/helm/values.yaml index 64d3b6657..bfc1f2335 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.0 # x-release-please-version + image: ghcr.io/cloud-pi-native/console/server:6.3.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:6.3.0 # x-release-please-version + image: ghcr.io/cloud-pi-native/console/client:6.3.1 # x-release-please-version port: 8080 imagePullPolicy: Always env: #hashmap of custom env diff --git a/package.json b/package.json index a7fdba71a..129d0808d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dso-console", - "version": "6.3.0", + "version": "6.3.1", "private": false, "type": "module", "scripts": { diff --git a/packages/shared/package.json b/packages/shared/package.json index ed8ae4541..f2569af61 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.0" + "version": "6.3.1" }