From 3edbfe613fe20797c250227935992866670eb9a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 13:39:06 +0000 Subject: [PATCH 1/2] Update ghcr.io/medama-io/medama Docker tag to v0.5.2 --- medama/0.5.1/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/medama/0.5.1/docker-compose.yml b/medama/0.5.1/docker-compose.yml index 52d31f08e..c2f87f851 100644 --- a/medama/0.5.1/docker-compose.yml +++ b/medama/0.5.1/docker-compose.yml @@ -1,6 +1,6 @@ services: medama: - image: "ghcr.io/medama-io/medama:v0.5.1" + image: "ghcr.io/medama-io/medama:v0.5.2" container_name: ${CONTAINER_NAME} restart: always networks: From caf0ef64360d87384f25c6e0418b6f4fec28cf3c Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 26 Mar 2025 13:39:17 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- medama/{0.5.1 => 0.5.2}/.env.sample | 0 medama/{0.5.1 => 0.5.2}/data.yml | 0 medama/{0.5.1 => 0.5.2}/docker-compose.yml | 0 medama/{0.5.1 => 0.5.2}/scripts/uninstall.sh | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename medama/{0.5.1 => 0.5.2}/.env.sample (100%) rename medama/{0.5.1 => 0.5.2}/data.yml (100%) rename medama/{0.5.1 => 0.5.2}/docker-compose.yml (100%) rename medama/{0.5.1 => 0.5.2}/scripts/uninstall.sh (100%) diff --git a/medama/0.5.1/.env.sample b/medama/0.5.2/.env.sample similarity index 100% rename from medama/0.5.1/.env.sample rename to medama/0.5.2/.env.sample diff --git a/medama/0.5.1/data.yml b/medama/0.5.2/data.yml similarity index 100% rename from medama/0.5.1/data.yml rename to medama/0.5.2/data.yml diff --git a/medama/0.5.1/docker-compose.yml b/medama/0.5.2/docker-compose.yml similarity index 100% rename from medama/0.5.1/docker-compose.yml rename to medama/0.5.2/docker-compose.yml diff --git a/medama/0.5.1/scripts/uninstall.sh b/medama/0.5.2/scripts/uninstall.sh similarity index 100% rename from medama/0.5.1/scripts/uninstall.sh rename to medama/0.5.2/scripts/uninstall.sh