File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/man
4545RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/3scale/lua-resty-env-0.4.0-1.src.rock
4646RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/3scale/liquid-0.2.0-2.src.rock
4747RUN 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
4949RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/mpeterv/argparse-0.6.0-1.src.rock
5050RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/3scale/lua-resty-execvp-0.1.1-1.src.rock
5151RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/hisham/luafilesystem-1.8.0-1.src.rock
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ lua-resty-url 0.3.5-1||production
2020lua-term 0.8-1||testing
2121lua_cliargs 3.0-2||testing
2222luacov 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
2424luassert 1.9.0-1|8d8dc8a54cc468048a128a867f6449a6c3fdd11a|testing
2525luasystem 0.4.1-1|c832d2b857d4174d17247de837426d4cfc95ec2f|testing
2626lyaml 6.2.8-1||production
2727markdown 0.33-1|8c09109924b218aaecbfd4d4b1de538269c4d765|development
2828mediator_lua 1.1.2-0||testing
2929net-url 1.1-1|32acd84d06e16ddffc975adafce9cea26f3b2dd1|testing
3030nginx-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
3232router 2.1-0||production
3333say 1.4.1-3|45a3057e68c52b34ab59ef167efeb2340e356661|testing
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments