-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #303 from santoshmahto7/santo/main1
Move development version(main branch) from 2.2.4 to 2.2.5
- Loading branch information
Showing
9 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Copyright (c) Facebook, Inc. and its affiliates | ||
[package] | ||
name = "rd-agent-intf" | ||
version = "2.2.4" | ||
version = "2.2.5" | ||
authors = ["Tejun Heo <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -12,8 +12,8 @@ readme = "README.md" | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
rd-util = { path = "../rd-util", version = "2.2.4" } | ||
rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.4" } | ||
rd-util = { path = "../rd-util", version = "2.2.5" } | ||
rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.5" } | ||
|
||
anyhow = "1.0" | ||
clap = "2.33" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Copyright (c) Facebook, Inc. and its affiliates | ||
[package] | ||
name = "rd-agent" | ||
version = "2.2.4" | ||
version = "2.2.5" | ||
authors = ["Tejun Heo <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -12,9 +12,9 @@ readme = "README.md" | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
rd-util = { path = "../rd-util", version = "2.2.4" } | ||
rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.4" } | ||
rd-agent-intf = { path = "../rd-agent-intf", version = "2.2.4" } | ||
rd-util = { path = "../rd-util", version = "2.2.5" } | ||
rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.5" } | ||
rd-agent-intf = { path = "../rd-agent-intf", version = "2.2.5" } | ||
|
||
anyhow = "1.0" | ||
chrono = { version = "0.4", features = ["serde"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Copyright (c) Facebook, Inc. and its affiliates | ||
[package] | ||
name = "rd-hashd-intf" | ||
version = "2.2.4" | ||
version = "2.2.5" | ||
authors = ["Tejun Heo <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -12,7 +12,7 @@ readme = "README.md" | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
rd-util = { path = "../rd-util", version = "2.2.4" } | ||
rd-util = { path = "../rd-util", version = "2.2.5" } | ||
|
||
anyhow = "1.0" | ||
chrono = { version = "0.4", features = ["serde"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Copyright (c) Facebook, Inc. and its affiliates | ||
[package] | ||
name = "rd-hashd" | ||
version = "2.2.4" | ||
version = "2.2.5" | ||
authors = ["Tejun Heo <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -10,8 +10,8 @@ description = "Latency-sensitive pseudo workload for resctl-demo" | |
readme = "README.md" | ||
|
||
[dependencies] | ||
rd-util = { path = "../rd-util", version = "2.2.4" } | ||
rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.4" } | ||
rd-util = { path = "../rd-util", version = "2.2.5" } | ||
rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.5" } | ||
|
||
anyhow = "1.0" | ||
chrono = { version = "0.4", features = ["serde"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rd-util" | ||
version = "2.2.4" | ||
version = "2.2.5" | ||
authors = ["Tejun Heo <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Copyright (c) Facebook, Inc. and its affiliates | ||
[package] | ||
name = "resctl-bench-intf" | ||
version = "2.2.4" | ||
version = "2.2.5" | ||
authors = ["Tejun Heo <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -14,8 +14,8 @@ readme = "README.md" | |
lambda = [] | ||
|
||
[dependencies] | ||
rd-util = { path = "../rd-util", version = "2.2.4" } | ||
rd-agent-intf = { path = "../rd-agent-intf", version = "2.2.4" } | ||
rd-util = { path = "../rd-util", version = "2.2.5" } | ||
rd-agent-intf = { path = "../rd-agent-intf", version = "2.2.5" } | ||
|
||
anyhow = "1.0" | ||
clap = "2.33" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "resctl-bench" | ||
version = "2.2.4" | ||
version = "2.2.5" | ||
authors = ["Tejun Heo <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -13,10 +13,10 @@ description = "Whole system resource control benchmarks with realistic scenarios | |
lambda = ["resctl-bench-intf/lambda", "aws-config", "aws-sdk-s3", "aws-sdk-ssm", "octocrab", "lambda_runtime", "md5", "tokio"] | ||
|
||
[dependencies] | ||
rd-util = { path = "../rd-util", version = "2.2.4" } | ||
rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.4" } | ||
rd-agent-intf = { path = "../rd-agent-intf", version = "2.2.4" } | ||
resctl-bench-intf = { path = "../resctl-bench-intf", version = "2.2.4" } | ||
rd-util = { path = "../rd-util", version = "2.2.5" } | ||
rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.5" } | ||
rd-agent-intf = { path = "../rd-agent-intf", version = "2.2.5" } | ||
resctl-bench-intf = { path = "../resctl-bench-intf", version = "2.2.5" } | ||
|
||
# For the lambda feature. We prefer rustls for all the crates we use to avoid incompatibilities. | ||
aws-config = { version = "0.55.3", optional = true, features = ["rustls", "rt-tokio"], default-features = false } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Copyright (c) Facebook, Inc. and its affiliates | ||
[package] | ||
name = "resctl-demo" | ||
version = "2.2.4" | ||
version = "2.2.5" | ||
authors = ["Tejun Heo <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -12,9 +12,9 @@ readme = "README.md" | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
rd-util = { path = "../rd-util", version = "2.2.4" } | ||
rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.4" } | ||
rd-agent-intf = { path = "../rd-agent-intf", version = "2.2.4" } | ||
rd-util = { path = "../rd-util", version = "2.2.5" } | ||
rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.5" } | ||
rd-agent-intf = { path = "../rd-agent-intf", version = "2.2.5" } | ||
|
||
anyhow = "1.0" | ||
chrono = { version = "0.4", features = ["serde"] } | ||
|