Skip to content

Commit

Permalink
prepare for BW 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0ppy-d1sk committed May 11, 2024
1 parent a0ce518 commit bc5e3d6
Show file tree
Hide file tree
Showing 21 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Get BW tag
run: |
if [ "$GITHUB_REF" = "refs/heads/main" ] ; then
echo "BW_TAG=1.5.6" >> $GITHUB_ENV
echo "BW_TAG=1.5.7" >> $GITHUB_ENV
else
echo "BW_TAG=dev" >> $GITHUB_ENV
fi
Expand Down Expand Up @@ -54,5 +54,5 @@ jobs:
VIRUSTOTAL_API_KEY: ${{ secrets.VIRUSTOTAL_API_KEY }}

- name: Build and push APIs
if: env.BW_TAG == '1.5.6'
if: env.BW_TAG == '1.5.7'
run: ./.tests/build-push.sh "${{ env.BW_TAG }}"
4 changes: 2 additions & 2 deletions .tests/clamav/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
bunkerweb:
image: bunkerity/bunkerweb:1.5.6
image: bunkerity/bunkerweb:1.5.7
ports:
- 80:8080
- 443:8443
Expand All @@ -27,7 +27,7 @@ services:
- bw-services

bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.5.6
image: bunkerity/bunkerweb-scheduler:1.5.7
depends_on:
- bunkerweb
- bw-docker
Expand Down
4 changes: 2 additions & 2 deletions .tests/coraza/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
bunkerweb:
image: bunkerity/bunkerweb:1.5.6
image: bunkerity/bunkerweb:1.5.7
ports:
- 80:8080
- 443:8443
Expand All @@ -26,7 +26,7 @@ services:
- bw-services

bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.5.6
image: bunkerity/bunkerweb-scheduler:1.5.7
depends_on:
- bunkerweb
- bw-docker
Expand Down
4 changes: 2 additions & 2 deletions .tests/crowdsec/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
bunkerweb:
image: bunkerity/bunkerweb:1.5.6
image: bunkerity/bunkerweb:1.5.7
ports:
- 80:8080
- 443:8443
Expand Down Expand Up @@ -34,7 +34,7 @@ services:
syslog-address: "udp://10.10.10.254:514"

bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.5.6
image: bunkerity/bunkerweb-scheduler:1.5.7
depends_on:
- bunkerweb
- bw-docker
Expand Down
4 changes: 2 additions & 2 deletions .tests/virustotal/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
bunkerweb:
image: bunkerity/bunkerweb:1.5.6
image: bunkerity/bunkerweb:1.5.7
ports:
- 80:8080
- 443:8443
Expand All @@ -28,7 +28,7 @@ services:
- bw-services

bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.5.6
image: bunkerity/bunkerweb-scheduler:1.5.7
depends_on:
- bunkerweb
- bw-docker
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>

<p align="center">
<img src="https://img.shields.io/badge/bunkerweb-1.5.6-blue" />
<img src="https://img.shields.io/badge/bunkerweb-1.5.7-blue" />
<img src="https://img.shields.io/github/last-commit/bunkerity/bunkerweb-plugins" />
<img src="https://img.shields.io/github/actions/workflow/status/bunkerity/bunkerweb-plugins/tests.yml?branch=dev&label=CI%2FCD%20dev" />
<img src="https://img.shields.io/github/actions/workflow/status/bunkerity/bunkerweb-plugins/tests.yml?branch=main&label=CI%2FCD%20main" />
Expand Down
4 changes: 2 additions & 2 deletions clamav/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ version: '3'
services:

bunkerweb:
image: bunkerity/bunkerweb:1.5.6
image: bunkerity/bunkerweb:1.5.7
...
environment:
- USE_CLAMAV=yes
Expand All @@ -59,7 +59,7 @@ version: '3'
services:

