From 9702eb471cb23ef9e2af20468fb3103fb9c565f0 Mon Sep 17 00:00:00 2001 From: Felix Obenhuber Date: Wed, 10 May 2023 09:19:38 +0200 Subject: [PATCH] Release 0.8.0 --- CHANGELOG.md | 2 +- 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 ++-- release.sh | 1 - 12 files changed, 25 insertions(+), 26 deletions(-) delete mode 100755 release.sh diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f4f79da..c95c7864c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.8.0 (Unreleased) +# 0.8.0 (May 10th, 2023) This release bumps the MSRV of Northstar to 1.66.1. ([#884]). diff --git a/Cargo.lock b/Cargo.lock index f1747b289..9c34b6762 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,7 +339,7 @@ dependencies = [ [[package]] name = "cargo-npk" -version = "0.7.2-pre" +version = "0.8.0" dependencies = [ "anyhow", "atty", @@ -1516,7 +1516,7 @@ dependencies = [ [[package]] name = "northstar" -version = "0.7.2-pre" +version = "0.8.0" dependencies = [ "android-logd-logger", "anyhow", @@ -1534,7 +1534,7 @@ dependencies = [ [[package]] name = "northstar-client" -version = "0.7.2-pre" +version = "0.8.0" dependencies = [ "anyhow", "futures", @@ -1545,7 +1545,7 @@ dependencies = [ [[package]] name = "northstar-nstar" -version = "0.7.2-pre" +version = "0.8.0" dependencies = [ "anyhow", "base64", @@ -1568,7 +1568,7 @@ dependencies = [ [[package]] name = "northstar-runtime" -version = "0.7.2-pre" +version = "0.8.0" dependencies = [ "anyhow", "async-stream", @@ -1630,7 +1630,7 @@ dependencies = [ [[package]] name = "northstar-sextant" -version = "0.7.2-pre" +version = "0.8.0" dependencies = [ "anyhow", "clap 4.2.7", @@ -1643,7 +1643,7 @@ dependencies = [ [[package]] name = "northstar-stress" -version = "0.7.2-pre" +version = "0.8.0" dependencies = [ "anyhow", "clap 4.2.7", @@ -1661,7 +1661,7 @@ dependencies = [ [[package]] name = "northstar-tests" -version = "0.7.2-pre" +version = "0.8.0" dependencies = [ "anyhow", "env_logger", @@ -1682,7 +1682,7 @@ dependencies = [ [[package]] name = "northstar-tests-derive" -version = "0.7.2-pre" +version = "0.8.0" dependencies = [ "proc-macro2", "quote", diff --git a/cargo-npk/Cargo.toml b/cargo-npk/Cargo.toml index 557f73662..83b6ef8c6 100644 --- a/cargo-npk/Cargo.toml +++ b/cargo-npk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-npk" -version = "0.7.2-pre" +version = "0.8.0" edition = "2021" license = "Apache-2.0" description = "Northstar is an container runtime for Linux targetting embedded systems" @@ -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.7.2-pre", path = "../northstar-runtime", features = ["npk"] } +northstar-runtime = { version = "^0.8.0", path = "../northstar-runtime", features = ["npk"] } serde = { version = "1.0.162", features = ["derive"] } tempfile = "3.5.0" termcolor = "1.2.0" diff --git a/northstar-client/Cargo.toml b/northstar-client/Cargo.toml index 8152faaee..e46142cb2 100644 --- a/northstar-client/Cargo.toml +++ b/northstar-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "northstar-client" -version = "0.7.2-pre" +version = "0.8.0" 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.71", features = ["backtrace"] } futures = "0.3.27" -northstar-runtime = { version = "^0.7.2-pre", path = "../northstar-runtime", features = ["api"] } +northstar-runtime = { version = "^0.8.0", path = "../northstar-runtime", features = ["api"] } thiserror = "1.0.40" tokio = "1.28.0" diff --git a/northstar-nstar/Cargo.toml b/northstar-nstar/Cargo.toml index 83ed99745..27b0177a7 100644 --- a/northstar-nstar/Cargo.toml +++ b/northstar-nstar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "northstar-nstar" -version = "0.7.2-pre" +version = "0.8.0" authors = ["ESRLabs"] description = "Northstar is an container runtime for Linux targetting embedded systems" edition = "2021" @@ -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.7.2-pre", path = "../northstar-client" } -northstar-runtime = { version = "^0.7.2-pre", path = "../northstar-runtime", features = ["seccomp"] } +northstar-client = { version = "^0.8.0", path = "../northstar-client" } +northstar-runtime = { version = "^0.8.0", path = "../northstar-runtime", features = ["seccomp"] } pin-project-lite = "0.2.9" prettytable-rs = "0.10.0" regex = "1.7.3" diff --git a/northstar-runtime/Cargo.toml b/northstar-runtime/Cargo.toml index fe8673214..f3ef1ac2a 100644 --- a/northstar-runtime/Cargo.toml +++ b/northstar-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "northstar-runtime" -version = "0.7.2-pre" +version = "0.8.0" 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 10627ce19..0367eb7c1 100644 --- a/northstar-sextant/Cargo.toml +++ b/northstar-sextant/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "northstar-sextant" -version = "0.7.2-pre" +version = "0.8.0" authors = ["ESRLabs"] description = "Northstar is an container runtime for Linux targetting embedded systems" edition = "2021" @@ -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.7.2-pre", path = "../northstar-runtime", features = ["npk"] } +northstar-runtime = { version = "^0.8.0", path = "../northstar-runtime", features = ["npk"] } tempfile = "3.5.0" zip = { version = "0.6.4", default-features = false } diff --git a/northstar-stress/Cargo.toml b/northstar-stress/Cargo.toml index d84041000..d412d7499 100644 --- a/northstar-stress/Cargo.toml +++ b/northstar-stress/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "northstar-stress" -version = "0.7.2-pre" +version = "0.8.0" authors = ["ESRLabs"] edition = "2021" license = "Apache-2.0" diff --git a/northstar-tests/Cargo.toml b/northstar-tests/Cargo.toml index 4c3e5313e..06ec23948 100644 --- a/northstar-tests/Cargo.toml +++ b/northstar-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "northstar-tests" -version = "0.7.2-pre" +version = "0.8.0" 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 7c09eb882..22244922f 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.2-pre" +version = "0.8.0" edition = "2021" license = "Apache-2.0" diff --git a/northstar/Cargo.toml b/northstar/Cargo.toml index df11e71a8..8b92e0cb7 100644 --- a/northstar/Cargo.toml +++ b/northstar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "northstar" -version = "0.7.2-pre" +version = "0.8.0" authors = ["ESRLabs"] description = "Northstar is an container runtime for Linux targetting embedded systems" edition = "2021" @@ -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.7.2-pre", path = "../northstar-runtime", features = ["runtime", "rexec"] } +northstar-runtime = { version = "^0.8.0", path = "../northstar-runtime", features = ["runtime", "rexec"] } tokio = { version = "1.28.0", features = ["rt-multi-thread", "macros", "signal"] } toml = "0.7.3" diff --git a/release.sh b/release.sh deleted file mode 100755 index dd97fd752..000000000 --- a/release.sh +++ /dev/null @@ -1 +0,0 @@ -cargo smart-release --no-changelog --update-crates-index northstar northstar-runtime northstar-client northstar-sextant -b keep -d keep --no-bump-on-demand --execute