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

ci: Use cargo-action-fmt to annotate PRs #1492

Merged
merged 4 commits into from
Feb 14, 2022
Merged

ci: Use cargo-action-fmt to annotate PRs #1492

merged 4 commits into from
Feb 14, 2022

Conversation

olix0r
Copy link
Member

@olix0r olix0r commented Feb 13, 2022

cargo-action-fmt reads cargo output and generates GitHub action
errors that properly annotate source locations.

This change updates our CI workflows to use cargo-action-fmt so that
errors are more clearly annotated.

@olix0r olix0r force-pushed the ver/cargo-action-fmt branch from 2950426 to 986185f Compare February 13, 2022 18:45
@olix0r olix0r marked this pull request as ready for review February 13, 2022 19:14
@olix0r olix0r requested a review from a team as a code owner February 13, 2022 19:14
`cargo-action-fmt` reads `cargo` output and generates GitHub action
errors that properly annotate source locations.

This change updates our CI workflows to use `cargo-action-fmt` so that
errors are more clearly annotated.

Signed-off-by: Oliver Gould <[email protected]>
@olix0r olix0r force-pushed the ver/cargo-action-fmt branch from 986185f to ac8830c Compare February 13, 2022 19:46
@olix0r olix0r merged commit 70eceb8 into main Feb 14, 2022
@olix0r olix0r deleted the ver/cargo-action-fmt branch February 14, 2022 19:17
olix0r added a commit to linkerd/linkerd2 that referenced this pull request Feb 15, 2022
This release updates the `tokio` and `tower` crates to unreleased
versions to pickup workarounds for `Instant`-related panics that occur
on Amazon Linux.

This release also updates the proxy's configuration logic to stop
logging errors when the inbound port configuration is empty.

---

* build(deps): bump rustls from 0.20.2 to 0.20.3 (linkerd/linkerd2-proxy#1495)
* build(deps): bump serde_json from 1.0.78 to 1.0.79 (linkerd/linkerd2-proxy#1494)
* build(deps): bump hdrhistogram from 7.4.0 to 7.5.0 (linkerd/linkerd2-proxy#1493)
* ci: Use cargo-action-fmt to annotate PRs (linkerd/linkerd2-proxy#1492)
* Do not error when `LINKERD2_PROXY_INBOUND_PORTS` is empty (linkerd/linkerd2-proxy#1478)
* build(deps): bump EmbarkStudios/cargo-deny-action from 1.2.11 to 1.2.12 (linkerd/linkerd2-proxy#1499)
* Fix dockerfile (linkerd/linkerd2-proxy#1500)
* Pin git deps for dependencies that have `Instant` workarounds (linkerd/linkerd2-proxy#1497)
olix0r added a commit to linkerd/linkerd2 that referenced this pull request Feb 15, 2022
This release updates the `tokio` and `tower` crates to unreleased
versions to pickup workarounds for `Instant`-related panics that occur
on Amazon Linux.

This release also updates the proxy's configuration logic to stop
logging errors when the inbound port configuration is empty.

---

* build(deps): bump rustls from 0.20.2 to 0.20.3 (linkerd/linkerd2-proxy#1495)
* build(deps): bump serde_json from 1.0.78 to 1.0.79 (linkerd/linkerd2-proxy#1494)
* build(deps): bump hdrhistogram from 7.4.0 to 7.5.0 (linkerd/linkerd2-proxy#1493)
* ci: Use cargo-action-fmt to annotate PRs (linkerd/linkerd2-proxy#1492)
* Do not error when `LINKERD2_PROXY_INBOUND_PORTS` is empty (linkerd/linkerd2-proxy#1478)
* build(deps): bump EmbarkStudios/cargo-deny-action from 1.2.11 to 1.2.12 (linkerd/linkerd2-proxy#1499)
* Fix dockerfile (linkerd/linkerd2-proxy#1500)
* Pin git deps for dependencies that have `Instant` workarounds (linkerd/linkerd2-proxy#1497)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants