From 2f86dd8c2404f195eefb5a4c2df80fc02acb678a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 01:47:56 +0000 Subject: [PATCH 1/2] chore(deps): update mattermost/mattermost-team-edition docker tag to v10.1.2 --- apps/mattermost/10.1.1/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mattermost/10.1.1/docker-compose.yml b/apps/mattermost/10.1.1/docker-compose.yml index d61fe477..ef4f41d1 100644 --- a/apps/mattermost/10.1.1/docker-compose.yml +++ b/apps/mattermost/10.1.1/docker-compose.yml @@ -1,6 +1,6 @@ services: mattermost: - image: "mattermost/mattermost-team-edition:10.1.1" + image: "mattermost/mattermost-team-edition:10.1.2" container_name: ${CONTAINER_NAME} restart: always networks: From 52285dbcb96030c3892e8601c18e3b3afdc68482 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 23 Oct 2024 01:48:09 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/mattermost/{10.1.1 => 10.1.2}/.env.sample | 0 apps/mattermost/{10.1.1 => 10.1.2}/data.yml | 0 apps/mattermost/{10.1.1 => 10.1.2}/data/bleve/.gitkeep | 0 apps/mattermost/{10.1.1 => 10.1.2}/data/client/plugins/.gitkeep | 0 apps/mattermost/{10.1.1 => 10.1.2}/data/config/.gitkeep | 0 apps/mattermost/{10.1.1 => 10.1.2}/data/data/.gitkeep | 0 apps/mattermost/{10.1.1 => 10.1.2}/data/logs/.gitkeep | 0 apps/mattermost/{10.1.1 => 10.1.2}/data/plugins/.gitkeep | 0 apps/mattermost/{10.1.1 => 10.1.2}/docker-compose.yml | 0 apps/mattermost/{10.1.1 => 10.1.2}/scripts/init.sh | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename apps/mattermost/{10.1.1 => 10.1.2}/.env.sample (100%) rename apps/mattermost/{10.1.1 => 10.1.2}/data.yml (100%) rename apps/mattermost/{10.1.1 => 10.1.2}/data/bleve/.gitkeep (100%) rename apps/mattermost/{10.1.1 => 10.1.2}/data/client/plugins/.gitkeep (100%) rename apps/mattermost/{10.1.1 => 10.1.2}/data/config/.gitkeep (100%) rename apps/mattermost/{10.1.1 => 10.1.2}/data/data/.gitkeep (100%) rename apps/mattermost/{10.1.1 => 10.1.2}/data/logs/.gitkeep (100%) rename apps/mattermost/{10.1.1 => 10.1.2}/data/plugins/.gitkeep (100%) rename apps/mattermost/{10.1.1 => 10.1.2}/docker-compose.yml (100%) rename apps/mattermost/{10.1.1 => 10.1.2}/scripts/init.sh (100%) diff --git a/apps/mattermost/10.1.1/.env.sample b/apps/mattermost/10.1.2/.env.sample similarity index 100% rename from apps/mattermost/10.1.1/.env.sample rename to apps/mattermost/10.1.2/.env.sample diff --git a/apps/mattermost/10.1.1/data.yml b/apps/mattermost/10.1.2/data.yml similarity index 100% rename from apps/mattermost/10.1.1/data.yml rename to apps/mattermost/10.1.2/data.yml diff --git a/apps/mattermost/10.1.1/data/bleve/.gitkeep b/apps/mattermost/10.1.2/data/bleve/.gitkeep similarity index 100% rename from apps/mattermost/10.1.1/data/bleve/.gitkeep rename to apps/mattermost/10.1.2/data/bleve/.gitkeep diff --git a/apps/mattermost/10.1.1/data/client/plugins/.gitkeep b/apps/mattermost/10.1.2/data/client/plugins/.gitkeep similarity index 100% rename from apps/mattermost/10.1.1/data/client/plugins/.gitkeep rename to apps/mattermost/10.1.2/data/client/plugins/.gitkeep diff --git a/apps/mattermost/10.1.1/data/config/.gitkeep b/apps/mattermost/10.1.2/data/config/.gitkeep similarity index 100% rename from apps/mattermost/10.1.1/data/config/.gitkeep rename to apps/mattermost/10.1.2/data/config/.gitkeep diff --git a/apps/mattermost/10.1.1/data/data/.gitkeep b/apps/mattermost/10.1.2/data/data/.gitkeep similarity index 100% rename from apps/mattermost/10.1.1/data/data/.gitkeep rename to apps/mattermost/10.1.2/data/data/.gitkeep diff --git a/apps/mattermost/10.1.1/data/logs/.gitkeep b/apps/mattermost/10.1.2/data/logs/.gitkeep similarity index 100% rename from apps/mattermost/10.1.1/data/logs/.gitkeep rename to apps/mattermost/10.1.2/data/logs/.gitkeep diff --git a/apps/mattermost/10.1.1/data/plugins/.gitkeep b/apps/mattermost/10.1.2/data/plugins/.gitkeep similarity index 100% rename from apps/mattermost/10.1.1/data/plugins/.gitkeep rename to apps/mattermost/10.1.2/data/plugins/.gitkeep diff --git a/apps/mattermost/10.1.1/docker-compose.yml b/apps/mattermost/10.1.2/docker-compose.yml similarity index 100% rename from apps/mattermost/10.1.1/docker-compose.yml rename to apps/mattermost/10.1.2/docker-compose.yml diff --git a/apps/mattermost/10.1.1/scripts/init.sh b/apps/mattermost/10.1.2/scripts/init.sh similarity index 100% rename from apps/mattermost/10.1.1/scripts/init.sh rename to apps/mattermost/10.1.2/scripts/init.sh