Skip to content

Commit

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

chore(main): release 5.2.0
  • Loading branch information
this-is-tobi committed Jul 20, 2023
2 parents e4fc5f9 + 019c211 commit b8c9b04
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [5.2.0](https://github.com/cloud-pi-native/console/compare/v5.1.0...v5.2.0) (2023-07-20)


### Features

* :children_crossing: improve gitlab mirroring by using a single mirror repo ([914bbe4](https://github.com/cloud-pi-native/console/commit/914bbe4546a3e876a6cd8847523f18e95d688d44))
* :sparkles: add id in admin user table ([d1ebcea](https://github.com/cloud-pi-native/console/commit/d1ebcea1768993b6ab31e5f45a6642ac3577cfc5))


### Bug Fixes

* :bug: add missing data to add argo cluster ([fc53f54](https://github.com/cloud-pi-native/console/commit/fc53f54d8f2d211857aa82c43589b9ee26e214b8))
* :bug: delete kube resources when deleting a project ([5e8cd51](https://github.com/cloud-pi-native/console/commit/5e8cd514edc8a0eb4f5d49208cb17b6da82f4fd7))
* :bug: fix argo plugin ([b1dc1fb](https://github.com/cloud-pi-native/console/commit/b1dc1fb60ba89b534c3e3cd357b89a4e08b74838))

## [5.1.0](https://github.com/cloud-pi-native/console/compare/v5.0.0...v5.1.0) (2023-07-18)


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: 5.1.0 # x-release-please-version
version: 5.2.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: "5.1.0" # x-release-please-version
appVersion: "5.2.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 @@ -29,7 +29,7 @@ server:
name: dso-config
container:
env: #hashmap of custom env
image: ghcr.io/cloud-pi-native/console/server:5.1.0 # x-release-please-version
image: ghcr.io/cloud-pi-native/console/server:5.2.0 # x-release-please-version
port: 8080
node_env: production
data-configmap:
Expand All @@ -41,7 +41,7 @@ server:

client:
container:
image: ghcr.io/cloud-pi-native/console/client:5.1.0 # x-release-please-version
image: ghcr.io/cloud-pi-native/console/client:5.2.0 # x-release-please-version
port: 8080
env: #hashmap of custom env
service:
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": "5.1.0",
"version": "5.2.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit b8c9b04

Please sign in to comment.