From 0825abbb54cf9f9b3671049542b0644bd15d05c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 07:29:02 +0000 Subject: [PATCH 1/2] Update gotify/server Docker tag to v2.8.0 --- apps/gotify/2.6.3/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gotify/2.6.3/docker-compose.yml b/apps/gotify/2.6.3/docker-compose.yml index 68bb78a6..3065ab6b 100644 --- a/apps/gotify/2.6.3/docker-compose.yml +++ b/apps/gotify/2.6.3/docker-compose.yml @@ -1,6 +1,6 @@ services: gotify: - image: "gotify/server:2.6.3" + image: "gotify/server:2.8.0" container_name: ${CONTAINER_NAME} restart: always networks: From 2780b71633944e0a395ff8abdfe7e91a75e6faf0 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 30 Jan 2026 07:29:12 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/gotify/{2.6.3 => 2.8.0}/.env.sample | 0 apps/gotify/{2.6.3 => 2.8.0}/data.yml | 0 apps/gotify/{2.6.3 => 2.8.0}/docker-compose.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename apps/gotify/{2.6.3 => 2.8.0}/.env.sample (100%) rename apps/gotify/{2.6.3 => 2.8.0}/data.yml (100%) rename apps/gotify/{2.6.3 => 2.8.0}/docker-compose.yml (100%) diff --git a/apps/gotify/2.6.3/.env.sample b/apps/gotify/2.8.0/.env.sample similarity index 100% rename from apps/gotify/2.6.3/.env.sample rename to apps/gotify/2.8.0/.env.sample diff --git a/apps/gotify/2.6.3/data.yml b/apps/gotify/2.8.0/data.yml similarity index 100% rename from apps/gotify/2.6.3/data.yml rename to apps/gotify/2.8.0/data.yml diff --git a/apps/gotify/2.6.3/docker-compose.yml b/apps/gotify/2.8.0/docker-compose.yml similarity index 100% rename from apps/gotify/2.6.3/docker-compose.yml rename to apps/gotify/2.8.0/docker-compose.yml