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 741b22a9af7db531ef8125d19430d5aa0f4bdf6d #13820

Merged
merged 2 commits into from
Oct 31, 2024

Conversation

github-actions[bot]
Copy link
Contributor

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

Changelog ea1475c...741b22a

Compare on GitHub

  • 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)

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

…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 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
@flrgh flrgh marked this pull request as ready for review October 31, 2024 16:55
@team-gateway-bot team-gateway-bot added the author/community PRs from the open-source community (not Kong Inc) label Oct 31, 2024
@flrgh flrgh merged commit 8190a66 into master Oct 31, 2024
44 checks passed
@flrgh flrgh deleted the chore/deps-bump-ngx-wasm-module branch October 31, 2024 18:43
@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-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 github-actions bot added the incomplete-cherry-pick A cherry-pick was incomplete and needs manual intervention label Oct 31, 2024
@flrgh flrgh removed the incomplete-cherry-pick A cherry-pick was incomplete and needs manual intervention label Oct 31, 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