Skip to content

Commit

Permalink
Release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flxoacn committed Dec 10, 2024
1 parent e2b3c95 commit 507061a
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 17 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cargo-npk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion northstar-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

4 changes: 2 additions & 2 deletions northstar-nstar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion northstar-sextant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
2 changes: 1 addition & 1 deletion northstar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 507061a

Please sign in to comment.