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

build(deps): update linkerd/dev from v43 to v44 #3420

Merged
merged 1 commit into from
Dec 6, 2024
Merged

build(deps): update linkerd/dev from v43 to v44 #3420

merged 1 commit into from
Dec 6, 2024

Conversation

olix0r
Copy link
Member

@olix0r olix0r commented Dec 4, 2024

  • docker.io/library/golang from 1.22 to 1.23
  • gotestsum from 0.4.2 to 1.12.0
  • protoc-gen-go from 1.28.1 to 1.35.2
  • protoc-gen-go-grpc from 1.2 to 1.5.1
  • docker.io/library/rust from 1.76.0 to 1.83.0
  • cargo-deny from 0.14.11 to 0.16.3
  • cargo-nextest from 0.9.67 to 0.9.85
  • cargo-tarpaulin from 0.27.3 to 0.31.3
  • just from 1.24.0 to 1.37.0
  • yq from 4.33.3 to 4.44.5
  • markdownlint-cli2 from 0.10.0 to 0.15.0
  • shellcheck from 0.9.0 to 0.10.0
  • actionlint from 1.6.26 to 1.7.4
  • protoc from 3.20.3 to 29.0
  • step from 0.25.2 to 0.28.2
  • kubectl from 1.29.2 to 1.31.3
  • k3d from 5.6.0 to 5.7.5
  • k3s image shas
  • helm from 3.14.1 to 3.16.3
  • helm-docs from 1.12.0 to 1.14.2

@olix0r olix0r force-pushed the ver/dev-v44 branch 4 times, most recently from b59497c to 89d2f8e Compare December 5, 2024 03:35
@olix0r olix0r marked this pull request as ready for review December 6, 2024 00:34
@olix0r olix0r requested a review from a team as a code owner December 6, 2024 00:34
@olix0r olix0r enabled auto-merge (squash) December 6, 2024 15:13
@olix0r olix0r disabled auto-merge December 6, 2024 15:19
@olix0r olix0r enabled auto-merge (squash) December 6, 2024 15:19
@@ -73,7 +73,7 @@ pub type Error = Box<dyn std::error::Error + Send + Sync + 'static>;
macro_rules! assert_eventually {
($cond:expr, retries: $retries:expr, $($arg:tt)+) => {
{
use std::{env, u64};
use std::{env};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: unnecessary brackets

@@ -15,6 +15,8 @@ allow-loopback = []
test-subscriber = []
test-util = ["linkerd-app-test", "linkerd-meshtls-rustls/test-util"]

prometheus-client-rust-242 = [] # TODO
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah--we are using this marker feature to disable some test assertions. In newer rust versions, we have to declare all of the features in the cargo.toml...

@olix0r olix0r merged commit 8104477 into main Dec 6, 2024
25 checks passed
@olix0r olix0r deleted the ver/dev-v44 branch December 6, 2024 15:50
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.

2 participants