Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Obenhuber committed May 10, 2023
1 parent defeacc commit 132b526
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cargo-npk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-npk"
version = "0.8.1-pre"
version = "0.8.1"
edition = "2021"
license = "Apache-2.0"
description = "Northstar is an container runtime for Linux targetting embedded systems"
Expand All @@ -16,7 +16,7 @@ cargo_metadata = "0.15.3"
clap = { version = "4.2.7", features = ["derive"] }
human_bytes = "0.4.2"
humantime = "2.1.0"
northstar-runtime = { version = "^0.8.1-pre", path = "../northstar-runtime", features = ["npk"] }
northstar-runtime = { version = "^0.8.1", path = "../northstar-runtime", features = ["npk"] }
serde = { version = "1.0.162", features = ["derive"] }
tempfile = "3.5.0"
termcolor = "1.2.0"
4 changes: 2 additions & 2 deletions northstar-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "northstar-client"
version = "0.8.1-pre"
version = "0.8.1"
authors = ["ESRLabs"]
description = "Northstar is an container runtime for Linux targetting embedded systems"
edition = "2021"
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/esrlabs/northstar"
[dependencies]
anyhow = { version = "1.0.71", features = ["backtrace"] }
futures = "0.3.27"
northstar-runtime = { version = "^0.8.1-pre", path = "../northstar-runtime", features = ["api"] }
northstar-runtime = { version = "^0.8.1", path = "../northstar-runtime", features = ["api"] }
thiserror = "1.0.40"
tokio = "1.28.0"

6 changes: 3 additions & 3 deletions northstar-nstar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "northstar-nstar"
version = "0.8.1-pre"
version = "0.8.1"
authors = ["ESRLabs"]
description = "Northstar is an container runtime for Linux targetting embedded systems"
edition = "2021"
Expand All @@ -16,8 +16,8 @@ clap_complete = "4.2.1"
futures = { version = "0.3.27", default-features = false }
humantime = "2.1.0"
itertools = "0.10.5"
northstar-client = { version = "^0.8.1-pre", path = "../northstar-client" }
northstar-runtime = { version = "^0.8.1-pre", path = "../northstar-runtime", features = ["seccomp"] }
northstar-client = { version = "^0.8.1", path = "../northstar-client" }
northstar-runtime = { version = "^0.8.1", path = "../northstar-runtime", features = ["seccomp"] }
pin-project-lite = "0.2.9"
prettytable-rs = "0.10.0"
regex = "1.7.3"
Expand Down
2 changes: 1 addition & 1 deletion northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "northstar-runtime"
version = "0.8.1-pre"
version = "0.8.1"
authors = ["ESRLabs"]
build = "build.rs"
description = "Northstar is an container runtime for Linux targetting embedded systems"
Expand Down
4 changes: 2 additions & 2 deletions northstar-sextant/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "northstar-sextant"
version = "0.8.1-pre"
version = "0.8.1"
authors = ["ESRLabs"]
description = "Northstar is an container runtime for Linux targetting embedded systems"
edition = "2021"
Expand All @@ -13,6 +13,6 @@ anyhow = { version = "1.0.71", features = ["backtrace"] }
clap = { version = "4.2.7", features = ["derive"] }
colored = "2.0.0"
env_logger = "0.10.0"
northstar-runtime = { version = "^0.8.1-pre", path = "../northstar-runtime", features = ["npk"] }
northstar-runtime = { version = "^0.8.1", path = "../northstar-runtime", features = ["npk"] }
tempfile = "3.5.0"
zip = { version = "0.6.4", default-features = false }
2 changes: 1 addition & 1 deletion northstar-stress/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "northstar-stress"
version = "0.8.1-pre"
version = "0.8.1"
authors = ["ESRLabs"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion northstar-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "northstar-tests"
version = "0.8.1-pre"
version = "0.8.1"
authors = ["ESRLabs"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion northstar-tests/northstar-tests-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "northstar-tests-derive"
version = "0.8.1-pre"
version = "0.8.1"
edition = "2021"
license = "Apache-2.0"

Expand Down
4 changes: 2 additions & 2 deletions northstar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "northstar"
version = "0.8.1-pre"
version = "0.8.1"
authors = ["ESRLabs"]
description = "Northstar is an container runtime for Linux targetting embedded systems"
edition = "2021"
Expand All @@ -14,7 +14,7 @@ anyhow = { version = "1.0.71", features = ["backtrace"] }
clap = { version = "4.2.7", features = ["derive"] }
log = "0.4.17"
nix = { version = "0.26.2", default-features = false, features = ["sched", "mount"] }
northstar-runtime = { version = "^0.8.1-pre", path = "../northstar-runtime", features = ["runtime", "rexec"] }
northstar-runtime = { version = "^0.8.1", path = "../northstar-runtime", features = ["runtime", "rexec"] }
tokio = { version = "1.28.0", features = ["rt-multi-thread", "macros", "signal"] }
toml = "0.7.3"

Expand Down

0 comments on commit 132b526

Please sign in to comment.