From 507061a3f9d0247c11d0773dd18da03b0cfd69a3 Mon Sep 17 00:00:00 2001 From: Felix Obenhuber Date: Tue, 10 Dec 2024 09:14:46 +0100 Subject: [PATCH] Release 0.9.2 --- CHANGELOG.md | 3 ++- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- cargo-npk/Cargo.toml | 2 +- northstar-client/Cargo.toml | 2 +- northstar-nstar/Cargo.toml | 4 ++-- northstar-sextant/Cargo.toml | 2 +- northstar/Cargo.toml | 2 +- 8 files changed, 18 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb650fec..15b29656f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ -# 0.9.2 (unreleased) +# 0.9.2 ## Dependencies - deps Bump url from 2.5.0 to 2.5.4 [#1161] - deps Bump validator from 0.16.1 to 0.19.0 [#1161] +- and bump a lot of other dependencies [#1161]: https://github.com/esrlabs/northstar/pull/1161 diff --git a/Cargo.lock b/Cargo.lock index 731bc864c..f5168f87a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -331,7 +331,7 @@ dependencies = [ [[package]] name = "cargo-npk" -version = "0.9.2-pre" +version = "0.9.2" dependencies = [ "anyhow", "cargo-subcommand", @@ -1609,7 +1609,7 @@ dependencies = [ [[package]] name = "northstar" -version = "0.9.2-pre" +version = "0.9.2" dependencies = [ "android-logd-logger", "anyhow", @@ -1627,7 +1627,7 @@ dependencies = [ [[package]] name = "northstar-client" -version = "0.9.2-pre" +version = "0.9.2" dependencies = [ "anyhow", "futures", @@ -1638,7 +1638,7 @@ dependencies = [ [[package]] name = "northstar-nstar" -version = "0.9.2-pre" +version = "0.9.2" dependencies = [ "anyhow", "base64", @@ -1661,7 +1661,7 @@ dependencies = [ [[package]] name = "northstar-runtime" -version = "0.9.2-pre" +version = "0.9.2" dependencies = [ "anyhow", "async-stream", @@ -1722,7 +1722,7 @@ dependencies = [ [[package]] name = "northstar-sextant" -version = "0.9.2-pre" +version = "0.9.2" dependencies = [ "anyhow", "clap 4.5.20", @@ -1735,7 +1735,7 @@ dependencies = [ [[package]] name = "northstar-stress" -version = "0.9.2-pre" +version = "0.9.2" dependencies = [ "anyhow", "clap 4.5.20", @@ -1753,7 +1753,7 @@ dependencies = [ [[package]] name = "northstar-tests" -version = "0.9.2-pre" +version = "0.9.2" dependencies = [ "anyhow", "env_logger", @@ -1775,7 +1775,7 @@ dependencies = [ [[package]] name = "northstar-tests-derive" -version = "0.9.2-pre" +version = "0.9.2" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index f1468362c..ce02cd42a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.9.2-pre" +version = "0.9.2" authors = ["ESRLabs"] description = "Northstar is an container runtime for Linux targetting embedded systems" edition = "2021" diff --git a/cargo-npk/Cargo.toml b/cargo-npk/Cargo.toml index 4af98cdd1..7595bb617 100644 --- a/cargo-npk/Cargo.toml +++ b/cargo-npk/Cargo.toml @@ -15,7 +15,7 @@ cargo_metadata = "0.18.1" clap = { version = "4.4.18", features = ["derive"] } human_bytes = "0.4.3" humantime = "2.1.0" -northstar-runtime = { version = "^0.9.2-pre", path = "../northstar-runtime", features = ["npk"] } +northstar-runtime = { version = "^0.9.2", path = "../northstar-runtime", features = ["npk"] } serde = { version = "1.0.164", features = ["derive"] } tempfile = "3.10.1" termcolor = "1.4.1" diff --git a/northstar-client/Cargo.toml b/northstar-client/Cargo.toml index 53a99543c..cf93ce28d 100644 --- a/northstar-client/Cargo.toml +++ b/northstar-client/Cargo.toml @@ -11,7 +11,7 @@ rust-version.workspace = true [dependencies] anyhow = { version = "1.0.80", features = ["backtrace"] } futures = "0.3.29" -northstar-runtime = { version = "^0.9.2-pre", path = "../northstar-runtime", features = ["api"] } +northstar-runtime = { version = "^0.9.2", path = "../northstar-runtime", features = ["api"] } thiserror = "1.0.61" tokio = "1.32.0" diff --git a/northstar-nstar/Cargo.toml b/northstar-nstar/Cargo.toml index e9496b847..b2b330fef 100644 --- a/northstar-nstar/Cargo.toml +++ b/northstar-nstar/Cargo.toml @@ -16,8 +16,8 @@ clap_complete = "4.3.2" futures = { version = "0.3.29", default-features = false } humantime = "2.1.0" itertools = "0.12.1" -northstar-client = { version = "^0.9.2-pre", path = "../northstar-client" } -northstar-runtime = { version = "^0.9.2-pre", path = "../northstar-runtime", features = ["seccomp"] } +northstar-client = { version = "^0.9.2", path = "../northstar-client" } +northstar-runtime = { version = "^0.9.2", path = "../northstar-runtime", features = ["seccomp"] } pin-project-lite = "0.2.9" prettytable-rs = "0.10.0" regex = "1.10.4" diff --git a/northstar-sextant/Cargo.toml b/northstar-sextant/Cargo.toml index dde8db9f6..323f7df33 100644 --- a/northstar-sextant/Cargo.toml +++ b/northstar-sextant/Cargo.toml @@ -13,6 +13,6 @@ anyhow = { version = "1.0.80", features = ["backtrace"] } clap = { version = "4.4.18", features = ["derive"] } colored = "2.1.0" env_logger = "0.10.2" -northstar-runtime = { version = "^0.9.2-pre", path = "../northstar-runtime", features = ["npk"] } +northstar-runtime = { version = "^0.9.2", path = "../northstar-runtime", features = ["npk"] } tempfile = "3.10.1" zip = { version = "2.1.3", default-features = false } diff --git a/northstar/Cargo.toml b/northstar/Cargo.toml index c24710d0b..998bfc75a 100644 --- a/northstar/Cargo.toml +++ b/northstar/Cargo.toml @@ -14,7 +14,7 @@ anyhow = { version = "1.0.80", features = ["backtrace"] } clap = { version = "4.4.18", features = ["derive"] } log = { version = "0.4.22", features = ["std"] } nix = { version = "0.29.0", default-features = false, features = ["sched", "mount"] } -northstar-runtime = { version = "^0.9.2-pre", path = "../northstar-runtime", features = ["runtime", "rexec"] } +northstar-runtime = { version = "^0.9.2", path = "../northstar-runtime", features = ["runtime", "rexec"] } tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "signal"] } toml = "0.8.14"