From c86599e559968250a57a3757277697cf503daf08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 18:23:17 +0000 Subject: [PATCH 1/2] chore(deps): update uusec/nanqiang docker tag to v6 --- uuwaf/5.5.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uuwaf/5.5.0/docker-compose.yml b/uuwaf/5.5.0/docker-compose.yml index 24401b6d1..2b3f0851f 100644 --- a/uuwaf/5.5.0/docker-compose.yml +++ b/uuwaf/5.5.0/docker-compose.yml @@ -1,6 +1,6 @@ services: uuwaf: - image: "uusec/nanqiang:v5.5.0" + image: "uusec/nanqiang:v6.0.0" ulimits: nproc: 65535 nofile: From 249e074c2b78aa4322fb7d58b3f83e38ad27fe45 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sat, 2 Nov 2024 18:23:29 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- uuwaf/{5.5.0 => 6.0.0}/.env.sample | 0 uuwaf/{5.5.0 => 6.0.0}/data.yml | 0 uuwaf/{5.5.0 => 6.0.0}/docker-compose.yml | 0 uuwaf/{5.5.0 => 6.0.0}/low-memory-my.cnf | 0 uuwaf/{5.5.0 => 6.0.0}/scripts/uninstall.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename uuwaf/{5.5.0 => 6.0.0}/.env.sample (100%) rename uuwaf/{5.5.0 => 6.0.0}/data.yml (100%) rename uuwaf/{5.5.0 => 6.0.0}/docker-compose.yml (100%) rename uuwaf/{5.5.0 => 6.0.0}/low-memory-my.cnf (100%) rename uuwaf/{5.5.0 => 6.0.0}/scripts/uninstall.sh (100%) diff --git a/uuwaf/5.5.0/.env.sample b/uuwaf/6.0.0/.env.sample similarity index 100% rename from uuwaf/5.5.0/.env.sample rename to uuwaf/6.0.0/.env.sample diff --git a/uuwaf/5.5.0/data.yml b/uuwaf/6.0.0/data.yml similarity index 100% rename from uuwaf/5.5.0/data.yml rename to uuwaf/6.0.0/data.yml diff --git a/uuwaf/5.5.0/docker-compose.yml b/uuwaf/6.0.0/docker-compose.yml similarity index 100% rename from uuwaf/5.5.0/docker-compose.yml rename to uuwaf/6.0.0/docker-compose.yml diff --git a/uuwaf/5.5.0/low-memory-my.cnf b/uuwaf/6.0.0/low-memory-my.cnf similarity index 100% rename from uuwaf/5.5.0/low-memory-my.cnf rename to uuwaf/6.0.0/low-memory-my.cnf diff --git a/uuwaf/5.5.0/scripts/uninstall.sh b/uuwaf/6.0.0/scripts/uninstall.sh similarity index 100% rename from uuwaf/5.5.0/scripts/uninstall.sh rename to uuwaf/6.0.0/scripts/uninstall.sh