From: Jérôme Benoit Date: Tue, 31 Mar 2026 22:38:35 +0000 (+0200) Subject: chore: release main (#1767) X-Git-Tag: ocpp-server@v4.1.1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=86cfcbc873252fc3521844427f782bd600229f46;p=e-mobility-charging-stations-simulator.git chore: release main (#1767) * 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 0a04975a..3519b687 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - ".": "4.1.0", - "ui/web": "4.1.0", - "tests/ocpp-server": "4.1.0" + ".": "4.1.1", + "ui/web": "4.1.1", + "tests/ocpp-server": "4.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e835f97d..b90912ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.1.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.1.0...simulator@v4.1.1) (2026-03-31) + +### 🐞 Bug Fixes + +- **ocpp:** warn on OCPP 1.6 keys in template only, silent remap for internal code ([a428896](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/a428896fece63ca81fb65377715296357630216a)) + +### ✨ Polish + +- **log:** quote and truncate all auth identifiers in log messages ([854457b](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/854457bd4283388d5f5f2f1713c7e1e3a01c4a9b)) + ## [4.1.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.0.3...simulator@v4.1.0) (2026-03-31) ### 🚀 Features diff --git a/package.json b/package.json index f31a0a90..9ee396a8 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.1.0", + "version": "4.1.1", "engines": { "node": ">=22.0.0", "pnpm": ">=10.9.0" diff --git a/sonar-project.properties b/sonar-project.properties index a32f187f..e31ba31f 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.1.0 +sonar.projectVersion=4.1.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 2a920824..82452057 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.1.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.1.0...ocpp-server@v4.1.1) (2026-03-31) + +### 🧹 Chores + +- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions + ## [4.1.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.0.3...ocpp-server@v4.1.0) (2026-03-31) ### 🧹 Chores diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index 13cf14dd..3f43cb07 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ocpp-server" -version = "4.1.0" +version = "4.1.1" description = "OCPP2 mock server" authors = [{ name = "Jérôme Benoit", email = "jerome.benoit@sap.com" }] readme = "README.md" diff --git a/ui/web/CHANGELOG.md b/ui/web/CHANGELOG.md index 67135436..6f322046 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.1.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v4.1.0...webui@v4.1.1) (2026-03-31) + +### 🧹 Chores + +- **webui:** Synchronize simulator-ui-ocpp-server versions + ## [4.1.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v4.0.3...webui@v4.1.0) (2026-03-31) ### 🧹 Chores diff --git a/ui/web/package.json b/ui/web/package.json index 30e7b23a..0e63d786 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.1.0", + "version": "4.1.1", "readme": "README.md", "engines": { "node": ">=22.0.0", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 56a4575c..07e98369 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.1.0 +sonar.projectVersion=4.1.1 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.