From: Jérôme Benoit Date: Tue, 28 Apr 2026 17:06:10 +0000 (+0200) Subject: chore: release main (#1808) X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9fa436c865c5563a65b5821b5ba2d56736b812c8;p=e-mobility-charging-stations-simulator.git chore: release main (#1808) * chore: release main * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index f03c4c22..cdf95289 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,7 +1,7 @@ { - ".": "4.5.0", - "ui/common": "4.5.0", - "ui/cli": "4.5.0", - "ui/web": "4.5.0", - "tests/ocpp-server": "4.5.0" + ".": "4.5.1", + "ui/common": "4.5.1", + "ui/cli": "4.5.1", + "ui/web": "4.5.1", + "tests/ocpp-server": "4.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eb9cc01..de2ae68f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [4.5.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.5.0...simulator@v4.5.1) (2026-04-28) + +### 🐞 Bug Fixes + +- align Keba OCPP2 templates with OCPP 2.0.1 SampledDataCtrlr specs ([bb476f6](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/bb476f6d88b227e48fabbabfae43f3d4a690e6b3)) +- **deps:** update all non-major dependencies ([#1809](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1809)) ([e0e14c1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e0e14c14774c700617f52a0717097edf7bf2b940)) +- **deps:** update all non-major dependencies ([#1811](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1811)) ([e2085ec](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e2085ec9095e519356b966f66afb91abd3e22953)) +- **deps:** update all non-major dependencies ([#1814](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1814)) ([e9e6bed](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e9e6bed9f8dfb202f4ae2d6e0b083e753123e3b5)) +- **simulator:** add connector Finishing state lifecycle simulation ([#1227](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1227)) ([#1812](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1812)) ([3578a8b](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/3578a8b8f0893208b9d6d2229a49c9721aa67144)) +- **simulator:** quote command names in log messages for readability ([b745ee6](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b745ee606cdc0c4da28c9df12e937ad07aaf4e10)) +- **simulator:** set postTransactionDelay to 2s on ABB station templates ([e943acb](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e943acbad3eccefad199be2b7a9b7afe8d5b4baf)) + +### 📚 Documentation + +- harmonize agent instructions across tools ([1be466e](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/1be466efbeec3d88be46d547fd23c3fa84603337)) + ## [4.5.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.4.0...simulator@v4.5.0) (2026-04-22) ### 🚀 Features diff --git a/package.json b/package.json index 4e1b6875..9d8ea182 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "4.5.0", + "version": "4.5.1", "engines": { "node": ">=22.0.0", "pnpm": ">=10.9.0" diff --git a/sonar-project.properties b/sonar-project.properties index b409668c..ba265ef6 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -4,7 +4,7 @@ sonar.organization=sap-1 # This is the name and version displayed in the SonarCloud UI. sonar.projectName=e-mobility-charging-stations-simulator # x-release-please-start-version -sonar.projectVersion=4.5.0 +sonar.projectVersion=4.5.1 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. diff --git a/tests/ocpp-server/CHANGELOG.md b/tests/ocpp-server/CHANGELOG.md index 60a3dd6c..65150b47 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.5.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.5.0...ocpp-server@v4.5.1) (2026-04-28) + +### 🐞 Bug Fixes + +- **deps:** update all non-major dependencies ([#1811](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1811)) ([e2085ec](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e2085ec9095e519356b966f66afb91abd3e22953)) + ## [4.5.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.4.0...ocpp-server@v4.5.0) (2026-04-22) ### 🚀 Features diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index 08b3e245..1b5d43f8 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ocpp-server" -version = "4.5.0" +version = "4.5.1" description = "OCPP2 mock server" authors = [{ name = "Jérôme Benoit", email = "jerome.benoit@sap.com" }] readme = "README.md" diff --git a/ui/cli/CHANGELOG.md b/ui/cli/CHANGELOG.md index 439cc923..853eaaa9 100644 --- a/ui/cli/CHANGELOG.md +++ b/ui/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.5.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.5.0...cli@v4.5.1) (2026-04-28) + +### 🐞 Bug Fixes + +- **deps:** update all non-major dependencies ([#1809](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1809)) ([e0e14c1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e0e14c14774c700617f52a0717097edf7bf2b940)) + ## [4.5.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.4.0...cli@v4.5.0) (2026-04-22) ### 🚀 Features diff --git a/ui/cli/package.json b/ui/cli/package.json index 0d13e4b7..7924931b 100644 --- a/ui/cli/package.json +++ b/ui/cli/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "cli", - "version": "4.5.0", + "version": "4.5.1", "engines": { "node": ">=22.0.0", "pnpm": ">=10.9.0" diff --git a/ui/cli/sonar-project.properties b/ui/cli/sonar-project.properties index edfd6d89..f6593b3d 100644 --- a/ui/cli/sonar-project.properties +++ b/ui/cli/sonar-project.properties @@ -4,7 +4,7 @@ sonar.organization=sap-1 # This is the name and version displayed in the SonarCloud UI. sonar.projectName=e-mobility-charging-stations-simulator-cli # x-release-please-start-version -sonar.projectVersion=4.5.0 +sonar.projectVersion=4.5.1 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. diff --git a/ui/common/CHANGELOG.md b/ui/common/CHANGELOG.md index 1ef6ef60..c8f65267 100644 --- a/ui/common/CHANGELOG.md +++ b/ui/common/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.5.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.5.0...ui-common@v4.5.1) (2026-04-28) + +### 🐞 Bug Fixes + +- **deps:** update all non-major dependencies ([#1809](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1809)) ([e0e14c1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e0e14c14774c700617f52a0717097edf7bf2b940)) + ## [4.5.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.4.0...ui-common@v4.5.0) (2026-04-22) ### 🚀 Features diff --git a/ui/common/package.json b/ui/common/package.json index 49a59b3a..a97899a7 100644 --- a/ui/common/package.json +++ b/ui/common/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "ui-common", - "version": "4.5.0", + "version": "4.5.1", "engines": { "node": ">=22.0.0", "pnpm": ">=10.9.0" diff --git a/ui/common/sonar-project.properties b/ui/common/sonar-project.properties index 926d4106..58c6df4d 100644 --- a/ui/common/sonar-project.properties +++ b/ui/common/sonar-project.properties @@ -4,7 +4,7 @@ sonar.organization=sap-1 # This is the name and version displayed in the SonarCloud UI. sonar.projectName=e-mobility-charging-stations-simulator-ui-common # x-release-please-start-version -sonar.projectVersion=4.5.0 +sonar.projectVersion=4.5.1 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. diff --git a/ui/web/CHANGELOG.md b/ui/web/CHANGELOG.md index 12c59602..529e10fc 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.5.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v4.5.0...webui@v4.5.1) (2026-04-28) + +### 🐞 Bug Fixes + +- **deps:** update all non-major dependencies ([#1809](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1809)) ([e0e14c1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e0e14c14774c700617f52a0717097edf7bf2b940)) +- **deps:** update all non-major dependencies ([#1811](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1811)) ([e2085ec](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e2085ec9095e519356b966f66afb91abd3e22953)) +- **deps:** update all non-major dependencies ([#1814](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1814)) ([e9e6bed](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e9e6bed9f8dfb202f4ae2d6e0b083e753123e3b5)) + ## [4.5.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v4.4.0...webui@v4.5.0) (2026-04-22) ### 🚀 Features diff --git a/ui/web/package.json b/ui/web/package.json index 88dc9618..a45de36e 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "webui", - "version": "4.5.0", + "version": "4.5.1", "readme": "README.md", "engines": { "node": ">=22.0.0", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 4e6a947c..d0187b00 100644 --- a/ui/web/sonar-project.properties +++ b/ui/web/sonar-project.properties @@ -4,7 +4,7 @@ sonar.organization=sap-1 # This is the name and version displayed in the SonarCloud UI. sonar.projectName=e-mobility-charging-stations-simulator-webui # x-release-please-start-version -sonar.projectVersion=4.5.0 +sonar.projectVersion=4.5.1 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.