From ac5e8454a3b3e00e4660e3d7bac6bae3a77fe083 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:44:30 +0000 Subject: [PATCH 1/2] chore(deps): update mattermost/mattermost-team-edition docker tag to v10 --- mattermost/9.11.1/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mattermost/9.11.1/docker-compose.yml b/mattermost/9.11.1/docker-compose.yml index 6a4ccafb4..e1d12951d 100644 --- a/mattermost/9.11.1/docker-compose.yml +++ b/mattermost/9.11.1/docker-compose.yml @@ -1,6 +1,6 @@ services: mattermost: - image: "mattermost/mattermost-team-edition:9.11.1" + image: "mattermost/mattermost-team-edition:10.0.0" container_name: ${CONTAINER_NAME} restart: always networks: From 776c0f2c9e1814a050cc4c07c681b0db5b7c897a Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 4 Sep 2024 16:44:43 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- mattermost/{9.11.1 => 10.0.0}/.env.sample | 0 mattermost/{9.11.1 => 10.0.0}/data.yml | 0 mattermost/{9.11.1 => 10.0.0}/data/client/plugins/.gitkeep | 0 mattermost/{9.11.1 => 10.0.0}/data/config/.gitkeep | 0 mattermost/{9.11.1 => 10.0.0}/data/logs/.gitkeep | 0 mattermost/{9.11.1 => 10.0.0}/data/plugins/.gitkeep | 0 mattermost/{9.11.1 => 10.0.0}/docker-compose.yml | 0 mattermost/{9.11.1 => 10.0.0}/scripts/init.sh | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename mattermost/{9.11.1 => 10.0.0}/.env.sample (100%) rename mattermost/{9.11.1 => 10.0.0}/data.yml (100%) rename mattermost/{9.11.1 => 10.0.0}/data/client/plugins/.gitkeep (100%) rename mattermost/{9.11.1 => 10.0.0}/data/config/.gitkeep (100%) rename mattermost/{9.11.1 => 10.0.0}/data/logs/.gitkeep (100%) rename mattermost/{9.11.1 => 10.0.0}/data/plugins/.gitkeep (100%) rename mattermost/{9.11.1 => 10.0.0}/docker-compose.yml (100%) rename mattermost/{9.11.1 => 10.0.0}/scripts/init.sh (100%) diff --git a/mattermost/9.11.1/.env.sample b/mattermost/10.0.0/.env.sample similarity index 100% rename from mattermost/9.11.1/.env.sample rename to mattermost/10.0.0/.env.sample diff --git a/mattermost/9.11.1/data.yml b/mattermost/10.0.0/data.yml similarity index 100% rename from mattermost/9.11.1/data.yml rename to mattermost/10.0.0/data.yml diff --git a/mattermost/9.11.1/data/client/plugins/.gitkeep b/mattermost/10.0.0/data/client/plugins/.gitkeep similarity index 100% rename from mattermost/9.11.1/data/client/plugins/.gitkeep rename to mattermost/10.0.0/data/client/plugins/.gitkeep diff --git a/mattermost/9.11.1/data/config/.gitkeep b/mattermost/10.0.0/data/config/.gitkeep similarity index 100% rename from mattermost/9.11.1/data/config/.gitkeep rename to mattermost/10.0.0/data/config/.gitkeep diff --git a/mattermost/9.11.1/data/logs/.gitkeep b/mattermost/10.0.0/data/logs/.gitkeep similarity index 100% rename from mattermost/9.11.1/data/logs/.gitkeep rename to mattermost/10.0.0/data/logs/.gitkeep diff --git a/mattermost/9.11.1/data/plugins/.gitkeep b/mattermost/10.0.0/data/plugins/.gitkeep similarity index 100% rename from mattermost/9.11.1/data/plugins/.gitkeep rename to mattermost/10.0.0/data/plugins/.gitkeep diff --git a/mattermost/9.11.1/docker-compose.yml b/mattermost/10.0.0/docker-compose.yml similarity index 100% rename from mattermost/9.11.1/docker-compose.yml rename to mattermost/10.0.0/docker-compose.yml diff --git a/mattermost/9.11.1/scripts/init.sh b/mattermost/10.0.0/scripts/init.sh similarity index 100% rename from mattermost/9.11.1/scripts/init.sh rename to mattermost/10.0.0/scripts/init.sh