From 5b2405a9eea1bc1895ca88210f768b1dfe74c1c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:27:52 +0000 Subject: [PATCH 1/2] Update vectorim/element-web Docker tag to v1.11.85 --- element-web/1.11.84/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/element-web/1.11.84/docker-compose.yml b/element-web/1.11.84/docker-compose.yml index 8f9766df0..c4fc9faf5 100644 --- a/element-web/1.11.84/docker-compose.yml +++ b/element-web/1.11.84/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: element-web: - image: vectorim/element-web:v1.11.84 + image: vectorim/element-web:v1.11.85 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 6ae30a59f0a63326d6a01e4075dfb33c81fbe4c4 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 12 Nov 2024 11:28:04 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- element-web/{1.11.84 => 1.11.85}/conf/config.sample.json | 0 element-web/{1.11.84 => 1.11.85}/data.yml | 0 element-web/{1.11.84 => 1.11.85}/docker-compose.yml | 0 element-web/{1.11.84 => 1.11.85}/scripts/init.sh | 0 element-web/{1.11.84 => 1.11.85}/scripts/uninstall.sh | 0 element-web/{1.11.84 => 1.11.85}/scripts/upgrade.sh | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename element-web/{1.11.84 => 1.11.85}/conf/config.sample.json (100%) rename element-web/{1.11.84 => 1.11.85}/data.yml (100%) rename element-web/{1.11.84 => 1.11.85}/docker-compose.yml (100%) rename element-web/{1.11.84 => 1.11.85}/scripts/init.sh (100%) rename element-web/{1.11.84 => 1.11.85}/scripts/uninstall.sh (100%) rename element-web/{1.11.84 => 1.11.85}/scripts/upgrade.sh (100%) diff --git a/element-web/1.11.84/conf/config.sample.json b/element-web/1.11.85/conf/config.sample.json similarity index 100% rename from element-web/1.11.84/conf/config.sample.json rename to element-web/1.11.85/conf/config.sample.json diff --git a/element-web/1.11.84/data.yml b/element-web/1.11.85/data.yml similarity index 100% rename from element-web/1.11.84/data.yml rename to element-web/1.11.85/data.yml diff --git a/element-web/1.11.84/docker-compose.yml b/element-web/1.11.85/docker-compose.yml similarity index 100% rename from element-web/1.11.84/docker-compose.yml rename to element-web/1.11.85/docker-compose.yml diff --git a/element-web/1.11.84/scripts/init.sh b/element-web/1.11.85/scripts/init.sh similarity index 100% rename from element-web/1.11.84/scripts/init.sh rename to element-web/1.11.85/scripts/init.sh diff --git a/element-web/1.11.84/scripts/uninstall.sh b/element-web/1.11.85/scripts/uninstall.sh similarity index 100% rename from element-web/1.11.84/scripts/uninstall.sh rename to element-web/1.11.85/scripts/uninstall.sh diff --git a/element-web/1.11.84/scripts/upgrade.sh b/element-web/1.11.85/scripts/upgrade.sh similarity index 100% rename from element-web/1.11.84/scripts/upgrade.sh rename to element-web/1.11.85/scripts/upgrade.sh