Skip to content

Commit

Permalink
Merge pull request #1425 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.14.0
  • Loading branch information
ArnaudTA authored Oct 17, 2024
2 parents 368255a + acf2014 commit 578768f
Show file tree
Hide file tree
Showing 5 changed files with 16 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.13.2"
".": "8.14.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [8.14.0](https://github.com/cloud-pi-native/console/compare/v8.13.2...v8.14.0) (2024-10-17)


### Features

* :lipstick: add argocd urls for each zone ([cf467ae](https://github.com/cloud-pi-native/console/commit/cf467aeaf82c44099f8b964dd4ef2e00a5323a90))
* :sparkles: add npm support in npm ([60b7752](https://github.com/cloud-pi-native/console/commit/60b7752fd31ca36860e64df9b320d8468163d0d4))
* :sparkles: introduce warn status on project ([9d69357](https://github.com/cloud-pi-native/console/commit/9d69357fde2014c1fe134803f8361680bac1d3fc))
* :sparkles: keycloak client management for configuring sso oidc of each argocd zone ([44b3b06](https://github.com/cloud-pi-native/console/commit/44b3b06e3882fe2a60691a8bd29572e023b32146))
* :sparkles: return warns and errors message from plugins to user ([be4443f](https://github.com/cloud-pi-native/console/commit/be4443fc10db5669578279fbcbac2b4d67adcb52))
* :sparkles: show short logs about project to users ([4888e64](https://github.com/cloud-pi-native/console/commit/4888e64527d2627fc2e320300a39745e2571b73c))

## [8.13.2](https://github.com/cloud-pi-native/console/compare/v8.13.1...v8.13.2) (2024-10-02)


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.13.2",
"version": "8.14.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.13.2",
"version": "8.14.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.13.2",
"version": "8.14.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit 578768f

Please sign in to comment.