Skip to content

Commit 10acf68

Browse files
authored
chore: bump plugin version to 1.6.0-1 (#7)
1 parent 4758b7c commit 10acf68

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN if [ -x "$(command -v apk)" ]; then apk add --no-cache $FIX_DEPENDENCIES; \
4444
elif [ -x "$(command -v apt-get)" ]; then apt-get remove --purge -y $FIX_DEPENDENCIES; \
4545
fi
4646

47-
ARG PLUGIN_VERSION=1.5.0-1
47+
ARG PLUGIN_VERSION=1.6.0-1
4848
RUN luarocks install /tmp/kong-plugin-jwt-keycloak-${PLUGIN_VERSION}.all.rock
4949

5050
USER kong

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@ luarocks install kong-plugin-jwt-keycloak
8888
#### Packing the rock
8989

9090
```bash
91-
export PLUGIN_VERSION=1.5.0-1
91+
export PLUGIN_VERSION=1.6.0-1
9292
luarocks make
9393
luarocks pack kong-plugin-jwt-keycloak ${PLUGIN_VERSION}
9494
```
9595

9696
#### Installing the rock
9797

9898
```bash
99-
export PLUGIN_VERSION=1.5.0-1
99+
export PLUGIN_VERSION=1.6.0-1
100100
luarocks install jwt-keycloak-${PLUGIN_VERSION}.all.rock
101101
```
102102

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ x-kong-image: &kong-image
88
dockerfile: Dockerfile
99
args:
1010
KONG_VERSION: ${KONG_VERSION:-3.9.1}
11-
PLUGIN_VERSION: 1.5.0-1
11+
PLUGIN_VERSION: 1.6.0-1
1212
environment:
1313
KONG_DATABASE: postgres
1414
KONG_PG_HOST: postgres
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local plugin_name = "jwt-keycloak"
22
local package_name = "kong-plugin-" .. plugin_name
3-
local package_version = "1.5.0"
3+
local package_version = "1.6.0"
44
local rockspec_revision = "1"
55

66
local github_account_name = "telekom"
File renamed without changes.

0 commit comments

Comments
 (0)