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.23.0"
".": "9.24.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [9.24.0](https://github.com/cloud-pi-native/console/compare/v9.23.0...v9.24.0) (2026-07-31)


### Bug Fixes

* **ci:** avoid error when build only-latest manifests ([8ea188e](https://github.com/cloud-pi-native/console/commit/8ea188ec2c75832b7f0c3087a543d3cf7fdfa585))
* **ci:** do not create a new chart version for latest images ([6faff5c](https://github.com/cloud-pi-native/console/commit/6faff5c229e741275650a6ac2d03b7b4afb6bff8))
* **ci:** fix main app variable names for latest images redeployment ([d54a755](https://github.com/cloud-pi-native/console/commit/d54a75524380bd937f9db015359de19b9fe86592))


### Miscellaneous Chores

* **ci:** ensure latest images are always build on main branch update ([2ab1eb8](https://github.com/cloud-pi-native/console/commit/2ab1eb854b91f3733581d56cc8052fa1eedcaffb))
* **ci:** redeploy latest images to main cpin-hp console application ([a95ce24](https://github.com/cloud-pi-native/console/commit/a95ce24897f7f880e978b699067357700d8651e2))
* **ci:** rename preview GH variables with explicit PREVIEW slug ([fb48927](https://github.com/cloud-pi-native/console/commit/fb48927861fb8be0ac63d01075a0f779d8c41632))

## [9.23.0](https://github.com/cloud-pi-native/console/compare/v9.22.2...v9.23.0) (2026-07-31)


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.23.0",
"version": "9.24.0",
"private": false,
"description": "cpn-console client",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion apps/server-nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpn-console/server-nestjs",
"version": "9.23.0",
"version": "9.24.0",
"private": true,
"description": "",
"author": "",
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.23.0",
"version": "9.24.0",
"description": "cpn-console server",
"repository": {
"type": "git",
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.23.0",
"version": "9.24.0",
"private": true,
"packageManager": "pnpm@11.8.0+sha512.c1f5e7c4cb241c8f174b743851d82f42b802324afc8b0f116b96adb15aa06664948dde36960a3ba1079ba5b4b29dd0140135b94b5b5f5263592249d68e555f26",
"repository": {
Expand Down