From 8166cbd8b17111693f0333ee5dc87296136411a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 13:06:08 +0000 Subject: [PATCH 1/2] Update doxwant/gotab Docker tag to v2.0.1.12 --- apps/gotab/2.0.1.11/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gotab/2.0.1.11/docker-compose.yml b/apps/gotab/2.0.1.11/docker-compose.yml index 4fd42a999..d11cb0fdd 100644 --- a/apps/gotab/2.0.1.11/docker-compose.yml +++ b/apps/gotab/2.0.1.11/docker-compose.yml @@ -1,6 +1,6 @@ services: gotab-server: - image: "doxwant/gotab:2.0.1.11" + image: "doxwant/gotab:2.0.1.12" container_name: ${CONTAINER_NAME} ports: - ${PANEL_APP_PORT_HTTP}:8080 From fd91cb3290e60f04805b2456895119dd9a8667e5 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 22 Jul 2026 13:06:20 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/gotab/{2.0.1.11 => 2.0.1.12}/.env.sample | 0 apps/gotab/{2.0.1.11 => 2.0.1.12}/data.yml | 0 apps/gotab/{2.0.1.11 => 2.0.1.12}/data/config.toml | 0 apps/gotab/{2.0.1.11 => 2.0.1.12}/docker-compose.yml | 0 apps/gotab/{2.0.1.11 => 2.0.1.12}/scripts/init.sh | 0 apps/gotab/{2.0.1.11 => 2.0.1.12}/scripts/uninstall.sh | 0 apps/gotab/{2.0.1.11 => 2.0.1.12}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/gotab/{2.0.1.11 => 2.0.1.12}/.env.sample (100%) rename apps/gotab/{2.0.1.11 => 2.0.1.12}/data.yml (100%) rename apps/gotab/{2.0.1.11 => 2.0.1.12}/data/config.toml (100%) rename apps/gotab/{2.0.1.11 => 2.0.1.12}/docker-compose.yml (100%) rename apps/gotab/{2.0.1.11 => 2.0.1.12}/scripts/init.sh (100%) rename apps/gotab/{2.0.1.11 => 2.0.1.12}/scripts/uninstall.sh (100%) rename apps/gotab/{2.0.1.11 => 2.0.1.12}/scripts/upgrade.sh (100%) diff --git a/apps/gotab/2.0.1.11/.env.sample b/apps/gotab/2.0.1.12/.env.sample similarity index 100% rename from apps/gotab/2.0.1.11/.env.sample rename to apps/gotab/2.0.1.12/.env.sample diff --git a/apps/gotab/2.0.1.11/data.yml b/apps/gotab/2.0.1.12/data.yml similarity index 100% rename from apps/gotab/2.0.1.11/data.yml rename to apps/gotab/2.0.1.12/data.yml diff --git a/apps/gotab/2.0.1.11/data/config.toml b/apps/gotab/2.0.1.12/data/config.toml similarity index 100% rename from apps/gotab/2.0.1.11/data/config.toml rename to apps/gotab/2.0.1.12/data/config.toml diff --git a/apps/gotab/2.0.1.11/docker-compose.yml b/apps/gotab/2.0.1.12/docker-compose.yml similarity index 100% rename from apps/gotab/2.0.1.11/docker-compose.yml rename to apps/gotab/2.0.1.12/docker-compose.yml diff --git a/apps/gotab/2.0.1.11/scripts/init.sh b/apps/gotab/2.0.1.12/scripts/init.sh similarity index 100% rename from apps/gotab/2.0.1.11/scripts/init.sh rename to apps/gotab/2.0.1.12/scripts/init.sh diff --git a/apps/gotab/2.0.1.11/scripts/uninstall.sh b/apps/gotab/2.0.1.12/scripts/uninstall.sh similarity index 100% rename from apps/gotab/2.0.1.11/scripts/uninstall.sh rename to apps/gotab/2.0.1.12/scripts/uninstall.sh diff --git a/apps/gotab/2.0.1.11/scripts/upgrade.sh b/apps/gotab/2.0.1.12/scripts/upgrade.sh similarity index 100% rename from apps/gotab/2.0.1.11/scripts/upgrade.sh rename to apps/gotab/2.0.1.12/scripts/upgrade.sh