-
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
feat(build): incorporate wasm filters into bazel build #12853
Conversation
3fb85fe
to
8773d3e
Compare
5668cf8
to
1e7ad28
Compare
457a32d
to
2d5900f
Compare
update: here's the first datakit release https://github.com/Kong/datakit-filter/releases/tag/0.1.0 filenames: |
|
The latest revision of this is installing to |
ebc42b3
to
438de19
Compare
Added @fffonion 's suggestion and rebased. |
@curiositycasualty sorry for the late bikeshed change, but we'll be going with |
Co-authored-by: Michael Martin <flrgh@protonmail.com>
Co-authored-by: Michael Martin <flrgh@protonmail.com>
438de19
to
867e1c5
Compare
Swapped the path @hishamhm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! 👍 (as far as my weak understanding of bazel goes :) )
…2853) (#8917) * feat(bazel): add wasm filters to build * fix(bazel): mv wasm filters to kong/filters * fix(bazel): filter file renaming * chore(wasm): response_transofmrer filter 0.1.2 * fix(bazel): filter typo * feat(wasm): swap to datakit filter * fix(bazel): rename wasm filters repo * fix(bazel): mv wasm filters to kong/wasm --------- Co-authored-by: Isa Farnik <isa@konghq.com>
Summary
The changes in this PR cause the defined wasm filters to be downloaded from github and packaged with Kong.
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
Fix #KAG-4210