From de4825e3b34e246763c72f21f9dbb57287bafc6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 06:42:32 +0000 Subject: [PATCH 1/2] Update b3log/siyuan Docker tag to v3.1.2 --- apps/siyuan/3.1.1/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/siyuan/3.1.1/docker-compose.yml b/apps/siyuan/3.1.1/docker-compose.yml index 3b22f38a..0158074e 100644 --- a/apps/siyuan/3.1.1/docker-compose.yml +++ b/apps/siyuan/3.1.1/docker-compose.yml @@ -6,7 +6,7 @@ networks: services: siyuan: - image: b3log/siyuan:v3.1.1 + image: b3log/siyuan:v3.1.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 6fc6ac085b4bc14fb3d4fffed4cf8bceafe8b655 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 30 Jul 2024 06:42:45 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/siyuan/{3.1.1 => 3.1.2}/data.yml | 0 apps/siyuan/{3.1.1 => 3.1.2}/docker-compose.yml | 0 apps/siyuan/{3.1.1 => 3.1.2}/scripts/init.sh | 0 apps/siyuan/{3.1.1 => 3.1.2}/scripts/uninstall.sh | 0 apps/siyuan/{3.1.1 => 3.1.2}/scripts/upgrade.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename apps/siyuan/{3.1.1 => 3.1.2}/data.yml (100%) rename apps/siyuan/{3.1.1 => 3.1.2}/docker-compose.yml (100%) rename apps/siyuan/{3.1.1 => 3.1.2}/scripts/init.sh (100%) rename apps/siyuan/{3.1.1 => 3.1.2}/scripts/uninstall.sh (100%) rename apps/siyuan/{3.1.1 => 3.1.2}/scripts/upgrade.sh (100%) diff --git a/apps/siyuan/3.1.1/data.yml b/apps/siyuan/3.1.2/data.yml similarity index 100% rename from apps/siyuan/3.1.1/data.yml rename to apps/siyuan/3.1.2/data.yml diff --git a/apps/siyuan/3.1.1/docker-compose.yml b/apps/siyuan/3.1.2/docker-compose.yml similarity index 100% rename from apps/siyuan/3.1.1/docker-compose.yml rename to apps/siyuan/3.1.2/docker-compose.yml diff --git a/apps/siyuan/3.1.1/scripts/init.sh b/apps/siyuan/3.1.2/scripts/init.sh similarity index 100% rename from apps/siyuan/3.1.1/scripts/init.sh rename to apps/siyuan/3.1.2/scripts/init.sh diff --git a/apps/siyuan/3.1.1/scripts/uninstall.sh b/apps/siyuan/3.1.2/scripts/uninstall.sh similarity index 100% rename from apps/siyuan/3.1.1/scripts/uninstall.sh rename to apps/siyuan/3.1.2/scripts/uninstall.sh diff --git a/apps/siyuan/3.1.1/scripts/upgrade.sh b/apps/siyuan/3.1.2/scripts/upgrade.sh similarity index 100% rename from apps/siyuan/3.1.1/scripts/upgrade.sh rename to apps/siyuan/3.1.2/scripts/upgrade.sh