Skip to content

Commit 936283f

Browse files
chore(main): release 9.8.0
1 parent e5d3ba8 commit 936283f

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "9.7.2"
2+
".": "9.8.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [9.8.0](https://github.com/cloud-pi-native/console/compare/v9.7.2...v9.8.0) (2025-11-14)
4+
5+
6+
### Features
7+
8+
* :poop: change the naming convention of cluster secret ([a471766](https://github.com/cloud-pi-native/console/commit/a47176643cb9a97f41c1345477da60bce5935f85))
9+
10+
11+
### Bug Fixes
12+
13+
* **#1640:** :bug: only regenerate robot secret if host changes ([e5d3ba8](https://github.com/cloud-pi-native/console/commit/e5d3ba87f895451795be1d7fa42a389e63521a68))
14+
15+
16+
### Performance Improvements
17+
18+
* :zap: direct service communication for Gitlab pipelines ([4991451](https://github.com/cloud-pi-native/console/commit/4991451f3d0c7dbac32cf5fed1fc880b29a37a1c))
19+
320
## [9.7.2](https://github.com/cloud-pi-native/console/compare/v9.7.1...v9.7.2) (2025-10-27)
421

522

apps/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cpn-console/client",
33
"type": "module",
4-
"version": "9.7.2",
4+
"version": "9.8.0",
55
"private": false,
66
"description": "cpn-console client",
77
"scripts": {

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cpn-console/server",
33
"type": "module",
4-
"version": "9.7.2",
4+
"version": "9.8.0",
55
"description": "cpn-console server",
66
"main": "dist/server.js",
77
"module": "dist/server.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cpn-console/root",
33
"type": "module",
4-
"version": "9.7.2",
4+
"version": "9.8.0",
55
"private": true,
66
"packageManager": "[email protected]",
77
"scripts": {

0 commit comments

Comments
 (0)