Skip to content

Commit

Permalink
Bump APIFW version up to 0.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Tkachenko committed Feb 28, 2024
1 parent 0187b8f commit 1c9806b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 0.6.15
VERSION := 0.6.16

.DEFAULT_GOAL := build

Expand Down
2 changes: 1 addition & 1 deletion demo/docker-compose/docker-compose-api-mode.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.15
image: wallarm/api-firewall:v0.6.16
restart: on-failure
environment:
APIFW_MODE: "api"
Expand Down
2 changes: 1 addition & 1 deletion demo/docker-compose/docker-compose-graphql-mode.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.15
image: wallarm/api-firewall:v0.6.16
restart: on-failure
environment:
APIFW_MODE: "graphql"
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.15
image: wallarm/api-firewall:v0.6.16
restart: on-failure
environment:
APIFW_URL: "http://0.0.0.0:8080"
Expand Down
4 changes: 2 additions & 2 deletions helm/api-firewall/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: api-firewall
version: 0.6.15
appVersion: 0.6.15
version: 0.6.16
appVersion: 0.6.16
description: Wallarm OpenAPI-based API Firewall
home: https://github.com/wallarm/api-firewall
icon: https://static.wallarm.com/wallarm-logo.svg
Expand Down

0 comments on commit 1c9806b

Please sign in to comment.