diff --git a/CHANGELOG.md b/CHANGELOG.md index ae8fa0b3d..bb4e05a80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Bump openresty to 1.27.1.2 [PR #1577](https://github.com/3scale/APIcast/pull/1577) [THREESCALE-14177](https://issues.redhat.com/browse/THREESCALE-14177) - Bump pcre to pcre2 10.47 [PR #1577](https://github.com/3scale/APIcast/pull/1577) [THREESCALE-14541](https://redhat.atlassian.net/browse/THREESCALE-14541) - Bump zlib to 1.3.1 [PR #1577](https://github.com/3scale/APIcast/pull/1577) [THREESCALE-12242](https://redhat.atlassian.net/browse/THREESCALE-12242) +- Bump liquid-lua to 0.2.1 [PR #1590](https://github.com/3scale/APIcast/pull/1590) ### Removed diff --git a/Dockerfile b/Dockerfile index be46967b0..d031c7d31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/man RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/kikito/inspect-3.1.1-0.src.rock RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/3scale/lua-resty-url-0.3.5-1.src.rock RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/3scale/lua-resty-env-0.4.0-1.src.rock -RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/3scale/liquid-0.2.0-2.src.rock +RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/3scale/liquid-0.2.1-1.src.rock RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/tieske/date-2.2-2.src.rock RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/tieske/penlight-1.15.0-1.src.rock RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/mpeterv/argparse-0.6.0-1.src.rock diff --git a/gateway/Roverfile.lock b/gateway/Roverfile.lock index f6d25a89b..29691220e 100644 --- a/gateway/Roverfile.lock +++ b/gateway/Roverfile.lock @@ -6,7 +6,7 @@ fifo 0.2-0||development inspect 3.1.3-0||production jsonschema 0.8-0|c1d72d86bb3dc5b33da57d47febc47657d29ea74|testing ldoc 1.5.0-1|09f82c959c50d8c3d5a968c379b1c75de66b002d|development -liquid 0.2.0-2||production +liquid 0.2.1-1||production lua-resty-env 0.4.0-1||production lua-resty-execvp 0.1.1-1||production lua-resty-http 0.17.1-0|4ab4269cf442ba52507aa2c718f606054452fcad|production diff --git a/gateway/apicast-scm-1.rockspec b/gateway/apicast-scm-1.rockspec index 2c5337302..8fefbd822 100644 --- a/gateway/apicast-scm-1.rockspec +++ b/gateway/apicast-scm-1.rockspec @@ -18,7 +18,7 @@ dependencies = { 'lua-resty-url', 'lua-resty-env', 'lua-resty-execvp', - 'liquid', + 'liquid == 0.2.1', 'argparse', 'penlight == 1.15.0', 'nginx-lua-prometheus == 0.20181120',