From 718455cda0ea78c211b0a23b31bf2e08a2fad5b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 11:29:46 +0000 Subject: [PATCH 1/2] chore(deps): update mattermost/mattermost-team-edition docker tag to v9.11.1 --- mattermost/9.11.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mattermost/9.11.0/docker-compose.yml b/mattermost/9.11.0/docker-compose.yml index fc7d2785f..6a4ccafb4 100644 --- a/mattermost/9.11.0/docker-compose.yml +++ b/mattermost/9.11.0/docker-compose.yml @@ -1,6 +1,6 @@ services: mattermost: - image: "mattermost/mattermost-team-edition:9.11.0" + image: "mattermost/mattermost-team-edition:9.11.1" container_name: ${CONTAINER_NAME} restart: always networks: From 0ce03d754b7dbfd7b5e67fb5786aadb69b255855 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sat, 31 Aug 2024 11:29:57 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- mattermost/{9.11.0 => 9.11.1}/.env.sample | 0 mattermost/{9.11.0 => 9.11.1}/data.yml | 0 mattermost/{9.11.0 => 9.11.1}/data/client/plugins/.gitkeep | 0 mattermost/{9.11.0 => 9.11.1}/data/config/.gitkeep | 0 mattermost/{9.11.0 => 9.11.1}/data/logs/.gitkeep | 0 mattermost/{9.11.0 => 9.11.1}/data/plugins/.gitkeep | 0 mattermost/{9.11.0 => 9.11.1}/docker-compose.yml | 0 mattermost/{9.11.0 => 9.11.1}/scripts/init.sh | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename mattermost/{9.11.0 => 9.11.1}/.env.sample (100%) rename mattermost/{9.11.0 => 9.11.1}/data.yml (100%) rename mattermost/{9.11.0 => 9.11.1}/data/client/plugins/.gitkeep (100%) rename mattermost/{9.11.0 => 9.11.1}/data/config/.gitkeep (100%) rename mattermost/{9.11.0 => 9.11.1}/data/logs/.gitkeep (100%) rename mattermost/{9.11.0 => 9.11.1}/data/plugins/.gitkeep (100%) rename mattermost/{9.11.0 => 9.11.1}/docker-compose.yml (100%) rename mattermost/{9.11.0 => 9.11.1}/scripts/init.sh (100%) diff --git a/mattermost/9.11.0/.env.sample b/mattermost/9.11.1/.env.sample similarity index 100% rename from mattermost/9.11.0/.env.sample rename to mattermost/9.11.1/.env.sample diff --git a/mattermost/9.11.0/data.yml b/mattermost/9.11.1/data.yml similarity index 100% rename from mattermost/9.11.0/data.yml rename to mattermost/9.11.1/data.yml diff --git a/mattermost/9.11.0/data/client/plugins/.gitkeep b/mattermost/9.11.1/data/client/plugins/.gitkeep similarity index 100% rename from mattermost/9.11.0/data/client/plugins/.gitkeep rename to mattermost/9.11.1/data/client/plugins/.gitkeep diff --git a/mattermost/9.11.0/data/config/.gitkeep b/mattermost/9.11.1/data/config/.gitkeep similarity index 100% rename from mattermost/9.11.0/data/config/.gitkeep rename to mattermost/9.11.1/data/config/.gitkeep diff --git a/mattermost/9.11.0/data/logs/.gitkeep b/mattermost/9.11.1/data/logs/.gitkeep similarity index 100% rename from mattermost/9.11.0/data/logs/.gitkeep rename to mattermost/9.11.1/data/logs/.gitkeep diff --git a/mattermost/9.11.0/data/plugins/.gitkeep b/mattermost/9.11.1/data/plugins/.gitkeep similarity index 100% rename from mattermost/9.11.0/data/plugins/.gitkeep rename to mattermost/9.11.1/data/plugins/.gitkeep diff --git a/mattermost/9.11.0/docker-compose.yml b/mattermost/9.11.1/docker-compose.yml similarity index 100% rename from mattermost/9.11.0/docker-compose.yml rename to mattermost/9.11.1/docker-compose.yml diff --git a/mattermost/9.11.0/scripts/init.sh b/mattermost/9.11.1/scripts/init.sh similarity index 100% rename from mattermost/9.11.0/scripts/init.sh rename to mattermost/9.11.1/scripts/init.sh