mybunker:
image: bunkerity/bunkerweb:1.5.6
image: bunkerity/bunkerweb:1.5.7
...
environment:
- USE_CLAMAV=yes
Expand Down
2 changes: 1 addition & 1 deletion clamav/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "clamav",
"name": "ClamAV",
"description": "Automatic scan of uploaded files with ClamAV antivirus engine.",
"version": "1.4",
"version": "1.5",
"stream": "no",
"settings": {
"USE_CLAMAV": {
Expand Down
2 changes: 1 addition & 1 deletion coraza/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ version: '3'
services:

bunkerweb:
image: bunkerity/bunkerweb:1.5.6
image: bunkerity/bunkerweb:1.5.7
...
environment:
- USE_MODSECURITY=no # We don't need modsecurity anymore
Expand Down
2 changes: 1 addition & 1 deletion coraza/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "coraza",
"name": "Coraza",
"description": "Use Coraza as a library to inspect client request",
"version": "1.4",
"version": "1.5",
"stream": "no",
"settings": {
"USE_CORAZA": {
Expand Down
4 changes: 2 additions & 2 deletions crowdsec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ version: "3"
services:
bunkerweb:
image: bunkerity/bunkerweb:1.5.6
image: bunkerity/bunkerweb:1.5.7
ports:
- 80:8080
- 443:8443
Expand All @@ -90,7 +90,7 @@ services:
syslog-address: "udp://10.10.10.254:514"
bw-scheduler:
image: bunkerity/bunkerweb-scheduler:1.5.6
image: bunkerity/bunkerweb-scheduler:1.5.7
depends_on:
- bunkerweb
- bw-docker
Expand Down
2 changes: 1 addition & 1 deletion crowdsec/jobs/crowdsec-conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
CROWDSEC_STREAM_REQUEST_TIMEOUT=getenv("CROWDSEC_STREAM_REQUEST_TIMEOUT", "15000"),
CROWDSEC_UPDATE_FREQUENCY=getenv("CROWDSEC_UPDATE_FREQUENCY", "10"),
CROWDSEC_MODE=getenv("CROWDSEC_MODE", "live"),
CROWDSEC_CACHE_EXPORATION=getenv("CROWDSEC_CACHE_EXPORATION", "1"),
CROWDSEC_CACHE_EXPIRATION=getenv("CROWDSEC_CACHE_EXPIRATION", "1"),
)
.encode()
)
Expand Down
6 changes: 3 additions & 3 deletions crowdsec/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"stream": "no",
"name": "CrowdSec",
"description": "CrowdSec bouncer for BunkerWeb.",
"version": "1.4",
"version": "1.5",
"settings": {
"USE_CROWDSEC": {
"context": "multisite",
Expand Down Expand Up @@ -73,8 +73,8 @@
"context": "global",
"default": "1",
"help": "Bouncer's cache expiration in live mode, in second.",
"id": "crowdsec-cache-exporation",
"label": "CrowdSec cache-esporation",
"id": "crowdsec-cache-expiration",
"label": "CrowdSec cache-expiration",
"regex": "^\\d+$",
"type": "text"
}
Expand Down
4 changes: 2 additions & 2 deletions discord/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ version: '3'
services:

bunkerweb:
image: bunkerity/bunkerweb:1.5.6
image: bunkerity/bunkerweb:1.5.7
...
environment:
- USE_DISCORD=yes
Expand All @@ -54,7 +54,7 @@ version: '3.5'
services:

mybunker:
image: bunkerity/bunkerweb:1.5.6
image: bunkerity/bunkerweb:1.5.7
...
environment:
- USE_DISCORD=yes
Expand Down
2 changes: 1 addition & 1 deletion discord/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "discord",
"name": "Discord",
"description": "Send alerts to a Discord channel (using webhooks).",
"version": "1.4",
"version": "1.5",
"stream": "yes",
"settings": {
"USE_DISCORD": {
Expand Down
4 changes: 2 additions & 2 deletions slack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ version: '3'
services:

bunkerweb:
image: bunkerity/bunkerweb:1.5.6
image: bunkerity/bunkerweb:1.5.7
...
environment:
- USE_SLACK=yes
Expand All @@ -54,7 +54,7 @@ version: '3.5'
services:

mybunker:
image: bunkerity/bunkerweb:1.5.6
image: bunkerity/bunkerweb:1.5.7
...
environment:
- USE_SLACK=yes
Expand Down
2 changes: 1 addition & 1 deletion slack/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "slack",
"name": "Slack",
"description": "Send alerts to a Slack channel (using webhooks).",
"version": "1.4",
"version": "1.5",
"stream": "partial",
"settings": {
"USE_SLACK": {
Expand Down
4 changes: 2 additions & 2 deletions virustotal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version: '3'
services:

bunkerweb:
image: bunkerity/bunkerweb:1.5.6
image: bunkerity/bunkerweb:1.5.7
...
environment:
- USE_VIRUSTOTAL=yes
Expand All @@ -53,7 +53,7 @@ version: '3'
services:

mybunker:
image: bunkerity/bunkerweb:1.5.6
image: bunkerity/bunkerweb:1.5.7
...
environment:
- USE_VIRUSTOTAL=yes
Expand Down
2 changes: 1 addition & 1 deletion virustotal/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "virustotal",
"name": "VirusTotal",
"description": "Automatic scan of uploaded files and ips optionally with the VirusTotal API.",
"version": "1.4",
"version": "1.5",
"stream": "partial",
"settings": {
"USE_VIRUSTOTAL": {
Expand Down
4 changes: 2 additions & 2 deletions webhook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ version: '3'
services:

bunkerweb:
image: bunkerity/bunkerweb:1.5.6
image: bunkerity/bunkerweb:1.5.7
...
environment:
- USE_WEBHOOK=yes
Expand All @@ -52,7 +52,7 @@ version: '3'
services:

mybunker:
image: bunkerity/bunkerweb:1.5.6
image: bunkerity/bunkerweb:1.5.7
..
environment:
- USE_WEBHOOK=yes
Expand Down
2 changes: 1 addition & 1 deletion webhook/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "webhook",
"name": "WebHook",
"description": "Send alerts to a custom webhook.",
"version": "1.4",
"version": "1.5",
"stream": "yes",
"settings": {
"USE_WEBHOOK": {
Expand Down

0 comments on commit bc5e3d6

Please sign in to comment.