Skip to content

Commit 87a5341

Browse files
authored
Merge pull request #1579 from tkan145/lua-resty-jwt-0.2.4
chore(deps): bump lua-resty-jwt to 0.2.4
2 parents 698e709 + 888aa81 commit 87a5341

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
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)
1919
- Bump penlight to 1.15.0 [PR #1578](https://github.com/3scale/APIcast/pull/1578)
20+
- Bump lua-resty-jwt to 0.2.4 [PR #1579](https://github.com/3scale/APIcast/pull/1579)
2021

2122
### Removed
2223

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/man
5555
RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/golgote/net-url-0.9-1.src.rock
5656
RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/membphis/lua-resty-ipmatcher-0.6.1-0.src.rock
5757
RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/fffonion/lua-resty-openssl-1.5.1-1.src.rock
58-
RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/tkan145/lua-resty-jwt-0.2.4-0.src.rock
58+
RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/cdbattags/lua-resty-jwt-0.2.4-1.src.rock
5959

6060
RUN microdnf -y remove yum-utils luarocks \
6161
&& rm -rf /var/cache/yum /var/cache/dnf \

gateway/Roverfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lua-resty-http 0.17.1-0|4ab4269cf442ba52507aa2c718f606054452fcad|production
1313
lua-resty-ipmatcher 0.6.1-0|62d4c44d67227e8f3fe02331c2f8b90fe0d7ccd1|production
1414
lua-resty-iputils 0.3.0-2|6110b41eaa52efd25e56f89e34412ab95f700d57|production
1515
lua-resty-jit-uuid 0.0.7-2|64ae38de75c9d58f330d89e140ac872771c19223|production
16-
lua-resty-jwt 0.2.3-0|b3d5c085643fa95099e72a609c57095802106ff9|production
16+
lua-resty-jwt 0.2.4-1||production
1717
lua-resty-openssl 1.5.1-1|a900c5f5897448c181dd58073e51cdeeb3fd0029|production
1818
lua-resty-repl 0.0.6-0|3878f41b7e8f97b1c96919db19dbee9496569dda|development
1919
lua-resty-url 0.3.5-1||production

gateway/apicast-scm-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = {
1414
'inspect',
1515
'lyaml',
1616
'router',
17-
'lua-resty-jwt',
17+
'lua-resty-jwt == 0.2.4',
1818
'lua-resty-url',
1919
'lua-resty-env',
2020
'lua-resty-execvp',

0 commit comments

Comments
 (0)