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 ngx_wasm_module to ea1475cf4a4c23d33d7c417c52d86a2020c0b945 #13765

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 16, 2024

Changelog 96b4e27...ea1475c

Compare on GitHub

  • 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

TODO

  • scan this commit log for updates to Wasmtime/V8/Wasmer and update .requirements as needed
  • ensure the full integration test suite has been triggered. This can be accomplished by pushing an empty commit to the branch from an authorized github account:
    cd path/to/kong/repo
    git fetch
    git switch chore/deps-bump-ngx-wasm-module
    git pull -r
    git commit --allow-empty -m "chore(*): empty commit, please squash"
    git push origin HEAD

links

KAG-5525

…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 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
@flrgh flrgh marked this pull request as ready for review October 16, 2024 17:23
@team-gateway-bot team-gateway-bot added the author/community PRs from the open-source community (not Kong Inc) label Oct 16, 2024
@flrgh flrgh merged commit 5f6220b into master Oct 16, 2024
46 checks passed
@flrgh flrgh deleted the chore/deps-bump-ngx-wasm-module branch October 16, 2024 19:50
@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-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 github-actions bot added the incomplete-cherry-pick A cherry-pick was incomplete and needs manual intervention label Oct 16, 2024
@flrgh flrgh mentioned this pull request Oct 16, 2024
3 tasks
@flrgh 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants