diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e85faf0..32924cdcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Update luarocks to v3.12.0 [PR #1555](https://github.com/3scale/APIcast/pull/1555) - Update base image to ubi9-minimal [PR #1566](https://github.com/3scale/APIcast/pull/1566) [THREESCALE-11901](https://issues.redhat.com/browse/THREESCALE-11901) - Bump penlight to 1.15.0 [PR #1578](https://github.com/3scale/APIcast/pull/1578) +- Bump lua-resty-jwt to 0.2.4 [PR #1579](https://github.com/3scale/APIcast/pull/1579) ### Removed diff --git a/Dockerfile b/Dockerfile index 81eda83ca..9623b0d7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,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/golgote/net-url-0.9-1.src.rock RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/membphis/lua-resty-ipmatcher-0.6.1-0.src.rock RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/fffonion/lua-resty-openssl-1.5.1-1.src.rock -RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/tkan145/lua-resty-jwt-0.2.4-0.src.rock +RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/cdbattags/lua-resty-jwt-0.2.4-1.src.rock RUN microdnf -y remove yum-utils luarocks \ && rm -rf /var/cache/yum /var/cache/dnf \ diff --git a/gateway/Roverfile.lock b/gateway/Roverfile.lock index 06cad60ef..368b230aa 100644 --- a/gateway/Roverfile.lock +++ b/gateway/Roverfile.lock @@ -13,7 +13,7 @@ lua-resty-http 0.17.1-0|4ab4269cf442ba52507aa2c718f606054452fcad|production lua-resty-ipmatcher 0.6.1-0|62d4c44d67227e8f3fe02331c2f8b90fe0d7ccd1|production lua-resty-iputils 0.3.0-2|6110b41eaa52efd25e56f89e34412ab95f700d57|production lua-resty-jit-uuid 0.0.7-2|64ae38de75c9d58f330d89e140ac872771c19223|production -lua-resty-jwt 0.2.3-0|b3d5c085643fa95099e72a609c57095802106ff9|production +lua-resty-jwt 0.2.4-1||production lua-resty-openssl 1.5.1-1|a900c5f5897448c181dd58073e51cdeeb3fd0029|production lua-resty-repl 0.0.6-0|3878f41b7e8f97b1c96919db19dbee9496569dda|development lua-resty-url 0.3.5-1||production diff --git a/gateway/apicast-scm-1.rockspec b/gateway/apicast-scm-1.rockspec index 5a1b47179..f0aa78a93 100644 --- a/gateway/apicast-scm-1.rockspec +++ b/gateway/apicast-scm-1.rockspec @@ -14,7 +14,7 @@ dependencies = { 'inspect', 'lyaml', 'router', - 'lua-resty-jwt', + 'lua-resty-jwt == 0.2.4', 'lua-resty-url', 'lua-resty-env', 'lua-resty-execvp',