Skip to content

Commit

Permalink
chore(deps): bump lua-kong-nginx-module to 0.14.0 (#11036)
Browse files Browse the repository at this point in the history
* chore(deps): bump lua-kong-nginx-module to 0.14.0 (#14037)

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]>
  • Loading branch information
tzssangglass authored Dec 24, 2024
1 parent 4acca4e commit 48ce37b
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 @@ -16,7 +16,7 @@ LIBEXPAT_SHA256=d4cf38d26e21a56654ffe4acd9cd5481164619626802328506a2869afab29ab3

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

LUA_KONG_NGINX_MODULE=6672033ed09166769e8a7df436a15bebe8b9d86d # 0.13.1
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: Bumped lua-kong-nginx-module from 0.13.0 to 0.14.0.
type: dependency
scope: Core

0 comments on commit 48ce37b

Please sign in to comment.