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 @@
{
".": "4.7.0"
".": "4.8.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.8.0](https://github.com/cloud-pi-native/socle/compare/v4.7.0...v4.8.0) (2026-04-16)


### Features

* add backend and strangler config to the console app ([6381ad3](https://github.com/cloud-pi-native/socle/commit/6381ad3d51dd620e9f0978ceaf37000df378749e))
* use static version for helm charts ([f12a331](https://github.com/cloud-pi-native/socle/commit/f12a331caa87145771533f4fd06799a6f0c1feb2))


### Bug Fixes

* dso charts version fix ([53505ad](https://github.com/cloud-pi-native/socle/commit/53505ad6ea8acbb458e6bf37e3df8573ebc9090a))
* harbor admin password format fix ([b0e8f7f](https://github.com/cloud-pi-native/socle/commit/b0e8f7fd5a64b91a414ee5875678061e43a3001a))

## [4.7.0](https://github.com/cloud-pi-native/socle/compare/v4.6.0...v4.7.0) (2026-03-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dso-socle",
"version": "4.7.0",
"version": "4.8.0",
"private": true,
"scripts": {
"format": "eslint . --fix",
Expand Down