From 4fa803bd9be13002327ae30c0a2cb70f9bc20ba5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 16:38:33 +0000 Subject: [PATCH 1/2] Update usual2970/certimate Docker tag to v0.3.18 --- apps/certimate/0.3.17/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/certimate/0.3.17/docker-compose.yml b/apps/certimate/0.3.17/docker-compose.yml index e712263d4..6264702dd 100644 --- a/apps/certimate/0.3.17/docker-compose.yml +++ b/apps/certimate/0.3.17/docker-compose.yml @@ -1,6 +1,6 @@ services: certimate: - image: "usual2970/certimate:v0.3.17" + image: "usual2970/certimate:v0.3.18" container_name: ${CONTAINER_NAME} restart: always networks: From 3e3e75879b1f10db56438bab1b756c638cedd4b6 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sun, 15 Jun 2025 16:38:47 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/certimate/0.3.17/scripts/init.sh | 17 ----------------- apps/certimate/0.3.17/scripts/uninstall.sh | 10 ---------- apps/certimate/0.3.17/scripts/upgrade.sh | 17 ----------------- apps/certimate/{0.3.17 => 0.3.18}/.env.sample | 0 apps/certimate/{0.3.17 => 0.3.18}/data.yml | 0 .../{0.3.17 => 0.3.18}/docker-compose.yml | 0 .../{0.3.17 => 0.3.18}/envs/default.env | 0 .../{0.3.17 => 0.3.18}/envs/global.env | 0 8 files changed, 44 deletions(-) delete mode 100644 apps/certimate/0.3.17/scripts/init.sh delete mode 100644 apps/certimate/0.3.17/scripts/uninstall.sh delete mode 100644 apps/certimate/0.3.17/scripts/upgrade.sh rename apps/certimate/{0.3.17 => 0.3.18}/.env.sample (100%) rename apps/certimate/{0.3.17 => 0.3.18}/data.yml (100%) rename apps/certimate/{0.3.17 => 0.3.18}/docker-compose.yml (100%) rename apps/certimate/{0.3.17 => 0.3.18}/envs/default.env (100%) rename apps/certimate/{0.3.17 => 0.3.18}/envs/global.env (100%) diff --git a/apps/certimate/0.3.17/scripts/init.sh b/apps/certimate/0.3.17/scripts/init.sh deleted file mode 100644 index 07fb8c3fe..000000000 --- a/apps/certimate/0.3.17/scripts/init.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -if [ -f .env ]; then - source .env - - # setup-1 add default values - CURRENT_DIR=$(pwd) - sed -i '/^ENV_FILE=/d' .env - sed -i '/^GLOBAL_ENV_FILE=/d' .env - echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env - echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env - - echo "Check Finish." - -else - echo "Error: .env file not found." -fi diff --git a/apps/certimate/0.3.17/scripts/uninstall.sh b/apps/certimate/0.3.17/scripts/uninstall.sh deleted file mode 100644 index c86c4fbca..000000000 --- a/apps/certimate/0.3.17/scripts/uninstall.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -if [ -f .env ]; then - source .env - - echo "Check Finish." - -else - echo "Error: .env file not found." -fi diff --git a/apps/certimate/0.3.17/scripts/upgrade.sh b/apps/certimate/0.3.17/scripts/upgrade.sh deleted file mode 100644 index 07fb8c3fe..000000000 --- a/apps/certimate/0.3.17/scripts/upgrade.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -if [ -f .env ]; then - source .env - - # setup-1 add default values - CURRENT_DIR=$(pwd) - sed -i '/^ENV_FILE=/d' .env - sed -i '/^GLOBAL_ENV_FILE=/d' .env - echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env - echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env - - echo "Check Finish." - -else - echo "Error: .env file not found." -fi diff --git a/apps/certimate/0.3.17/.env.sample b/apps/certimate/0.3.18/.env.sample similarity index 100% rename from apps/certimate/0.3.17/.env.sample rename to apps/certimate/0.3.18/.env.sample diff --git a/apps/certimate/0.3.17/data.yml b/apps/certimate/0.3.18/data.yml similarity index 100% rename from apps/certimate/0.3.17/data.yml rename to apps/certimate/0.3.18/data.yml diff --git a/apps/certimate/0.3.17/docker-compose.yml b/apps/certimate/0.3.18/docker-compose.yml similarity index 100% rename from apps/certimate/0.3.17/docker-compose.yml rename to apps/certimate/0.3.18/docker-compose.yml diff --git a/apps/certimate/0.3.17/envs/default.env b/apps/certimate/0.3.18/envs/default.env similarity index 100% rename from apps/certimate/0.3.17/envs/default.env rename to apps/certimate/0.3.18/envs/default.env diff --git a/apps/certimate/0.3.17/envs/global.env b/apps/certimate/0.3.18/envs/global.env similarity index 100% rename from apps/certimate/0.3.17/envs/global.env rename to apps/certimate/0.3.18/envs/global.env