From 743a1567d8f3fce9e852da7ad0206b9e3c472fa0 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 --- apps/medama/0.4.4/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/medama/0.4.4/docker-compose.yml b/apps/medama/0.4.4/docker-compose.yml index 5e0f00ae0..3f4a0e930 100644 --- a/apps/medama/0.4.4/docker-compose.yml +++ b/apps/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 caef54167ffd373f50921fca8be2b22cafbc489b 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] --- apps/medama/{0.4.4 => 0.5.0}/.env.sample | 0 apps/medama/{0.4.4 => 0.5.0}/data.yml | 0 apps/medama/{0.4.4 => 0.5.0}/docker-compose.yml | 0 apps/medama/{0.4.4 => 0.5.0}/scripts/uninstall.sh | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename apps/medama/{0.4.4 => 0.5.0}/.env.sample (100%) rename apps/medama/{0.4.4 => 0.5.0}/data.yml (100%) rename apps/medama/{0.4.4 => 0.5.0}/docker-compose.yml (100%) rename apps/medama/{0.4.4 => 0.5.0}/scripts/uninstall.sh (100%) diff --git a/apps/medama/0.4.4/.env.sample b/apps/medama/0.5.0/.env.sample similarity index 100% rename from apps/medama/0.4.4/.env.sample rename to apps/medama/0.5.0/.env.sample diff --git a/apps/medama/0.4.4/data.yml b/apps/medama/0.5.0/data.yml similarity index 100% rename from apps/medama/0.4.4/data.yml rename to apps/medama/0.5.0/data.yml diff --git a/apps/medama/0.4.4/docker-compose.yml b/apps/medama/0.5.0/docker-compose.yml similarity index 100% rename from apps/medama/0.4.4/docker-compose.yml rename to apps/medama/0.5.0/docker-compose.yml diff --git a/apps/medama/0.4.4/scripts/uninstall.sh b/apps/medama/0.5.0/scripts/uninstall.sh similarity index 100% rename from apps/medama/0.4.4/scripts/uninstall.sh rename to apps/medama/0.5.0/scripts/uninstall.sh