Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump lua-kong-nginx-module to 0.14.0 #14037

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

tzssangglass
Copy link
Member

Summary

Invalidate cached header in variable_index during req.set_header to ensure fresh retrieval of ngx.var.http_* values.

Checklist

  • The Pull Request has tests
  • A changelog file has been created under changelog/unreleased/kong or skip-changelog label added on PR if changelog is unnecessary. README.md
  • There is a user-facing docs PR against https://github.com/Kong/docs.konghq.com - PUT DOCS PR HERE

Issue reference

Fix #[issue number]

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]>
@github-actions github-actions bot added the cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee label Dec 19, 2024
@tzssangglass tzssangglass requested a review from oowl December 19, 2024 06:57
@ms2008 ms2008 merged commit 14b1bf9 into master Dec 20, 2024
33 checks passed
@ms2008 ms2008 deleted the bump_lua_kong_nginx_module_to_0140 branch December 20, 2024 02:46
@team-gateway-bot
Copy link
Collaborator

Cherry-pick failed for master, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-14037-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-14037-to-master-to-upstream
git checkout -b cherry-pick-14037-to-master-to-upstream
ancref=$(git merge-base f7f7a2349ecc96b505a6f3dac7f4e8fae84d004f 584d782dcd56a7415bea1ffc2fe8f211cb5bef29)
git cherry-pick -x $ancref..584d782dcd56a7415bea1ffc2fe8f211cb5bef29

@team-gateway-bot
Copy link
Collaborator

Cherry-pick failed for master, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-14037-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-14037-to-master-to-upstream
git checkout -b cherry-pick-14037-to-master-to-upstream
ancref=$(git merge-base f7f7a2349ecc96b505a6f3dac7f4e8fae84d004f 584d782dcd56a7415bea1ffc2fe8f211cb5bef29)
git cherry-pick -x $ancref..584d782dcd56a7415bea1ffc2fe8f211cb5bef29

@team-gateway-bot
Copy link
Collaborator

Backport failed for release/3.7.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/3.7.x
git worktree add -d .worktree/backport-14037-to-release/3.7.x origin/release/3.7.x
cd .worktree/backport-14037-to-release/3.7.x
git switch --create backport-14037-to-release/3.7.x
git cherry-pick -x 14b1bf96dc37326bcca06eab15ae0bdec74cf013

1 similar comment
@team-gateway-bot
Copy link
Collaborator

Backport failed for release/3.7.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/3.7.x
git worktree add -d .worktree/backport-14037-to-release/3.7.x origin/release/3.7.x
cd .worktree/backport-14037-to-release/3.7.x
git switch --create backport-14037-to-release/3.7.x
git cherry-pick -x 14b1bf96dc37326bcca06eab15ae0bdec74cf013

@team-gateway-bot
Copy link
Collaborator

Cherry-pick failed for master, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-14037-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-14037-to-master-to-upstream
git checkout -b cherry-pick-14037-to-master-to-upstream
ancref=$(git merge-base f7f7a2349ecc96b505a6f3dac7f4e8fae84d004f 584d782dcd56a7415bea1ffc2fe8f211cb5bef29)
git cherry-pick -x $ancref..584d782dcd56a7415bea1ffc2fe8f211cb5bef29

@team-gateway-bot
Copy link
Collaborator

Backport failed for release/3.7.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/3.7.x
git worktree add -d .worktree/backport-14037-to-release/3.7.x origin/release/3.7.x
cd .worktree/backport-14037-to-release/3.7.x
git switch --create backport-14037-to-release/3.7.x
git cherry-pick -x 14b1bf96dc37326bcca06eab15ae0bdec74cf013

1 similar comment
@team-gateway-bot
Copy link
Collaborator

Backport failed for release/3.7.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/3.7.x
git worktree add -d .worktree/backport-14037-to-release/3.7.x origin/release/3.7.x
cd .worktree/backport-14037-to-release/3.7.x
git switch --create backport-14037-to-release/3.7.x
git cherry-pick -x 14b1bf96dc37326bcca06eab15ae0bdec74cf013

@team-gateway-bot
Copy link
Collaborator

Cherry-pick failed for master, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-14037-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-14037-to-master-to-upstream
git checkout -b cherry-pick-14037-to-master-to-upstream
ancref=$(git merge-base f7f7a2349ecc96b505a6f3dac7f4e8fae84d004f 584d782dcd56a7415bea1ffc2fe8f211cb5bef29)
git cherry-pick -x $ancref..584d782dcd56a7415bea1ffc2fe8f211cb5bef29

