Skip to content

Commit

Permalink
Merge pull request #824 from cloud-pi-native/release-please--branches…
Browse files Browse the repository at this point in the history
…--main--components--console

chore(main): release 6.1.0
  • Loading branch information
this-is-tobi authored Nov 13, 2023
2 parents 5f14cdd + 1b92fb1 commit 341bb7f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dso-console",
"version": "6.0.0",
"version": "6.1.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 341bb7f

Please sign in to comment.