From 3b574fafccd2646d41433d8bc1b55f98aeea42df Mon Sep 17 00:00:00 2001 From: Felix Obenhuber Date: Tue, 21 Mar 2023 10:02:05 +0100 Subject: [PATCH] Release 0.7.1 --- Cargo.lock | 18 +++++++++--------- cargo-npk/Cargo.toml | 4 ++-- northstar-client/Cargo.toml | 4 ++-- northstar-nstar/Cargo.toml | 6 +++--- northstar-runtime/Cargo.toml | 2 +- northstar-sextant/Cargo.toml | 4 ++-- northstar-stress/Cargo.toml | 2 +- northstar-tests/Cargo.toml | 2 +- .../northstar-tests-derive/Cargo.toml | 2 +- northstar/Cargo.toml | 4 ++-- 10 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 097c1a53f..c7647e63a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -307,7 +307,7 @@ dependencies = [ [[package]] name = "cargo-npk" -version = "0.7.1-pre" +version = "0.7.1" dependencies = [ "anyhow", "atty", @@ -1450,7 +1450,7 @@ dependencies = [ [[package]] name = "northstar" -version = "0.7.1-pre" +version = "0.7.1" dependencies = [ "android-logd-logger", "anyhow", @@ -1465,7 +1465,7 @@ dependencies = [ [[package]] name = "northstar-client" -version = "0.7.1-pre" +version = "0.7.1" dependencies = [ "anyhow", "futures", @@ -1476,7 +1476,7 @@ dependencies = [ [[package]] name = "northstar-nstar" -version = "0.7.1-pre" +version = "0.7.1" dependencies = [ "anyhow", "base64 0.21.0", @@ -1500,7 +1500,7 @@ dependencies = [ [[package]] name = "northstar-runtime" -version = "0.7.1-pre" +version = "0.7.1" dependencies = [ "anyhow", "async-stream", @@ -1561,7 +1561,7 @@ dependencies = [ [[package]] name = "northstar-sextant" -version = "0.7.1-pre" +version = "0.7.1" dependencies = [ "anyhow", "base64 0.21.0", @@ -1577,7 +1577,7 @@ dependencies = [ [[package]] name = "northstar-stress" -version = "0.7.1-pre" +version = "0.7.1" dependencies = [ "anyhow", "clap 4.1.11", @@ -1596,7 +1596,7 @@ dependencies = [ [[package]] name = "northstar-tests" -version = "0.7.1-pre" +version = "0.7.1" dependencies = [ "anyhow", "env_logger", @@ -1617,7 +1617,7 @@ dependencies = [ [[package]] name = "northstar-tests-derive" -version = "0.7.1-pre" +version = "0.7.1" dependencies = [ "proc-macro2", "quote", diff --git a/cargo-npk/Cargo.toml b/cargo-npk/Cargo.toml index accb35a58..9d977902e 100644 --- a/cargo-npk/Cargo.toml +++ b/cargo-npk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-npk" -version = "0.7.1-pre" +version = "0.7.1" edition = "2021" license = "Apache-2.0" @@ -12,7 +12,7 @@ cargo_metadata = "0.15.3" clap = { version = "4.1.11", features = ["derive"] } human_bytes = "0.4.1" humantime = "2.1.0" -northstar-runtime = { version = "^0.7.1-pre", path = "../northstar-runtime", features = ["npk"] } +northstar-runtime = { version = "^0.7.1", path = "../northstar-runtime", features = ["npk"] } serde = { version = "1.0.158", features = ["derive"] } tempfile = "3.4.0" termcolor = "1.2.0" diff --git a/northstar-client/Cargo.toml b/northstar-client/Cargo.toml index 4cd243910..9730fb743 100644 --- a/northstar-client/Cargo.toml +++ b/northstar-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "northstar-client" -version = "0.7.1-pre" +version = "0.7.1" authors = ["ESRLabs"] description = "Northstar is an container runtime for Linux targetting embedded systems" edition = "2021" @@ -11,7 +11,7 @@ repository = "https://github.com/esrlabs/northstar" [dependencies] anyhow = { version = "1.0.70", features = ["backtrace"] } futures = "0.3.27" -northstar-runtime = { version = "^0.7.1-pre", path = "../northstar-runtime", features = ["api"] } +northstar-runtime = { version = "^0.7.1", path = "../northstar-runtime", features = ["api"] } thiserror = "1.0.40" tokio = "1.26.0" diff --git a/northstar-nstar/Cargo.toml b/northstar-nstar/Cargo.toml index 93c887cd4..219594567 100644 --- a/northstar-nstar/Cargo.toml +++ b/northstar-nstar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "northstar-nstar" -version = "0.7.1-pre" +version = "0.7.1" authors = ["ESRLabs"] description = "Northstar is an container runtime for Linux targetting embedded systems" edition = "2021" @@ -16,8 +16,8 @@ clap_complete = "4.1.5" futures = { version = "0.3.27", default-features = false } humantime = "2.1.0" itertools = "0.10.5" -northstar-client = { version = "^0.7.1-pre", path = "../northstar-client" } -northstar-runtime = { version = "^0.7.1-pre", path = "../northstar-runtime", features = ["seccomp"] } +northstar-client = { version = "^0.7.1", path = "../northstar-client" } +northstar-runtime = { version = "^0.7.1", path = "../northstar-runtime", features = ["seccomp"] } pin-project-lite = "0.2.9" prettytable-rs = "0.10.0" regex = "1.7.1" diff --git a/northstar-runtime/Cargo.toml b/northstar-runtime/Cargo.toml index 15f808f4a..91f772114 100644 --- a/northstar-runtime/Cargo.toml +++ b/northstar-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "northstar-runtime" -version = "0.7.1-pre" +version = "0.7.1" authors = ["ESRLabs"] build = "build.rs" description = "Northstar is an container runtime for Linux targetting embedded systems" diff --git a/northstar-sextant/Cargo.toml b/northstar-sextant/Cargo.toml index 51f3f15b8..f18dd093c 100644 --- a/northstar-sextant/Cargo.toml +++ b/northstar-sextant/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "northstar-sextant" -version = "0.7.1-pre" +version = "0.7.1" authors = ["ESRLabs"] description = "Northstar is an container runtime for Linux targetting embedded systems" edition = "2021" @@ -16,6 +16,6 @@ colored = "2.0.0" ed25519-dalek = "1.0.1" env_logger = "0.10.0" log = "0.4.17" -northstar-runtime = { version = "^0.7.1-pre", path = "../northstar-runtime", features = ["npk"] } +northstar-runtime = { version = "^0.7.1", path = "../northstar-runtime", features = ["npk"] } tempfile = "3.4.0" zip = { version = "0.6.4", default-features = false } diff --git a/northstar-stress/Cargo.toml b/northstar-stress/Cargo.toml index 9fb302e98..edeae657b 100644 --- a/northstar-stress/Cargo.toml +++ b/northstar-stress/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "northstar-stress" -version = "0.7.1-pre" +version = "0.7.1" authors = ["ESRLabs"] edition = "2021" license = "Apache-2.0" diff --git a/northstar-tests/Cargo.toml b/northstar-tests/Cargo.toml index 767fd3b68..7e197e80c 100644 --- a/northstar-tests/Cargo.toml +++ b/northstar-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "northstar-tests" -version = "0.7.1-pre" +version = "0.7.1" authors = ["ESRLabs"] edition = "2021" license = "Apache-2.0" diff --git a/northstar-tests/northstar-tests-derive/Cargo.toml b/northstar-tests/northstar-tests-derive/Cargo.toml index f6205f1a8..678a18cce 100644 --- a/northstar-tests/northstar-tests-derive/Cargo.toml +++ b/northstar-tests/northstar-tests-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "northstar-tests-derive" -version = "0.7.1-pre" +version = "0.7.1" edition = "2021" license = "Apache-2.0" diff --git a/northstar/Cargo.toml b/northstar/Cargo.toml index fe1db7e40..6ea8cd8b4 100644 --- a/northstar/Cargo.toml +++ b/northstar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "northstar" -version = "0.7.1-pre" +version = "0.7.1" authors = ["ESRLabs"] description = "Northstar is an container runtime for Linux targetting embedded systems" edition = "2021" @@ -14,7 +14,7 @@ anyhow = { version = "1.0.70", features = ["backtrace"] } clap = { version = "4.1.11", features = ["derive"] } log = "0.4.17" nix = { version = "0.26.2", default-features = false, features = ["sched", "mount"] } -northstar-runtime = { version = "^0.7.1-pre", path = "../northstar-runtime", features = ["runtime", "rexec"] } +northstar-runtime = { version = "^0.7.1", path = "../northstar-runtime", features = ["runtime", "rexec"] } tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros", "signal"] } toml = "0.7.3"