From 4702769443c2c39be3014bd23242e1abec02dee1 Mon Sep 17 00:00:00 2001 From: Hans Zandbelt Date: Fri, 13 Sep 2024 17:39:40 +0200 Subject: [PATCH] release 1.8.0; fix cross-tenant requests; closes #526 Signed-off-by: Hans Zandbelt --- .github/issue_template.md | 2 +- ChangeLog | 4 ++++ lib/resty/openidc.lua | 2 +- ...idc-1.7.6-3.rockspec => lua-resty-openidc-1.8.0-1.rockspec | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) rename lua-resty-openidc-1.7.6-3.rockspec => lua-resty-openidc-1.8.0-1.rockspec (97%) diff --git a/.github/issue_template.md b/.github/issue_template.md index b692773..09a7429 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -7,7 +7,7 @@ A new issue about a bug should be verified with a minimized example. ###### Environment -- lua-resty-openidc version (e.g. 1.7.6) +- lua-resty-openidc version (e.g. 1.8.0) - OpenID Connect provider (e.g. Keycloak, Azure AD) ###### Expected behaviour diff --git a/ChangeLog b/ChangeLog index b43a2a7..bfbd6c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +09/13/204 +- cross-tenant requests are fixed with lua-resty session 4.0.x; closes #526 +- release 1.8.0 + 09/09/2024 - merge support for lua-resty-session 4.x; see #489; closes #464 #480 #503; thanks @oldium @balajiv113 - add @oldium to the primary AUTHORS diff --git a/lib/resty/openidc.lua b/lib/resty/openidc.lua index 1c0eed1..3ac7f20 100644 --- a/lib/resty/openidc.lua +++ b/lib/resty/openidc.lua @@ -78,7 +78,7 @@ local supported_token_auth_methods = { } local openidc = { - _VERSION = "1.7.6" + _VERSION = "1.8.0" } openidc.__index = openidc diff --git a/lua-resty-openidc-1.7.6-3.rockspec b/lua-resty-openidc-1.8.0-1.rockspec similarity index 97% rename from lua-resty-openidc-1.7.6-3.rockspec rename to lua-resty-openidc-1.8.0-1.rockspec index ad4819d..b6fc3c9 100644 --- a/lua-resty-openidc-1.7.6-3.rockspec +++ b/lua-resty-openidc-1.8.0-1.rockspec @@ -1,8 +1,8 @@ package = "lua-resty-openidc" -version = "1.7.6-3" +version = "1.8.0-1" source = { url = "git+https://github.com/zmartzone/lua-resty-openidc", - tag = "v1.7.6", + tag = "v1.8.0", dir = "lua-resty-openidc" } description = {