From 808412c6be7a950c565c2f0ce64f47d3dc7ea7a1 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Thu, 27 Feb 2025 12:41:59 +0000 Subject: [PATCH 1/2] fix: /tmp/element-web-config may already exist preventing the container from booting up (#29372) (#29377) * fix: /tmp/element-web-config may already exist preventing the container from booting up * Update docker/docker-entrypoint.d/18-load-element-modules.sh Co-authored-by: Michael Telatynski <7t3chguy@gmail.com> --------- Co-authored-by: Michael Telatynski <7t3chguy@gmail.com> (cherry picked from commit 45497905bed955c68e191a9ed45ddaf2a0bbae36) Co-authored-by: Itay Grudev --- docker/docker-entrypoint.d/18-load-element-modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-entrypoint.d/18-load-element-modules.sh b/docker/docker-entrypoint.d/18-load-element-modules.sh index 15c0cb6086..14a3b53531 100755 --- a/docker/docker-entrypoint.d/18-load-element-modules.sh +++ b/docker/docker-entrypoint.d/18-load-element-modules.sh @@ -11,7 +11,7 @@ entrypoint_log() { } # Copy these config files as a base -mkdir /tmp/element-web-config +mkdir -p /tmp/element-web-config cp /app/config*.json /tmp/element-web-config/ # If there are modules to be loaded From 7a513a2dc24efb223855adaa8bcdd567aa6684bc Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Thu, 27 Feb 2025 13:16:17 +0000 Subject: [PATCH 2/2] v1.11.94 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 324c7f7ad8..792fdd876c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +Changes in [1.11.94](https://github.com/element-hq/element-web/releases/tag/v1.11.94) (2025-02-27) +================================================================================================== +## 🐛 Bug Fixes + +* [Backport staging] fix: /tmp/element-web-config may already exist preventing the container from booting up ([#29377](https://github.com/element-hq/element-web/pull/29377)). Contributed by @RiotRobot. + + Changes in [1.11.93](https://github.com/element-hq/element-web/releases/tag/v1.11.93) (2025-02-25) ================================================================================================== ## ✨ Features diff --git a/package.json b/package.json index c47ea4f5d0..63904b4228 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-web", - "version": "1.11.93", + "version": "1.11.94", "description": "Element: the future of secure communication", "author": "New Vector Ltd.", "repository": {