Skip to content

Commit

Permalink
chore(deps): bump lua-kong-nginx-module to 0.14.0 (#14037)
Browse files Browse the repository at this point in the history
Invalidate cached header in `variable_index` during `req.set_header` to ensure
fresh retrieval of `ngx.var.http_*` values.

Signed-off-by: tzssangglass <[email protected]>
(cherry picked from commit 14b1bf9)
  • Loading branch information
tzssangglass authored and github-actions[bot] committed Dec 24, 2024
1 parent 8dd7c93 commit 5518d97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .requirements
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LIBEXPAT_SHA256=d4cf38d26e21a56654ffe4acd9cd5481164619626802328506a2869afab29ab3

# Note: git repositories can be loaded from local path if path is set as value

LUA_KONG_NGINX_MODULE=3eb89666f84348fa0599d4e0a29ccf89511e8b75 # 0.13.0
LUA_KONG_NGINX_MODULE=f85f92191fb98dbeec614a418d46b008f6a107ce # 0.14.0
LUA_RESTY_LMDB=9da0e9f3313960d06e2d8e718b7ac494faa500f1 # 1.6.0
LUA_RESTY_EVENTS=bc85295b7c23eda2dbf2b4acec35c93f77b26787 # 0.3.1
LUA_RESTY_SIMDJSON=7e6466ce91b2bc763b45701a4f055e94b1e8143b # 1.1.0
Expand Down
3 changes: 3 additions & 0 deletions changelog/unreleased/kong/bump-lua-kong-nginx-module-0140.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
message: Bump lua-kong-nginx-module from 0.13.0 to 0.14.0
type: dependency
scope: Core

0 comments on commit 5518d97

Please sign in to comment.