1 similar comment
@team-gateway-bot
Copy link
Collaborator

Cherry-pick failed for master, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-14037-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-14037-to-master-to-upstream
git checkout -b cherry-pick-14037-to-master-to-upstream
ancref=$(git merge-base f7f7a2349ecc96b505a6f3dac7f4e8fae84d004f 584d782dcd56a7415bea1ffc2fe8f211cb5bef29)
git cherry-pick -x $ancref..584d782dcd56a7415bea1ffc2fe8f211cb5bef29

@team-gateway-bot
Copy link
Collaborator

Backport failed for release/3.8.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/3.8.x
git worktree add -d .worktree/backport-14037-to-release/3.8.x origin/release/3.8.x
cd .worktree/backport-14037-to-release/3.8.x
git switch --create backport-14037-to-release/3.8.x
git cherry-pick -x 14b1bf96dc37326bcca06eab15ae0bdec74cf013

3 similar comments
@team-gateway-bot
Copy link
Collaborator

Backport failed for release/3.8.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/3.8.x
git worktree add -d .worktree/backport-14037-to-release/3.8.x origin/release/3.8.x
cd .worktree/backport-14037-to-release/3.8.x
git switch --create backport-14037-to-release/3.8.x
git cherry-pick -x 14b1bf96dc37326bcca06eab15ae0bdec74cf013

@team-gateway-bot
Copy link
Collaborator

Backport failed for release/3.8.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/3.8.x
git worktree add -d .worktree/backport-14037-to-release/3.8.x origin/release/3.8.x
cd .worktree/backport-14037-to-release/3.8.x
git switch --create backport-14037-to-release/3.8.x
git cherry-pick -x 14b1bf96dc37326bcca06eab15ae0bdec74cf013

@team-gateway-bot
Copy link
Collaborator

Backport failed for release/3.8.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/3.8.x
git worktree add -d .worktree/backport-14037-to-release/3.8.x origin/release/3.8.x
cd .worktree/backport-14037-to-release/3.8.x
git switch --create backport-14037-to-release/3.8.x
git cherry-pick -x 14b1bf96dc37326bcca06eab15ae0bdec74cf013

@team-gateway-bot
Copy link
Collaborator

Backport failed for release/3.6.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/3.6.x
git worktree add -d .worktree/backport-14037-to-release/3.6.x origin/release/3.6.x
cd .worktree/backport-14037-to-release/3.6.x
git switch --create backport-14037-to-release/3.6.x
git cherry-pick -x 14b1bf96dc37326bcca06eab15ae0bdec74cf013

2 similar comments
@team-gateway-bot
Copy link
Collaborator

Backport failed for release/3.6.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/3.6.x
git worktree add -d .worktree/backport-14037-to-release/3.6.x origin/release/3.6.x
cd .worktree/backport-14037-to-release/3.6.x
git switch --create backport-14037-to-release/3.6.x
git cherry-pick -x 14b1bf96dc37326bcca06eab15ae0bdec74cf013

@team-gateway-bot
Copy link
Collaborator

Backport failed for release/3.6.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/3.6.x
git worktree add -d .worktree/backport-14037-to-release/3.6.x origin/release/3.6.x
cd .worktree/backport-14037-to-release/3.6.x
git switch --create backport-14037-to-release/3.6.x
git cherry-pick -x 14b1bf96dc37326bcca06eab15ae0bdec74cf013

@team-gateway-bot
Copy link
Collaborator

Backport failed for release/3.6.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/3.6.x
git worktree add -d .worktree/backport-14037-to-release/3.6.x origin/release/3.6.x
cd .worktree/backport-14037-to-release/3.6.x
git switch --create backport-14037-to-release/3.6.x
git cherry-pick -x 14b1bf96dc37326bcca06eab15ae0bdec74cf013

@team-gateway-bot
Copy link
Collaborator

Git push to origin failed for release/3.9.x with exitcode 1

github-actions bot pushed a commit that referenced this pull request Dec 24, 2024
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)
@team-gateway-bot
Copy link
Collaborator

Git push to origin failed for release/3.9.x with exitcode 1

1 similar comment
@team-gateway-bot
Copy link
Collaborator

Git push to origin failed for release/3.9.x with exitcode 1

@team-gateway-bot
Copy link
Collaborator

Successfully created backport PR for release/3.9.x:

lhanjian pushed a commit that referenced this pull request Jan 8, 2025
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants