From fcccf07568bf25b5e1e1e085f400178fd7719c2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 18:19:20 +0000 Subject: [PATCH 1/2] chore(deps): update mattermost/mattermost-team-edition docker tag to v10.2.0 --- mattermost/10.1.2/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mattermost/10.1.2/docker-compose.yml b/mattermost/10.1.2/docker-compose.yml index ef4f41d1b..bb8b9c2b6 100644 --- a/mattermost/10.1.2/docker-compose.yml +++ b/mattermost/10.1.2/docker-compose.yml @@ -1,6 +1,6 @@ services: mattermost: - image: "mattermost/mattermost-team-edition:10.1.2" + image: "mattermost/mattermost-team-edition:10.2.0" container_name: ${CONTAINER_NAME} restart: always networks: From 49f7607b45a0d3ba2c92a6778826e1e7937ac87a Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sat, 2 Nov 2024 18:19:32 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- mattermost/{10.1.2 => 10.2.0}/.env.sample | 0 mattermost/{10.1.2 => 10.2.0}/data.yml | 0 mattermost/{10.1.2 => 10.2.0}/data/bleve/.gitkeep | 0 mattermost/{10.1.2 => 10.2.0}/data/client/plugins/.gitkeep | 0 mattermost/{10.1.2 => 10.2.0}/data/config/.gitkeep | 0 mattermost/{10.1.2 => 10.2.0}/data/data/.gitkeep | 0 mattermost/{10.1.2 => 10.2.0}/data/logs/.gitkeep | 0 mattermost/{10.1.2 => 10.2.0}/data/plugins/.gitkeep | 0 mattermost/{10.1.2 => 10.2.0}/docker-compose.yml | 0 mattermost/{10.1.2 => 10.2.0}/scripts/init.sh | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename mattermost/{10.1.2 => 10.2.0}/.env.sample (100%) rename mattermost/{10.1.2 => 10.2.0}/data.yml (100%) rename mattermost/{10.1.2 => 10.2.0}/data/bleve/.gitkeep (100%) rename mattermost/{10.1.2 => 10.2.0}/data/client/plugins/.gitkeep (100%) rename mattermost/{10.1.2 => 10.2.0}/data/config/.gitkeep (100%) rename mattermost/{10.1.2 => 10.2.0}/data/data/.gitkeep (100%) rename mattermost/{10.1.2 => 10.2.0}/data/logs/.gitkeep (100%) rename mattermost/{10.1.2 => 10.2.0}/data/plugins/.gitkeep (100%) rename mattermost/{10.1.2 => 10.2.0}/docker-compose.yml (100%) rename mattermost/{10.1.2 => 10.2.0}/scripts/init.sh (100%) diff --git a/mattermost/10.1.2/.env.sample b/mattermost/10.2.0/.env.sample similarity index 100% rename from mattermost/10.1.2/.env.sample rename to mattermost/10.2.0/.env.sample diff --git a/mattermost/10.1.2/data.yml b/mattermost/10.2.0/data.yml similarity index 100% rename from mattermost/10.1.2/data.yml rename to mattermost/10.2.0/data.yml diff --git a/mattermost/10.1.2/data/bleve/.gitkeep b/mattermost/10.2.0/data/bleve/.gitkeep similarity index 100% rename from mattermost/10.1.2/data/bleve/.gitkeep rename to mattermost/10.2.0/data/bleve/.gitkeep diff --git a/mattermost/10.1.2/data/client/plugins/.gitkeep b/mattermost/10.2.0/data/client/plugins/.gitkeep similarity index 100% rename from mattermost/10.1.2/data/client/plugins/.gitkeep rename to mattermost/10.2.0/data/client/plugins/.gitkeep diff --git a/mattermost/10.1.2/data/config/.gitkeep b/mattermost/10.2.0/data/config/.gitkeep similarity index 100% rename from mattermost/10.1.2/data/config/.gitkeep rename to mattermost/10.2.0/data/config/.gitkeep diff --git a/mattermost/10.1.2/data/data/.gitkeep b/mattermost/10.2.0/data/data/.gitkeep similarity index 100% rename from mattermost/10.1.2/data/data/.gitkeep rename to mattermost/10.2.0/data/data/.gitkeep diff --git a/mattermost/10.1.2/data/logs/.gitkeep b/mattermost/10.2.0/data/logs/.gitkeep similarity index 100% rename from mattermost/10.1.2/data/logs/.gitkeep rename to mattermost/10.2.0/data/logs/.gitkeep diff --git a/mattermost/10.1.2/data/plugins/.gitkeep b/mattermost/10.2.0/data/plugins/.gitkeep similarity index 100% rename from mattermost/10.1.2/data/plugins/.gitkeep rename to mattermost/10.2.0/data/plugins/.gitkeep diff --git a/mattermost/10.1.2/docker-compose.yml b/mattermost/10.2.0/docker-compose.yml similarity index 100% rename from mattermost/10.1.2/docker-compose.yml rename to mattermost/10.2.0/docker-compose.yml diff --git a/mattermost/10.1.2/scripts/init.sh b/mattermost/10.2.0/scripts/init.sh similarity index 100% rename from mattermost/10.1.2/scripts/init.sh rename to mattermost/10.2.0/scripts/init.sh