-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 ngx_wasm_module to 741b22a9af7db531ef8125d19430d5aa0f4bdf6d #13820
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…0f4bdf6d Changes since ea1475cf4a4c23d33d7c417c52d86a2020c0b945: * 741b22a - feat(ffi) produce an error on 'shm:set()' when already locked * 630a5e7 - feat(metrics) switch metric name metadata separator to ':' * 3434919 - feat(wasm) disallow some characters from module names * bee8b84 - chore(metrics) simplify 'ngx_wa_metrics_histogram_record' arguments * 070f371 - docs(changelog) prerelease-0.5.0 * 3bb2f15 - feat(metrics) implement user-defined histogram bins * f516ba6 - chore(release) enable mail & cgi modules in release binaries * 05a42f9 - chore(deps) bump PCRE to 10.44 * 7fac221 - chore(deps) bump Wasmtime to 26.0.0 * cad840a - chore(ci) bump OpenResty to 1.27.1.1 * b370a90 - chore(deps) bump OpenSSL to 3.4.0 * bbf4891 - docs(install) rename module mentions as per the archive name (ngx_wasmx_module)
github-actions
bot
added
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
core/wasm
Everything relevant to [proxy-]wasm
labels
Oct 31, 2024
team-gateway-bot
added
the
author/community
PRs from the open-source community (not Kong Inc)
label
Oct 31, 2024
gruceo
approved these changes
Oct 31, 2024
gszr
approved these changes
Oct 31, 2024
Cherry-pick failed for 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-13820-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13820-to-master-to-upstream
git checkout -b cherry-pick-13820-to-master-to-upstream
ancref=$(git merge-base 5cab556adc6b0c74c11b83baeb2b81010881e8dc b1092fdfb2a17a43cc8417c163e2ae5554b4e667)
git cherry-pick -x $ancref..b1092fdfb2a17a43cc8417c163e2ae5554b4e667 |
github-actions
bot
added
the
incomplete-cherry-pick
A cherry-pick was incomplete and needs manual intervention
label
Oct 31, 2024
flrgh
removed
the
incomplete-cherry-pick
A cherry-pick was incomplete and needs manual intervention
label
Oct 31, 2024
lhanjian
pushed a commit
that referenced
this pull request
Dec 23, 2024
…0f4bdf6d (#13820) * chore(deps): bump ngx_wasm_module to 741b22a9af7db531ef8125d19430d5aa0f4bdf6d Changes since ea1475cf4a4c23d33d7c417c52d86a2020c0b945: * 741b22a - feat(ffi) produce an error on 'shm:set()' when already locked * 630a5e7 - feat(metrics) switch metric name metadata separator to ':' * 3434919 - feat(wasm) disallow some characters from module names * bee8b84 - chore(metrics) simplify 'ngx_wa_metrics_histogram_record' arguments * 070f371 - docs(changelog) prerelease-0.5.0 * 3bb2f15 - feat(metrics) implement user-defined histogram bins * f516ba6 - chore(release) enable mail & cgi modules in release binaries * 05a42f9 - chore(deps) bump PCRE to 10.44 * 7fac221 - chore(deps) bump Wasmtime to 26.0.0 * cad840a - chore(ci) bump OpenResty to 1.27.1.1 * b370a90 - chore(deps) bump OpenSSL to 3.4.0 * bbf4891 - docs(install) rename module mentions as per the archive name (ngx_wasmx_module) * chore(deps): bump Wasmtime to 26.0.0 --------- Co-authored-by: team-gateway-bot <[email protected]> Co-authored-by: Michael Martin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
author/community
PRs from the open-source community (not Kong Inc)
build/bazel
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
core/wasm
Everything relevant to [proxy-]wasm
size/S
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog
ea1475c...741b22a
Compare on GitHub
741b22a
- feat(ffi) produce an error on 'shm:set()' when already locked630a5e7
- feat(metrics) switch metric name metadata separator to ':'3434919
- feat(wasm) disallow some characters from module namesbee8b84
- chore(metrics) simplify 'ngx_wa_metrics_histogram_record' arguments070f371
- docs(changelog) prerelease-0.5.03bb2f15
- feat(metrics) implement user-defined histogram binsf516ba6
- chore(release) enable mail & cgi modules in release binaries05a42f9
- chore(deps) bump PCRE to 10.447fac221
- chore(deps) bump Wasmtime to 26.0.0cad840a
- chore(ci) bump OpenResty to 1.27.1.1b370a90
- chore(deps) bump OpenSSL to 3.4.0bbf4891
- docs(install) rename module mentions as per the archive name (ngx_wasmx_module)TODO
.requirements
as needed