Skip to content

Commit

Permalink
Merge pull request #1330 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.10.0
  • Loading branch information
ArnaudTA authored Aug 26, 2024
2 parents 39e9093 + a331376 commit 0fef853
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 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.9.4"
".": "8.10.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [8.10.0](https://github.com/cloud-pi-native/console/compare/v8.9.4...v8.10.0) (2024-08-26)


### Features

* :sparkles: add project dedicated approle and policy in vault, to be used by argocd ([e354978](https://github.com/cloud-pi-native/console/commit/e354978392b8c5d7a4c3591388f0f0a9aa3d7865))
* :sparkles: introduce fine grained perms and and roles ([ab0a7a5](https://github.com/cloud-pi-native/console/commit/ab0a7a55e42ef94a18e529b168d5f299687ca526))
* :sparkles: maintenance mode ([fdbd5f0](https://github.com/cloud-pi-native/console/commit/fdbd5f0356a16c24ef677f8a06309aac89af3a4c))
* :sparkles: option to mirror all branches ([655b032](https://github.com/cloud-pi-native/console/commit/655b0329599fe7e0857e487e3b0fd3ecb49b94ac))

## [8.9.4](https://github.com/cloud-pi-native/console/compare/v8.9.3...v8.9.4) (2024-08-09)


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": "@cpn-console/client",
"version": "8.9.4",
"version": "8.10.0",
"description": "cpn-console client",
"private": false,
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cpn-console/server",
"description": "cpn-console server",
"version": "8.9.4",
"version": "8.10.0",
"type": "module",
"main": "dist/server.js",
"module": "dist/server.js",
Expand Down Expand Up @@ -92,4 +92,4 @@
"dist",
"src"
]
}
}
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": "8.9.4",
"version": "8.10.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 0fef853

Please sign in to comment.