Skip to content

Commit

Permalink
Merge pull request #20 from wallarm/release/v0.6.5
Browse files Browse the repository at this point in the history
release: v0.6.5
  • Loading branch information
Andrey MrEcco Burindin authored Oct 12, 2021
2 parents 49f58cd + 962fe61 commit 078df07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To run Wallarm API Firewall with minimal configuration on Docker:
-v <HOST_PATH_TO_SPEC>:<CONTAINER_PATH_TO_SPEC> -e APIFW_API_SPECS=<PATH_TO_MOUNTED_SPEC> \
-e APIFW_URL=<API_FIREWALL_URL> -e APIFW_SERVER_URL=<PROTECTED_APP_URL> \
-e APIFW_REQUEST_VALIDATION=<REQUEST_VALIDATION_MODE> -e APIFW_RESPONSE_VALIDATION=<RESPONSE_VALIDATION_MODE> \
-p 8088:8088 wallarm/api-firewall:v0.6.4
-p 8088:8088 wallarm/api-firewall:v0.6.5
```

| Variables | Description |
Expand Down
2 changes: 1 addition & 1 deletion demo/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
services:
api-firewall:
container_name: api-firewall
image: wallarm/api-firewall:v0.6.4
image: wallarm/api-firewall:v0.6.5
restart: on-failure
environment:
APIFW_URL: "http://0.0.0.0:8080"
Expand Down
2 changes: 1 addition & 1 deletion helm/api-firewall/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: api-firewall
version: 0.6.4
version: 0.6.5
description: Wallarm OpenAPI-based API Firewall
keywords:
- wallarm
Expand Down
2 changes: 1 addition & 1 deletion helm/api-firewall/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ apiFirewall:
image:
registry: ""
name: "wallarm/api-firewall"
tag: "v0.6.4"
tag: "v0.6.5"
pullPolicy: IfNotPresent

## Array of private container registry credentials
Expand Down

0 comments on commit 078df07

Please sign in to comment.