Skip to content

Commit

Permalink
Merge pull request #883 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.4.0
  • Loading branch information
clairenollet authored Dec 20, 2023
2 parents 36a3f0d + 86b506d commit 15adbb5
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dso-console/client",
"version": "6.3.1",
"version": "6.4.0",
"description": "dso-portal client",
"type": "module",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
},
"type": "module",
"types": "./types/plugins/index.d.ts",
"version": "6.3.1"
"version": "6.4.0"
}
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.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
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.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:
Expand Down Expand Up @@ -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
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.3.1",
"version": "6.4.0",
"private": false,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
},
"type": "module",
"types": "types/index.d.ts",
"version": "6.3.1"
"version": "6.4.0"
}

0 comments on commit 15adbb5

Please sign in to comment.