From 8cec8d86d6fb7996b9cb8a189668559ef49ed55d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 01:15:54 +0000 Subject: [PATCH 1/2] chore(deps): update uusec/nanqiang docker tag to v5.5.0 --- apps/uuwaf/5.4.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/uuwaf/5.4.0/docker-compose.yml b/apps/uuwaf/5.4.0/docker-compose.yml index 22072ab2..24401b6d 100644 --- a/apps/uuwaf/5.4.0/docker-compose.yml +++ b/apps/uuwaf/5.4.0/docker-compose.yml @@ -1,6 +1,6 @@ services: uuwaf: - image: "uusec/nanqiang:v5.4.0" + image: "uusec/nanqiang:v5.5.0" ulimits: nproc: 65535 nofile: From c0fec4c5784490e79f691c70124aa1b791a7158b Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 24 Oct 2024 01:16:06 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/uuwaf/{5.4.0 => 5.5.0}/.env.sample | 0 apps/uuwaf/{5.4.0 => 5.5.0}/data.yml | 0 apps/uuwaf/{5.4.0 => 5.5.0}/docker-compose.yml | 0 apps/uuwaf/{5.4.0 => 5.5.0}/low-memory-my.cnf | 0 apps/uuwaf/{5.4.0 => 5.5.0}/scripts/uninstall.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename apps/uuwaf/{5.4.0 => 5.5.0}/.env.sample (100%) rename apps/uuwaf/{5.4.0 => 5.5.0}/data.yml (100%) rename apps/uuwaf/{5.4.0 => 5.5.0}/docker-compose.yml (100%) rename apps/uuwaf/{5.4.0 => 5.5.0}/low-memory-my.cnf (100%) rename apps/uuwaf/{5.4.0 => 5.5.0}/scripts/uninstall.sh (100%) diff --git a/apps/uuwaf/5.4.0/.env.sample b/apps/uuwaf/5.5.0/.env.sample similarity index 100% rename from apps/uuwaf/5.4.0/.env.sample rename to apps/uuwaf/5.5.0/.env.sample diff --git a/apps/uuwaf/5.4.0/data.yml b/apps/uuwaf/5.5.0/data.yml similarity index 100% rename from apps/uuwaf/5.4.0/data.yml rename to apps/uuwaf/5.5.0/data.yml diff --git a/apps/uuwaf/5.4.0/docker-compose.yml b/apps/uuwaf/5.5.0/docker-compose.yml similarity index 100% rename from apps/uuwaf/5.4.0/docker-compose.yml rename to apps/uuwaf/5.5.0/docker-compose.yml diff --git a/apps/uuwaf/5.4.0/low-memory-my.cnf b/apps/uuwaf/5.5.0/low-memory-my.cnf similarity index 100% rename from apps/uuwaf/5.4.0/low-memory-my.cnf rename to apps/uuwaf/5.5.0/low-memory-my.cnf diff --git a/apps/uuwaf/5.4.0/scripts/uninstall.sh b/apps/uuwaf/5.5.0/scripts/uninstall.sh similarity index 100% rename from apps/uuwaf/5.4.0/scripts/uninstall.sh rename to apps/uuwaf/5.5.0/scripts/uninstall.sh