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

deps: Bump rules_rust -> 0.8.1 #22253

Merged
merged 1 commit into from
Nov 23, 2022
Merged

Conversation

phlax
Copy link
Member

@phlax phlax commented Jul 18, 2022

Fix #22073

Signed-off-by: Ryan Northey [email protected]

Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]

@repokitteh-read-only repokitteh-read-only bot added the deps Approval required for changes to Envoy's external dependencies label Jul 18, 2022
@repokitteh-read-only
Copy link

CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to (bazel/.*repos.*\.bzl)|(bazel/dependency_imports\.bzl)|(api/bazel/.*\.bzl)|(.*/requirements\.txt)|(.*\.patch).
envoyproxy/dependency-shepherds assignee is @htuch

🐱

Caused by: #22253 was opened by phlax.

see: more, trace.

@phlax
Copy link
Member Author

phlax commented Jul 18, 2022

i think this will require bazelbuild/rules_rust#1315

/wait

@phlax phlax marked this pull request as draft July 18, 2022 10:34
@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@github-actions github-actions bot added the stale stalebot believes this issue/PR has not been touched recently label Aug 17, 2022
@phlax phlax added no stalebot Disables stalebot from closing an issue and removed stale stalebot believes this issue/PR has not been touched recently labels Aug 17, 2022
@phlax phlax changed the title deps: Bump rules_rust -> 0.7.0 deps: Bump rules_rust -> 0.8.1 Nov 22, 2022
@phlax phlax marked this pull request as ready for review November 22, 2022 18:02
@phlax
Copy link
Member Author

phlax commented Nov 22, 2022

/retest

@repokitteh-read-only
Copy link

Retrying Azure Pipelines:
Check envoy-presubmit isn't fully completed, but will still attempt retrying.
Retried failed jobs in: envoy-presubmit

🐱

Caused by: a #22253 (comment) was created by @phlax.

see: more, trace.

@htuch htuch merged commit 8463e65 into envoyproxy:main Nov 23, 2022
phlax added a commit to phlax/envoy that referenced this pull request Nov 23, 2022
phlax added a commit to phlax/envoy that referenced this pull request Nov 23, 2022
phlax added a commit to phlax/envoy that referenced this pull request Nov 24, 2022
phlax added a commit that referenced this pull request Nov 26, 2022
Fix #22073

Signed-off-by: Ryan Northey <[email protected]>

Signed-off-by: phlax <[email protected]>
phlax added a commit that referenced this pull request Nov 30, 2022
…24089)

* deps: bump `com_github_wasmtime` -> 1.0.0 (#23232)

Signed-off-by: river phillips <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>

* wasm: update WAVM to nightly/2022-05-14. (#22491)


Signed-off-by: Piotr Sikora <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>

* wasm: update Proxy-Wasm C++ Host to latest. (#22575)

Signed-off-by: Piotr Sikora <[email protected]>

Signed-off-by: Ryan Northey <[email protected]>

* deps: Bump `com_github_wasmtime` -> 1.0.2 (#24086)

Fix:

- CVE-2022-39392
- CVE-2022-39393
- CVE-2022-39394

Signed-off-by: Ryan Northey <[email protected]>

* bazel: update rules_rust

This gets us on rust 1.60

Signed-off-by: Keith Smiley <[email protected]>

Signed-off-by: Ryan Northey <[email protected]>

* deps: Bump `rules_rust` -> 0.8.1 (#22253)

Fix #22073

Signed-off-by: Ryan Northey <[email protected]>

* wasm: fix V8 build on older versions of Linux. (#22228)

wasm: fix build on older versions of Linux.

Signed-off-by: Piotr Sikora <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>

* backport: macOS: Allow to load .wasm on Apple silicon (#23299)

backport: macOS: Enable wasm and allow to load .wasm on Apple silicon

This applies https://chromium-review.googlesource.com/c/v8/v8/+/3700352 as a fix for
MemoryAllocator::PartialFreeMemory() which shouldn't try to change permissions of RWX pages.

This mainly affects macOS > 11.2 due to mprotect behavior changes (#23243)
on Apple silicon.

This is cherry-picked from: 63f27a6

Signed-off-by: Dhi Aurrahman <[email protected]>

Signed-off-by: Dhi Aurrahman <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>

* deps: Bump `v8` to 10.7.193.13 and `proxy_wasm_cpp_host` to b0a0594 (#23434)

Signed-off-by: Dhi Aurrahman <[email protected]>

* ci: Disable wasm coverage tests (#24169)

and adjust-coverage-total

Signed-off-by: Ryan Northey <[email protected]>

Signed-off-by: phlax <[email protected]>

* deps: Bump `com_github_wasmtime` -> 2.0.2 (+related) (#24150)

deps: Bump `com_github_wasmtime` -> 2.0.2

- `proxy_wasm_cpp_host`
- `proxy_wasm_rust_sdk`

Signed-off-by: Ryan Northey <[email protected]>

Signed-off-by: river phillips <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>
Signed-off-by: Piotr Sikora <[email protected]>
Signed-off-by: Dhi Aurrahman <[email protected]>
Signed-off-by: phlax <[email protected]>
Co-authored-by: River <[email protected]>
Co-authored-by: Piotr Sikora <[email protected]>
Co-authored-by: Keith Smiley <[email protected]>
Co-authored-by: Dhi Aurrahman <[email protected]>
phlax added a commit that referenced this pull request Dec 3, 2022
phlax added a commit to phlax/envoy that referenced this pull request Dec 4, 2022
phlax added a commit that referenced this pull request Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps Approval required for changes to Envoy's external dependencies no stalebot Disables stalebot from closing an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Newer release available rules_rust: 0.7.0 (current: 0.3.1)
2 participants