Skip to content

Commit

Permalink
Merge pull request #1502 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.22.0
  • Loading branch information
ArnaudTA authored Jan 8, 2025
2 parents e15a02a + 3e9640c commit 4ae4347
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.21.0"
".": "8.22.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.22.0](https://github.com/cloud-pi-native/console/compare/v8.21.0...v8.22.0) (2025-01-08)


### Features

* :sparkles: store cluster secret in Vault ([3935ca6](https://github.com/cloud-pi-native/console/commit/3935ca68cb0927bf150e15c3b205baebafa5cb98))
* track project version provisioning ([227baf6](https://github.com/cloud-pi-native/console/commit/227baf6802687c9555d3931071a7e049d2756db1))


### Bug Fixes

* :bug: downgrade gitlab lib to avoid upsert user warning ([90faeff](https://github.com/cloud-pi-native/console/commit/90faeff2978e0ee2db7624b895550db278aa9c17))
* :bug: nexus auto disable repo config on delete ([1295ece](https://github.com/cloud-pi-native/console/commit/1295ece0312a6c7b319c379e88be1ee570d75499))

## [8.21.0](https://github.com/cloud-pi-native/console/compare/v8.20.0...v8.21.0) (2024-12-16)


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

0 comments on commit 4ae4347

Please sign in to comment.