From 962fe6154def752f12e72179452a670506d83579 Mon Sep 17 00:00:00 2001 From: Andrey Buryndin Date: Tue, 12 Oct 2021 11:02:03 +0300 Subject: [PATCH] release: v0.6.5 --- README.md | 2 +- demo/docker-compose/docker-compose.yml | 2 +- helm/api-firewall/Chart.yaml | 2 +- helm/api-firewall/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f4e477..3439011 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ To run Wallarm API Firewall with minimal configuration on Docker: -v : -e APIFW_API_SPECS= \ -e APIFW_URL= -e APIFW_SERVER_URL= \ -e APIFW_REQUEST_VALIDATION= -e APIFW_RESPONSE_VALIDATION= \ - -p 8088:8088 wallarm/api-firewall:v0.6.4 + -p 8088:8088 wallarm/api-firewall:v0.6.5 ``` | Variables | Description | diff --git a/demo/docker-compose/docker-compose.yml b/demo/docker-compose/docker-compose.yml index a463c94..00004d7 100644 --- a/demo/docker-compose/docker-compose.yml +++ b/demo/docker-compose/docker-compose.yml @@ -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" diff --git a/helm/api-firewall/Chart.yaml b/helm/api-firewall/Chart.yaml index 6c9951d..7f43983 100644 --- a/helm/api-firewall/Chart.yaml +++ b/helm/api-firewall/Chart.yaml @@ -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 diff --git a/helm/api-firewall/values.yaml b/helm/api-firewall/values.yaml index b212c97..8e09c6a 100644 --- a/helm/api-firewall/values.yaml +++ b/helm/api-firewall/values.yaml @@ -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