Skip to content

Commit

Permalink
Merge pull request #926 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.5.0
  • Loading branch information
clairenollet authored Jan 25, 2024
2 parents a5ffb44 + 2ae40e5 commit 30583af
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 11 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [6.5.0](https://github.com/cloud-pi-native/console/compare/v6.4.0...v6.5.0) (2024-01-25)


### Features

* :children_crossing: better ux for forms in tiles ([da68243](https://github.com/cloud-pi-native/console/commit/da68243a91865732db46b9ae610a82eeec5c9bf2))
* :loud_sound: add payload and full hook response in validation hooks ([adabb02](https://github.com/cloud-pi-native/console/commit/adabb02fd0b8028b1fcdf1113744234a925d72ce))
* :loud_sound: add reqId in db logs ([2b7f22b](https://github.com/cloud-pi-native/console/commit/2b7f22b7e24748dc37c8623bbda3e914ed7cae00))
* :sparkles: add project environments to hook payload ([7aa8117](https://github.com/cloud-pi-native/console/commit/7aa81179ac95afdddf711e1a0a4b3c3a45a35c5a))
* :sparkles: disallow hyphen on project, environment and stage ([f9b05ee](https://github.com/cloud-pi-native/console/commit/f9b05eefee41f7d514d749a0ac3fa1c1d063f051))
* :sparkles: download projects data button for admins ([cb38e75](https://github.com/cloud-pi-native/console/commit/cb38e7573314ba0980c4161d1a77a9e83fddb236))
* :sparkles: to fn, more infos, multi tiles ([8c4de83](https://github.com/cloud-pi-native/console/commit/8c4de83cf3b4bc0e335292d437ddf7d22305ff93))


### Bug Fixes

* :goal_net: validate schema before creating repo or env ([23535c3](https://github.com/cloud-pi-native/console/commit/23535c3e0c9923df0cc8adb5fb646dc2dd21fb7c))
* :pushpin: pin axios version to avoid vite error ([88c6d30](https://github.com/cloud-pi-native/console/commit/88c6d30b5ab14cd9ca899fdf7cfcd17faa067903))

## [6.4.0](https://github.com/cloud-pi-native/console/compare/v6.3.1...v6.4.0) (2023-12-20)


Expand Down
4 changes: 2 additions & 2 deletions apps/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dso-console/client",
"version": "6.4.0",
"version": "6.5.0",
"description": "dso-portal client",
"type": "module",
"private": false,
Expand Down Expand Up @@ -80,4 +80,4 @@
"@cypress/vue": "^6.0.0",
"cypress": "^13.6.2"
}
}
}
4 changes: 2 additions & 2 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@
},
"type": "module",
"types": "./types/plugins/index.d.ts",
"version": "6.4.0"
}
"version": "6.5.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.4.0 # x-release-please-version
version: 6.5.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.4.0" # x-release-please-version
appVersion: "6.5.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.4.0 # x-release-please-version
image: ghcr.io/cloud-pi-native/console/server:6.5.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.4.0 # x-release-please-version
image: ghcr.io/cloud-pi-native/console/client:6.5.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.4.0",
"version": "6.5.0",
"private": false,
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions 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.4.0"
}
"version": "6.5.0"
}

0 comments on commit 30583af

Please sign in to comment.