]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1767) ocpp-server@v4.1.1 simulator@v4.1.1 v4.1 webui@v4.1.1
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 31 Mar 2026 22:38:35 +0000 (00:38 +0200)
committerGitHub <noreply@github.com>
Tue, 31 Mar 2026 22:38:35 +0000 (00:38 +0200)
* chore: release main

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
.github/release-please/manifest.json
CHANGELOG.md
package.json
sonar-project.properties
tests/ocpp-server/CHANGELOG.md
tests/ocpp-server/pyproject.toml
ui/web/CHANGELOG.md
ui/web/package.json
ui/web/sonar-project.properties

index 0a04975ad32ebeab250a083842b786c0e7eca213..3519b687c4b08ca14dca6160fbeb2c0a38d49385 100644 (file)
@@ -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"
 }
index e835f97dc426fc496204dd5d6d1e6b1f4c24c41a..b90912ab3178308bacdd3496141214c00b927c53 100644 (file)
@@ -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
index f31a0a90fe33b895b1a387a88973e0243910c349..9ee396a839c827f78bf2c428d5452ed061e0ccb5 100644 (file)
@@ -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"
index a32f187f575dbacc7b6ff74ddcbb07ca6d8430d4..e31ba31f5289e8723ace83f5b6fca26a337b6a80 100644 (file)
@@ -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.
index 2a92082455073f75b2e36b3a694f839ae149c510..82452057bc8f1c259a1ceb309a09027f751ec802 100644 (file)
@@ -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
index 13cf14dd6956813a71bc4f0f86b3daebb8577be1..3f43cb075e19a8d327bbf2cd243fc4a611bc8575 100644 (file)
@@ -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"
index 67135436577ec8114b132ce906f7960d176baa2f..6f322046c419229af3c41e192375eff409ed96fc 100644 (file)
@@ -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
index 30e7b23a96cf5c0e59b2fad7e1470e72d58671d8..0e63d7863bdec4d416bfa69f7d4a20aca5310969 100644 (file)
@@ -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",
index 56a4575c8edef95e6f569a2cb94690bc0a54f0f6..07e98369558b8f60c2b339ebd4c6969b5a910d20 100644 (file)
@@ -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.