Skip to content

Commit f07fd9f

Browse files
committed
chore(deps): bump penlight to 1.15.0
1 parent 7037b7b commit f07fd9f

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616
- Update APIcast schema manifest [PR #1550](https://github.com/3scale/APIcast/pull/1550)
1717
- Update luarocks to v3.12.0 [PR #1555](https://github.com/3scale/APIcast/pull/1555)
1818
- Update base image to ubi9-minimal [PR #1566](https://github.com/3scale/APIcast/pull/1566) [THREESCALE-11901](https://issues.redhat.com/browse/THREESCALE-11901)
19+
- Bump penlight to 1.15.0 [PR #1578](https://github.com/3scale/APIcast/pull/1578)
1920

2021
### Removed
2122

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/man
4545
RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/3scale/lua-resty-env-0.4.0-1.src.rock
4646
RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/3scale/liquid-0.2.0-2.src.rock
4747
RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/tieske/date-2.2-2.src.rock
48-
RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/tieske/penlight-1.13.1-1.src.rock
48+
RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/tieske/penlight-1.15.0-1.src.rock
4949
RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/mpeterv/argparse-0.6.0-1.src.rock
5050
RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/3scale/lua-resty-execvp-0.1.1-1.src.rock
5151
RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/hisham/luafilesystem-1.8.0-1.src.rock

gateway/Roverfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ lua-resty-url 0.3.5-1||production
2020
lua-term 0.8-1||testing
2121
lua_cliargs 3.0-2||testing
2222
luacov 0.15.0-1|19b52ca0298c8942df82dd441d7a4a588db4c413|testing
23-
luafilesystem 1.8.0-1|7c6e1b013caec0602ca4796df3b1d7253a2dd258|production,development,testing
23+
luafilesystem 1.9.0-1||testing,development,production
2424
luassert 1.9.0-1|8d8dc8a54cc468048a128a867f6449a6c3fdd11a|testing
2525
luasystem 0.4.1-1|c832d2b857d4174d17247de837426d4cfc95ec2f|testing
2626
lyaml 6.2.8-1||production
2727
markdown 0.33-1|8c09109924b218aaecbfd4d4b1de538269c4d765|development
2828
mediator_lua 1.1.2-0||testing
2929
net-url 1.1-1|32acd84d06e16ddffc975adafce9cea26f3b2dd1|testing
3030
nginx-lua-prometheus 0.20181120-3|379c0a4d4d6f3c5b0eb93691fc7e14fff498e1ca|production
31-
penlight 1.13.1-1|3b42fd05d8e60998b0fc5830a397b2354a81170b|production,development,testing
31+
penlight 1.15.0-1||testing,development,production
3232
router 2.1-0||production
3333
say 1.4.1-3|45a3057e68c52b34ab59ef167efeb2340e356661|testing

gateway/apicast-scm-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = {
2020
'lua-resty-execvp',
2121
'liquid',
2222
'argparse',
23-
'penlight',
23+
'penlight == 1.15.0',
2424
'nginx-lua-prometheus == 0.20181120',
2525
'lua-resty-jit-uuid',
2626
'lua-resty-ipmatcher',

0 commit comments

Comments
 (0)