Skip to content

Commit 2d9ec0a

Browse files
version bumped (#47)
1 parent dd093a7 commit 2d9ec0a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ There are two things necessary to make a custom plugin work in Kong:
103103
The easiest way to install the plugin is using `luarocks`.
104104

105105
```sh
106-
luarocks install https://github.com/LEGO/kong-aws-request-signing/raw/main/rocks/kong-aws-request-signing-1.0.5-3.all.rock
106+
luarocks install https://github.com/LEGO/kong-aws-request-signing/raw/main/rocks/kong-aws-request-signing-1.0.8-3.all.rock
107107
```
108108

109-
You can substitute `1.0.0-3` in the command above with any other version you want to install.
109+
You can substitute `1.0.8-3` in the command above with any other version you want to install.
110110

111111
If running Kong using the Helm chart, you will need to create a config map with the plugin files and mount it to `/opt/kong/plugins/aws-request-signing`. You can read more about this on [Kong's website.](https://docs.konghq.com/kubernetes-ingress-controller/latest/guides/setting-up-custom-plugins/)
112112

kong-aws-request-signing-1.0.7-3.rockspec renamed to kong-aws-request-signing-1.0.8-3.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local plugin_name = "aws-request-signing"
22
local package_name = "kong-" .. plugin_name
3-
local package_version = "1.0.7"
3+
local package_version = "1.0.8"
44
local rockspec_revision = "3"
55

66
local github_account_name = "LEGO"

kong/plugins/aws-request-signing/handler.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,6 @@ function AWSLambdaSTS:access(conf)
222222
end
223223

224224
AWSLambdaSTS.PRIORITY = 15
225-
AWSLambdaSTS.VERSION = "1.0.7"
225+
AWSLambdaSTS.VERSION = "1.0.8"
226226

227227
return AWSLambdaSTS

0 commit comments

Comments
 (0)