diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c0f9e2df1..1ed3fbdcb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.7.0" + ".": "4.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b20a628a..4b1a606ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 89e6dbf2f..ca2b5a63c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dso-socle", - "version": "4.7.0", + "version": "4.8.0", "private": true, "scripts": { "format": "eslint . --fix",