Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "9.7.2"
".": "9.8.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [9.8.0](https://github.com/cloud-pi-native/console/compare/v9.7.2...v9.8.0) (2025-11-14)


### Features

* :poop: change the naming convention of cluster secret ([a471766](https://github.com/cloud-pi-native/console/commit/a47176643cb9a97f41c1345477da60bce5935f85))


### Bug Fixes

* **#1640:** :bug: only regenerate robot secret if host changes ([e5d3ba8](https://github.com/cloud-pi-native/console/commit/e5d3ba87f895451795be1d7fa42a389e63521a68))


### Performance Improvements

* :zap: direct service communication for Gitlab pipelines ([4991451](https://github.com/cloud-pi-native/console/commit/4991451f3d0c7dbac32cf5fed1fc880b29a37a1c))

## [9.7.2](https://github.com/cloud-pi-native/console/compare/v9.7.1...v9.7.2) (2025-10-27)


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