Skip to content

chore(deps): bump ngx_wasm_module to prerelease-0.2.0 #12166

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

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 7, 2023

Changelog b51a15f...388d572

Compare on GitHub

  • 388d572 - docs(changelog) prerelease-0.2.0
  • 7d3451b - chore(codecov) specify flags in 'flag_management' section
  • d59027f - chore(valgrind.supp) consolidate wasmparser::parse suppressions
  • 7184a57 - chore(deps) bump OpenSSL to 3.2.0
  • 338bcbe - chore(deps) bump zlib to 1.3
  • 743c3d3 - chore(deps) cargo update
  • 8964b1f - chore(util) minor cleanup/improvements
  • f955308 - chore(sdk) separate build and install of .wasm examples
  • 8f3fa95 - fix(wasi) do not use instance pool in 'fd_write'
  • 4f47e96 - docs(proxy-wasm) document response body buffering
  • f813a30 - feat(proxy-wasm) implement response body buffering
  • f171e0f - chore(util) always invoke the Proxy-Wasm SDK scripts
  • 3d61ca1 - chore(ci) add code coverage for Valgrind jobs
  • a278bb7 - tests(*) switch Valgrind tests from 'opt-out' to 'opt-in'
  • 9584c03 - fix(proxy-wasm) use filter chain pool in 'ngx_proxy_wasm_maps_set'
  • 175f0b8 - chore(util) minor usage fix and style cohesion for scripts
  • aefb121 - chore(ci) install Node.js in unit and valgrind jobs
  • e757482 - chore(*) clone and test proxy-wasm-assemblyscript-sdk examples
  • f2faf97 - chore(util) build Proxy-Wasm SDKs on 'make setup'
  • bd1b5b8 - chore(ci) remove 'nginx.sock' before artifact upload on failure
  • 65a0b46 - chore(util) use 'git fetch --tags' for updating runtimes

IMPORTANT: Remember to scan this commit log for updates to Wasmtime/V8/Wasmer and update .requirements manually as needed

@flrgh flrgh added the cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee label Dec 7, 2023
@team-eng-enablement team-eng-enablement added the author/community PRs from the open-source community (not Kong Inc) label Dec 7, 2023
@flrgh flrgh added backport release/3.5.x and removed author/community PRs from the open-source community (not Kong Inc) labels Dec 7, 2023
Changes since b51a15fc972540e6b8964e2fe1d86ebf67ca53aa:

* 388d572 - docs(changelog) prerelease-0.2.0
* 7d3451b - chore(codecov) specify flags in 'flag_management' section
* d59027f - chore(valgrind.supp) consolidate wasmparser::parse suppressions
* 7184a57 - chore(deps) bump OpenSSL to 3.2.0
* 338bcbe - chore(deps) bump zlib to 1.3
* 743c3d3 - chore(deps) cargo update
* 8964b1f - chore(util) minor cleanup/improvements
* f955308 - chore(sdk) separate build and install of .wasm examples
* 8f3fa95 - fix(wasi) do not use instance pool in 'fd_write'
* 4f47e96 - docs(proxy-wasm) document response body buffering
* f813a30 - feat(proxy-wasm) implement response body buffering
* f171e0f - chore(util) always invoke the Proxy-Wasm SDK scripts
* 3d61ca1 - chore(ci) add code coverage for Valgrind jobs
* a278bb7 - tests(*) switch Valgrind tests from 'opt-out' to 'opt-in'
* 9584c03 - fix(proxy-wasm) use filter chain pool in 'ngx_proxy_wasm_maps_set'
* 175f0b8 - chore(util) minor usage fix and style cohesion for scripts
* aefb121 - chore(ci) install Node.js in unit and valgrind jobs
* e757482 - chore(*) clone and test proxy-wasm-assemblyscript-sdk examples
* f2faf97 - chore(util) build Proxy-Wasm SDKs on 'make setup'
* bd1b5b8 - chore(ci) remove 'nginx.sock' before artifact upload on failure
* 65a0b46 - chore(util) use 'git fetch --tags' for updating runtimes
@flrgh flrgh force-pushed the chore/deps-bump-ngx-wasm-module branch from e6be9c9 to 8af538f Compare December 7, 2023 00:19
@flrgh flrgh changed the title chore(deps): bump ngx_wasm_module to 388d5720293f5091ccee1f859a42683fbfd14e7d chore(deps): bump ngx_wasm_module to prerelease-0.2.0 Dec 7, 2023
@flrgh
Copy link
Contributor

flrgh commented Dec 7, 2023

@hishamhm this look like what you were after?

@team-eng-enablement team-eng-enablement added the author/community PRs from the open-source community (not Kong Inc) label Dec 7, 2023
@hishamhm
Copy link
Contributor

hishamhm commented Dec 7, 2023

@flrgh yes, thank you!

@flrgh flrgh requested a review from locao December 7, 2023 18:39
@locao locao merged commit aba1910 into master Dec 7, 2023
@locao locao deleted the chore/deps-bump-ngx-wasm-module branch December 7, 2023 18:41
@team-gateway-bot
Copy link
Collaborator

Backport failed for release/3.5.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.5.x
git worktree add -d .worktree/backport-12166-to-release/3.5.x origin/release/3.5.x
cd .worktree/backport-12166-to-release/3.5.x
git switch --create backport-12166-to-release/3.5.x
git cherry-pick -x aba1910882daefa125c503f4de1d82efab5e4d12

@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-12166-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-12166-to-master-to-upstream
git checkout -b cherry-pick-12166-to-master-to-upstream
ancref=$(git merge-base 89e62669ea26fea36f66bcab092fd507a9abd326 8af538fe082c12bd7e80e5d1d75899fea3e96556)
git cherry-pick -x $ancref..8af538fe082c12bd7e80e5d1d75899fea3e96556

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) cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants