Skip to content

Commit

Permalink
Bump to 0.9.0
Browse files Browse the repository at this point in the history
Summary: 0.8.1 has some log file/directory permission issues.

Reviewed By: dschatzberg

Differential Revision: D70103104

fbshipit-source-id: 0a576cd3a3fe0a1baf2e1bb5a31f1ddf0a95e809
  • Loading branch information
lnyng authored and facebook-github-bot committed Feb 24, 2025
1 parent b09e87e commit da9382e
Show file tree
Hide file tree
Showing 16 changed files with 53 additions and 53 deletions.
18 changes: 9 additions & 9 deletions below/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "below"
version = "0.8.1"
version = "0.9.0"
authors = ["Meta Platforms, Inc. and affiliates"]
edition = "2021"
description = "An interactive tool to view and record historical system data"
Expand All @@ -21,30 +21,30 @@ unit-scripts = "../etc"

[dependencies]
anyhow = "1.0.95"
cgroupfs = { version = "0.8.1", path = "cgroupfs" }
cgroupfs = { version = "0.9.0", path = "cgroupfs" }
clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] }
clap_complete = "4.5.33"
common = { package = "below-common", version = "0.8.1", path = "common" }
config = { package = "below-config", version = "0.8.1", path = "config" }
common = { package = "below-common", version = "0.9.0", path = "common" }
config = { package = "below-config", version = "0.9.0", path = "config" }
cursive = { version = "0.20.0", features = ["crossterm-backend"], default-features = false }
dump = { package = "below-dump", version = "0.8.1", path = "dump" }
dump = { package = "below-dump", version = "0.9.0", path = "dump" }
indicatif = { version = "0.17.6", features = ["futures", "improved_unicode", "rayon", "tokio"] }
libbpf-rs = { version = "=0.25.0-beta.1", default-features = false }
libc = "0.2.139"
model = { package = "below-model", version = "0.8.1", path = "model" }
model = { package = "below-model", version = "0.9.0", path = "model" }
once_cell = "1.12"
plain = "0.2"
procfs = { package = "fb_procfs", version = "0.8.1", path = "procfs" }
procfs = { package = "fb_procfs", version = "0.9.0", path = "procfs" }
regex = "1.11.1"
serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_depth"] }
signal-hook = "0.3"
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
slog-term = "2.8"
store = { package = "below-store", version = "0.8.1", path = "store" }
store = { package = "below-store", version = "0.9.0", path = "store" }
tar = "0.4.43"
tempfile = "3.15"
tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] }
view = { package = "below-view", version = "0.8.1", path = "view" }
view = { package = "below-view", version = "0.9.0", path = "view" }

[dev-dependencies]
maplit = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion below/below_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "below_derive"
version = "0.8.1"
version = "0.9.0"
authors = ["Meta Platforms, Inc. and affiliates"]
edition = "2021"
description = "Proc macros for below"
Expand Down
4 changes: 2 additions & 2 deletions below/btrfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "below-btrfs"
version = "0.8.1"
version = "0.9.0"
authors = ["Meta Platforms, Inc. and affiliates"]
edition = "2021"
description = "A crate for reading btrfs"
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/facebookincubator/below"
license = "Apache-2.0"

[dependencies]
common = { package = "below-common", version = "0.8.1", path = "../common" }
common = { package = "below-common", version = "0.9.0", path = "../common" }
libc = "0.2.139"
nix = { version = "0.29.0", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }
openat = "0.1.21"
Expand Down
4 changes: 2 additions & 2 deletions below/cgroupfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "cgroupfs"
version = "0.8.1"
version = "0.9.0"
authors = ["Meta Platforms, Inc. and affiliates"]
edition = "2021"
description = "A crate for reading cgroupv2 data"
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/facebookincubator/below"
license = "Apache-2.0"

[dependencies]
common = { package = "below-common", version = "0.8.1", path = "../common" }
common = { package = "below-common", version = "0.9.0", path = "../common" }
nix = { version = "0.29.0", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }
openat = "0.1.21"
serde = { version = "1.0.185", features = ["derive", "rc"] }
Expand Down
2 changes: 1 addition & 1 deletion below/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "below-common"
version = "0.8.1"
version = "0.9.0"
authors = ["Meta Platforms, Inc. and affiliates"]
edition = "2021"
description = "Common below code"
Expand Down
6 changes: 3 additions & 3 deletions below/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "below-config"
version = "0.8.1"
version = "0.9.0"
authors = ["Meta Platforms, Inc. and affiliates"]
edition = "2021"
description = "Configurations for below"
Expand All @@ -11,8 +11,8 @@ license = "Apache-2.0"

[dependencies]
anyhow = "1.0.95"
btrfs = { package = "below-btrfs", version = "0.8.1", path = "../btrfs" }
cgroupfs = { version = "0.8.1", path = "../cgroupfs" }
btrfs = { package = "below-btrfs", version = "0.9.0", path = "../btrfs" }
cgroupfs = { version = "0.9.0", path = "../cgroupfs" }
serde = { version = "1.0.185", features = ["derive", "rc"] }
toml = "0.8.19"

Expand Down
12 changes: 6 additions & 6 deletions below/dump/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "below-dump"
version = "0.8.1"
version = "0.9.0"
authors = ["Meta Platforms, Inc. and affiliates"]
edition = "2021"
description = "Dump crate for below"
Expand All @@ -11,17 +11,17 @@ license = "Apache-2.0"

[dependencies]
anyhow = "1.0.95"
below_derive = { version = "0.8.1", path = "../below_derive" }
below_derive = { version = "0.9.0", path = "../below_derive" }
clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] }
common = { package = "below-common", version = "0.8.1", path = "../common" }
common = { package = "below-common", version = "0.9.0", path = "../common" }
enum-iterator = "1.4.1"
model = { package = "below-model", version = "0.8.1", path = "../model" }
model = { package = "below-model", version = "0.9.0", path = "../model" }
once_cell = "1.12"
regex = "1.11.1"
render = { package = "below-render", version = "0.8.1", path = "../render" }
render = { package = "below-render", version = "0.9.0", path = "../render" }
serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_depth"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
store = { package = "below-store", version = "0.8.1", path = "../store" }
store = { package = "below-store", version = "0.9.0", path = "../store" }
tar = "0.4.43"
tempfile = "3.15"
toml = "0.8.19"
2 changes: 1 addition & 1 deletion below/ethtool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "below-ethtool"
version = "0.8.1"
version = "0.9.0"
authors = ["Meta Platforms, Inc. and affiliates"]
edition = "2021"
description = "ethtool crate for below"
Expand Down
4 changes: 2 additions & 2 deletions below/gpu_stats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

[package]
name = "below-gpu-stats"
version = "0.8.1"
version = "0.9.0"
authors = ["Meta Platforms, Inc. and affiliates"]
edition = "2021"
description = "GPU stats crate for below"
repository = "https://github.com/facebookincubator/below"
license = "Apache-2.0"

[dependencies]
common = { package = "below-common", version = "0.8.1", path = "../common" }
common = { package = "below-common", version = "0.9.0", path = "../common" }
serde = { version = "1.0.185", features = ["derive", "rc"] }
20 changes: 10 additions & 10 deletions below/model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "below-model"
version = "0.8.1"
version = "0.9.0"
authors = ["Meta Platforms, Inc. and affiliates"]
edition = "2021"
description = "Model crate for below"
Expand All @@ -12,22 +12,22 @@ license = "Apache-2.0"
[dependencies]
anyhow = "1.0.95"
async-trait = "0.1.86"
below_derive = { version = "0.8.1", path = "../below_derive" }
btrfs = { package = "below-btrfs", version = "0.8.1", path = "../btrfs" }
cgroupfs = { version = "0.8.1", path = "../cgroupfs" }
common = { package = "below-common", version = "0.8.1", path = "../common" }
below_derive = { version = "0.9.0", path = "../below_derive" }
btrfs = { package = "below-btrfs", version = "0.9.0", path = "../btrfs" }
cgroupfs = { version = "0.9.0", path = "../cgroupfs" }
common = { package = "below-common", version = "0.9.0", path = "../common" }
enum-iterator = "1.4.1"
ethtool = { package = "below-ethtool", version = "0.8.1", path = "../ethtool" }
gpu_stats = { package = "below-gpu-stats", version = "0.8.1", path = "../gpu_stats" }
ethtool = { package = "below-ethtool", version = "0.9.0", path = "../ethtool" }
gpu_stats = { package = "below-gpu-stats", version = "0.9.0", path = "../gpu_stats" }
hostname = "0.3"
os_info = "3.0.7"
procfs = { package = "fb_procfs", version = "0.8.1", path = "../procfs" }
procfs = { package = "fb_procfs", version = "0.9.0", path = "../procfs" }
regex = "1.11.1"
resctrlfs = { version = "0.8.1", path = "../resctrlfs" }
resctrlfs = { version = "0.9.0", path = "../resctrlfs" }
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_depth"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
tc = { package = "below-tc", version = "0.8.1", path = "../tc" }
tc = { package = "below-tc", version = "0.9.0", path = "../tc" }

[dev-dependencies]
futures = { version = "0.3.30", features = ["async-await", "compat"] }
4 changes: 2 additions & 2 deletions below/procfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "fb_procfs"
version = "0.8.1"
version = "0.9.0"
authors = ["Meta Platforms, Inc. and affiliates"]
edition = "2021"
description = "A crate for reading procfs"
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/facebookincubator/below"
license = "Apache-2.0"

[dependencies]
common = { package = "below-common", version = "0.8.1", path = "../common" }
common = { package = "below-common", version = "0.9.0", path = "../common" }
lazy_static = "1.5"
libc = "0.2.139"
nix = { version = "0.29.0", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }
Expand Down
6 changes: 3 additions & 3 deletions below/render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

[package]
name = "below-render"
version = "0.8.1"
version = "0.9.0"
authors = ["Meta Platforms, Inc. and affiliates"]
edition = "2021"
description = "Render crate for below"
repository = "https://github.com/facebookincubator/below"
license = "Apache-2.0"

[dependencies]
common = { package = "below-common", version = "0.8.1", path = "../common" }
model = { package = "below-model", version = "0.8.1", path = "../model" }
common = { package = "below-common", version = "0.9.0", path = "../common" }
model = { package = "below-model", version = "0.9.0", path = "../model" }
2 changes: 1 addition & 1 deletion below/resctrlfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "resctrlfs"
version = "0.8.1"
version = "0.9.0"
authors = ["Meta Platforms, Inc. and affiliates"]
edition = "2021"
description = "A crate for reading resctrl fs data"
Expand Down
6 changes: 3 additions & 3 deletions below/store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "below-store"
version = "0.8.1"
version = "0.9.0"
authors = ["Meta Platforms, Inc. and affiliates"]
edition = "2021"
description = "Store crate for below"
Expand All @@ -13,11 +13,11 @@ license = "Apache-2.0"
anyhow = "1.0.95"
bitflags = { version = "2.6", features = ["serde"] }
bytes = { version = "1.9.0", features = ["serde"] }
common = { package = "below-common", version = "0.8.1", path = "../common" }
common = { package = "below-common", version = "0.9.0", path = "../common" }
humantime = "2.1"
maplit = "1.0"
memmap2 = "0.5.10"
model = { package = "below-model", version = "0.8.1", path = "../model" }
model = { package = "below-model", version = "0.9.0", path = "../model" }
nix = { version = "0.29.0", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_cbor = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion below/tc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "below-tc"
version = "0.8.1"
version = "0.9.0"
authors = ["Meta Platforms, Inc. and affiliates"]
edition = "2021"
description = "TC crate for below"
Expand Down
12 changes: 6 additions & 6 deletions below/view/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "below-view"
version = "0.8.1"
version = "0.9.0"
authors = ["Meta Platforms, Inc. and affiliates"]
edition = "2021"
description = "View crate for below"
Expand All @@ -12,21 +12,21 @@ license = "Apache-2.0"
[dependencies]
anyhow = "1.0.95"
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
common = { package = "below-common", version = "0.8.1", path = "../common" }
common = { package = "below-common", version = "0.9.0", path = "../common" }
crossterm = { version = "0.28", features = ["event-stream"] }
cursive = { version = "0.20.0", features = ["crossterm-backend"], default-features = false }
cursive_buffered_backend = "0.6.1"
enum-iterator = "1.4.1"
humantime = "2.1"
itertools = "0.14.0"
libc = "0.2.139"
model = { package = "below-model", version = "0.8.1", path = "../model" }
model = { package = "below-model", version = "0.9.0", path = "../model" }
once_cell = "1.12"
procfs = { package = "fb_procfs", version = "0.8.1", path = "../procfs" }
render = { package = "below-render", version = "0.8.1", path = "../render" }
procfs = { package = "fb_procfs", version = "0.9.0", path = "../procfs" }
render = { package = "below-render", version = "0.9.0", path = "../render" }
serde = { version = "1.0.185", features = ["derive", "rc"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
store = { package = "below-store", version = "0.8.1", path = "../store" }
store = { package = "below-store", version = "0.9.0", path = "../store" }
toml = "0.8.19"

[dev-dependencies]
Expand Down

0 comments on commit da9382e

Please sign in to comment.