From 67f918175d7f778383a4c2f862906e5ba8a98731 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:36:05 +0000 Subject: [PATCH 1/2] chore(deps): update ghcr.io/medama-io/medama docker tag to v0.5.0 --- medama/0.4.4/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/medama/0.4.4/docker-compose.yml b/medama/0.4.4/docker-compose.yml index 5e0f00ae0..3f4a0e930 100644 --- a/medama/0.4.4/docker-compose.yml +++ b/medama/0.4.4/docker-compose.yml @@ -1,6 +1,6 @@ services: medama: - image: "ghcr.io/medama-io/medama:v0.4.4" + image: "ghcr.io/medama-io/medama:v0.5.0" container_name: ${CONTAINER_NAME} restart: always networks: From b87644a6273f36a08e0f4ebbeb20e79c985bed26 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Mon, 2 Sep 2024 15:36:18 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- medama/{0.4.4 => 0.5.0}/.env.sample | 0 medama/{0.4.4 => 0.5.0}/data.yml | 0 medama/{0.4.4 => 0.5.0}/docker-compose.yml | 0 medama/{0.4.4 => 0.5.0}/scripts/uninstall.sh | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename medama/{0.4.4 => 0.5.0}/.env.sample (100%) rename medama/{0.4.4 => 0.5.0}/data.yml (100%) rename medama/{0.4.4 => 0.5.0}/docker-compose.yml (100%) rename medama/{0.4.4 => 0.5.0}/scripts/uninstall.sh (100%) diff --git a/medama/0.4.4/.env.sample b/medama/0.5.0/.env.sample similarity index 100% rename from medama/0.4.4/.env.sample rename to medama/0.5.0/.env.sample diff --git a/medama/0.4.4/data.yml b/medama/0.5.0/data.yml similarity index 100% rename from medama/0.4.4/data.yml rename to medama/0.5.0/data.yml diff --git a/medama/0.4.4/docker-compose.yml b/medama/0.5.0/docker-compose.yml similarity index 100% rename from medama/0.4.4/docker-compose.yml rename to medama/0.5.0/docker-compose.yml diff --git a/medama/0.4.4/scripts/uninstall.sh b/medama/0.5.0/scripts/uninstall.sh similarity index 100% rename from medama/0.4.4/scripts/uninstall.sh rename to medama/0.5.0/scripts/uninstall.sh