From d3bb6d9e2dd051b30ff6a105b7540e03e50e256f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 04:34:26 +0000 Subject: [PATCH 1/2] Update error311/filerise-docker Docker tag to v3.29.0 --- apps/filerise/3.28.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/filerise/3.28.0/docker-compose.yml b/apps/filerise/3.28.0/docker-compose.yml index 5103861bb..3d4e93604 100644 --- a/apps/filerise/3.28.0/docker-compose.yml +++ b/apps/filerise/3.28.0/docker-compose.yml @@ -1,6 +1,6 @@ services: filerise: - image: "error311/filerise-docker:v3.28.0" + image: "error311/filerise-docker:v3.29.0" container_name: ${CONTAINER_NAME} restart: unless-stopped networks: From 1f57193ac5995f02c63d1107ebfd3a1ac7eb1083 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 18 Sep 2026 04:34:39 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/filerise/{3.28.0 => 3.29.0}/.env.sample | 0 apps/filerise/{3.28.0 => 3.29.0}/data.yml | 0 apps/filerise/{3.28.0 => 3.29.0}/docker-compose.yml | 0 apps/filerise/{3.28.0 => 3.29.0}/scripts/init.sh | 0 apps/filerise/{3.28.0 => 3.29.0}/scripts/uninstall.sh | 0 apps/filerise/{3.28.0 => 3.29.0}/scripts/upgrade.sh | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename apps/filerise/{3.28.0 => 3.29.0}/.env.sample (100%) rename apps/filerise/{3.28.0 => 3.29.0}/data.yml (100%) rename apps/filerise/{3.28.0 => 3.29.0}/docker-compose.yml (100%) rename apps/filerise/{3.28.0 => 3.29.0}/scripts/init.sh (100%) rename apps/filerise/{3.28.0 => 3.29.0}/scripts/uninstall.sh (100%) rename apps/filerise/{3.28.0 => 3.29.0}/scripts/upgrade.sh (100%) diff --git a/apps/filerise/3.28.0/.env.sample b/apps/filerise/3.29.0/.env.sample similarity index 100% rename from apps/filerise/3.28.0/.env.sample rename to apps/filerise/3.29.0/.env.sample diff --git a/apps/filerise/3.28.0/data.yml b/apps/filerise/3.29.0/data.yml similarity index 100% rename from apps/filerise/3.28.0/data.yml rename to apps/filerise/3.29.0/data.yml diff --git a/apps/filerise/3.28.0/docker-compose.yml b/apps/filerise/3.29.0/docker-compose.yml similarity index 100% rename from apps/filerise/3.28.0/docker-compose.yml rename to apps/filerise/3.29.0/docker-compose.yml diff --git a/apps/filerise/3.28.0/scripts/init.sh b/apps/filerise/3.29.0/scripts/init.sh similarity index 100% rename from apps/filerise/3.28.0/scripts/init.sh rename to apps/filerise/3.29.0/scripts/init.sh diff --git a/apps/filerise/3.28.0/scripts/uninstall.sh b/apps/filerise/3.29.0/scripts/uninstall.sh similarity index 100% rename from apps/filerise/3.28.0/scripts/uninstall.sh rename to apps/filerise/3.29.0/scripts/uninstall.sh diff --git a/apps/filerise/3.28.0/scripts/upgrade.sh b/apps/filerise/3.29.0/scripts/upgrade.sh similarity index 100% rename from apps/filerise/3.28.0/scripts/upgrade.sh rename to apps/filerise/3.29.0/scripts/upgrade.sh