-
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 ea1475cf4a4c23d33d7c417c52d86a2020c0b945 #13765
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
…20c0b945 Changes since 96b4e27e10c63b07ed40ea88a91c22f23981db35: * ea1475c - docs(*) clarify differences between INSTALL.md and DEVELOPER.md * 353f73d - chore(*) include fsanitize option in build hash * e7d2577 - refactor(*) generalize ngx_str_node_t and ngx_str_t extensions * c46ff1c - hotfix(ffi) correct usage of 'n_bins' when parsing a histogram * 6142197 - chore(deps) bump Nginx to 1.27.2 * a365850 - refactor(*) generalize bytes readers for all ngx_wa * 80da044 - chore(deps) bump Wasmtime to 25.0.1 * ad1e5c7 - feat(metrics) add 'sum' field to histograms * 35e8eb7 - chore(wasi) groudwork for multiple wasi interfaces * 9e1f295 - tests(*) isolate WASI test suites * 640e612 - chore(*) isolate test suites by Wasm target * f8d79ee - chore(*) cargo update and switch to 'wasm32-wasip1' target * 39dd7ec - docs(*) document internal differences between SDK hosts * 55f0dc2 - feat(ffi) kv & metrics shms APIs * c1f45a9 - feat(shm/kv) add nelts member representing number of entries * fde4b3f - feat(metrics) histogram support in ngx_wa_metrics_get * 08d0ddb - refactor(shm) move ngx_wasm_shm to ngx_wa for IPC subsystem * 8e3ca71 - refactor(metrics) delegate shm zone handling to ngx_wasm_shm * 6fafa42 - chore(TestWasmX) disassociate custom blocks from '--- wasm_modules' * 2febf47 - chore(util) update OpenSSL download link in release script * 26d853e - tests(backtraces) adjust symbols regex after a Rust update * 0c3632a - chore(ci) bump actions/download-artifact * aa164d8 - chore(util) update OpenSSL download link * 1656d13 - chore(deps) bump OpenSSL to 3.3.2
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 16, 2024
team-gateway-bot
added
the
author/community
PRs from the open-source community (not Kong Inc)
label
Oct 16, 2024
locao
approved these changes
Oct 16, 2024
casimiro
approved these changes
Oct 16, 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-13765-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13765-to-master-to-upstream
git checkout -b cherry-pick-13765-to-master-to-upstream
ancref=$(git merge-base 398e180145c8b5123a8cd884328e318d8fe79914 e8647e4d46fbf6e74f11fa5ffdd9d7abd76d7182)
git cherry-pick -x $ancref..e8647e4d46fbf6e74f11fa5ffdd9d7abd76d7182 |
github-actions
bot
added
the
incomplete-cherry-pick
A cherry-pick was incomplete and needs manual intervention
label
Oct 16, 2024
3 tasks
flrgh
removed
the
incomplete-cherry-pick
A cherry-pick was incomplete and needs manual intervention
label
Oct 16, 2024
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
96b4e27...ea1475c
Compare on GitHub
ea1475c
- docs(*) clarify differences between INSTALL.md and DEVELOPER.md353f73d
- chore(*) include fsanitize option in build hashe7d2577
- refactor(*) generalize ngx_str_node_t and ngx_str_t extensionsc46ff1c
- hotfix(ffi) correct usage of 'n_bins' when parsing a histogram6142197
- chore(deps) bump Nginx to 1.27.2a365850
- refactor(*) generalize bytes readers for all ngx_wa80da044
- chore(deps) bump Wasmtime to 25.0.1ad1e5c7
- feat(metrics) add 'sum' field to histograms35e8eb7
- chore(wasi) groudwork for multiple wasi interfaces9e1f295
- tests(*) isolate WASI test suites640e612
- chore(*) isolate test suites by Wasm targetf8d79ee
- chore(*) cargo update and switch to 'wasm32-wasip1' target39dd7ec
- docs(*) document internal differences between SDK hosts55f0dc2
- feat(ffi) kv & metrics shms APIsc1f45a9
- feat(shm/kv) add nelts member representing number of entriesfde4b3f
- feat(metrics) histogram support in ngx_wa_metrics_get08d0ddb
- refactor(shm) move ngx_wasm_shm to ngx_wa for IPC subsystem8e3ca71
- refactor(metrics) delegate shm zone handling to ngx_wasm_shm6fafa42
- chore(TestWasmX) disassociate custom blocks from '--- wasm_modules'2febf47
- chore(util) update OpenSSL download link in release script26d853e
- tests(backtraces) adjust symbols regex after a Rust update0c3632a
- chore(ci) bump actions/download-artifactaa164d8
- chore(util) update OpenSSL download link1656d13
- chore(deps) bump OpenSSL to 3.3.2TODO
.requirements
as neededlinks
KAG-5525