From 143094e0cde93ca4d4a436cb981dc41198075b06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 10:09:57 +0000 Subject: [PATCH 1/2] Update seatable/seatable-developer Docker tag to v6.2.1 --- apps/seatable/6.2.0/docker-compose.yml | 2 +- apps/seatable/latest/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/seatable/6.2.0/docker-compose.yml b/apps/seatable/6.2.0/docker-compose.yml index 77bb064d7..da508a638 100644 --- a/apps/seatable/6.2.0/docker-compose.yml +++ b/apps/seatable/6.2.0/docker-compose.yml @@ -27,7 +27,7 @@ services: - SEATABLE_SERVER_HOSTNAME=${SERVER_HOSTNAME} - SEATABLE_SERVER_PROTOCOL=http - SEATABLE_SERVER_LETSENCRYPT=false - image: seatable/seatable-developer:6.2.0 + image: seatable/seatable-developer:6.2.1 labels: createdBy: "Apps" diff --git a/apps/seatable/latest/docker-compose.yml b/apps/seatable/latest/docker-compose.yml index 77bb064d7..da508a638 100644 --- a/apps/seatable/latest/docker-compose.yml +++ b/apps/seatable/latest/docker-compose.yml @@ -27,7 +27,7 @@ services: - SEATABLE_SERVER_HOSTNAME=${SERVER_HOSTNAME} - SEATABLE_SERVER_PROTOCOL=http - SEATABLE_SERVER_LETSENCRYPT=false - image: seatable/seatable-developer:6.2.0 + image: seatable/seatable-developer:6.2.1 labels: createdBy: "Apps" From 1c556cc1d194a21b1776f3b3c3912fb03a2cb818 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 31 Jul 2026 10:10:09 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/seatable/{6.2.0 => 6.2.1}/.env.sample | 0 apps/seatable/{6.2.0 => 6.2.1}/data.yml | 0 apps/seatable/{6.2.0 => 6.2.1}/docker-compose.yml | 0 apps/seatable/{6.2.0 => 6.2.1}/scripts/init.sh | 0 apps/seatable/{6.2.0 => 6.2.1}/scripts/uninstall.sh | 0 apps/seatable/{6.2.0 => 6.2.1}/scripts/upgrade.sh | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename apps/seatable/{6.2.0 => 6.2.1}/.env.sample (100%) rename apps/seatable/{6.2.0 => 6.2.1}/data.yml (100%) rename apps/seatable/{6.2.0 => 6.2.1}/docker-compose.yml (100%) rename apps/seatable/{6.2.0 => 6.2.1}/scripts/init.sh (100%) rename apps/seatable/{6.2.0 => 6.2.1}/scripts/uninstall.sh (100%) rename apps/seatable/{6.2.0 => 6.2.1}/scripts/upgrade.sh (100%) diff --git a/apps/seatable/6.2.0/.env.sample b/apps/seatable/6.2.1/.env.sample similarity index 100% rename from apps/seatable/6.2.0/.env.sample rename to apps/seatable/6.2.1/.env.sample diff --git a/apps/seatable/6.2.0/data.yml b/apps/seatable/6.2.1/data.yml similarity index 100% rename from apps/seatable/6.2.0/data.yml rename to apps/seatable/6.2.1/data.yml diff --git a/apps/seatable/6.2.0/docker-compose.yml b/apps/seatable/6.2.1/docker-compose.yml similarity index 100% rename from apps/seatable/6.2.0/docker-compose.yml rename to apps/seatable/6.2.1/docker-compose.yml diff --git a/apps/seatable/6.2.0/scripts/init.sh b/apps/seatable/6.2.1/scripts/init.sh similarity index 100% rename from apps/seatable/6.2.0/scripts/init.sh rename to apps/seatable/6.2.1/scripts/init.sh diff --git a/apps/seatable/6.2.0/scripts/uninstall.sh b/apps/seatable/6.2.1/scripts/uninstall.sh similarity index 100% rename from apps/seatable/6.2.0/scripts/uninstall.sh rename to apps/seatable/6.2.1/scripts/uninstall.sh diff --git a/apps/seatable/6.2.0/scripts/upgrade.sh b/apps/seatable/6.2.1/scripts/upgrade.sh similarity index 100% rename from apps/seatable/6.2.0/scripts/upgrade.sh rename to apps/seatable/6.2.1/scripts/upgrade.sh