Skip to content

Commit

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

chore(main): release 8.24.0
  • Loading branch information
ArnaudTA authored Jan 28, 2025
2 parents 05609e7 + 7a3078f commit c8476f4
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "8.23.4"
".": "8.24.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [8.24.0](https://github.com/cloud-pi-native/console/compare/v8.23.4...v8.24.0) (2025-01-28)


### Features

* :sparkles: add an 'external' boolean properties on clusters ([4a64abc](https://github.com/cloud-pi-native/console/commit/4a64abccea40d2675f435b6cec21bb4f9aa3aa43))
* :sparkles: vault plugin, switch to deploy or not vaultconnections ([cc9c4e6](https://github.com/cloud-pi-native/console/commit/cc9c4e6ad40412921a8d7afc888f014d92ef46c8))


### Bug Fixes

* :alien: gitlab response changed on upgrade ([d595f3a](https://github.com/cloud-pi-native/console/commit/d595f3ac80e84070e27ed257d4b8879ee2611d46))
* :bug: names displayed twice at project creation ([079a20a](https://github.com/cloud-pi-native/console/commit/079a20a4e5d910e64e43a6df2925acee5ea7368c))

## [8.23.4](https://github.com/cloud-pi-native/console/compare/v8.23.3...v8.23.4) (2025-01-24)


Expand Down
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cpn-console/client",
"type": "module",
"version": "8.23.4",
"version": "8.24.0",
"private": false,
"description": "cpn-console client",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cpn-console/server",
"type": "module",
"version": "8.23.4",
"version": "8.24.0",
"description": "cpn-console server",
"main": "dist/server.js",
"module": "dist/server.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cpn-console/root",
"type": "module",
"version": "8.23.4",
"version": "8.24.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit c8476f4

Please sign in to comment.