Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Obenhuber committed Oct 19, 2023
1 parent 8cf2da4 commit 1d87a2d
Show file tree
Hide file tree
Showing 9 changed files with 93 additions and 19 deletions.
76 changes: 75 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,78 @@
# 0.8.4 (unreleased)
# 0.9.1 (unreleased)

# 0.9.0 (October 19th, 2023)

## Changed

- runtime Extend SELinux support [#1032]
- ci Add doc tests to CI [#1047]
- ci Add a GH actions to install squashfs tools from source [#1046]
- examples Add manifest custom section example [#1033]
- fix Add oom_group_kill cgroup event type [#1031]
- fix Improve loop device setup [#951]
- tooling Remove lzma support and add notes about squashfs tools [#1030]
- tests Retry fds collection in fd leak test
- ci Grant write-all permission to clippy job
- client Consolidate client error types [#1028]
- tests Use socket2 for seqpacket in test-container
- cargo Fix log dependency
- chore Clippy fixes
- cargo Specify workspace resolver
- cargo Move workspace metadata to workspace manifest [#1016]
- chore Rename read_keypair function [#1015]

## Dependencies

- deps Bump rustix from 0.37.13 to 0.37.25 ([#1045])
- deps Bump termcolor from 1.2.0 to 1.3.0 ([#1036])
- deps Bump async-trait from 0.1.68 to 0.1.73 ([#1035])
- deps Bump strum_macros from 0.24.3 to 0.25.2 ([#1042])
- deps Bump actions/checkout from 3 to 4 ([#1044])
- deps Bump tokio-test from 0.4.2 to 0.4.3 ([#1043])
- deps Bump socket2 from 0.5.3 to 0.5.4 ([#1041])
- deps Bump url from 2.3.1 to 2.4.1 ([#1040])
- deps Bump semver from 1.0.18 to 1.0.19 ([#1039])
- deps Bump libc from 0.2.147 to 0.2.148 ([#1038])
- deps Bump strum from 0.24.1 to 0.25.0 ([#1037])
- deps Bump base64 from 0.21.3 to 0.21.4 ([#1034])
- deps Bump nix from 0.26.2 to 0.27.1 ([#1020])
- deps Bump memchr from 2.5.0 to 2.6.2 ([#1023])
- deps Bump semver from 1.0.17 to 1.0.18 ([#1019])
- deps Bump bitflags from 2.3.3 to 2.4.0 ([#1026])
- deps Bump base64 from 0.21.2 to 0.21.3 ([#1025])
- deps Bump colored from 2.0.0 to 2.0.4 ([#1022])
- deps Bump tokio from 1.29.1 to 1.32.0 ([#1021])
- deps Bump Swatinem/rust-cache from 1 to 2 ([#1017])

[#1015]: https://github.com/esrlabs/northstar/pull/1015
[#1017]: https://github.com/esrlabs/northstar/pull/1017
[#1019]: https://github.com/esrlabs/northstar/pull/1019
[#1020]: https://github.com/esrlabs/northstar/pull/1020
[#1021]: https://github.com/esrlabs/northstar/pull/1021
[#1022]: https://github.com/esrlabs/northstar/pull/1022
[#1023]: https://github.com/esrlabs/northstar/pull/1023
[#1025]: https://github.com/esrlabs/northstar/pull/1025
[#1026]: https://github.com/esrlabs/northstar/pull/1026
[#1028]: https://github.com/esrlabs/northstar/pull/1028
[#1030]: https://github.com/esrlabs/northstar/pull/1030
[#1031]: https://github.com/esrlabs/northstar/pull/1031
[#1032]: https://github.com/esrlabs/northstar/pull/1032
[#1033]: https://github.com/esrlabs/northstar/pull/1033
[#1034]: https://github.com/esrlabs/northstar/pull/1034
[#1035]: https://github.com/esrlabs/northstar/pull/1035
[#1036]: https://github.com/esrlabs/northstar/pull/1036
[#1037]: https://github.com/esrlabs/northstar/pull/1037
[#1038]: https://github.com/esrlabs/northstar/pull/1038
[#1039]: https://github.com/esrlabs/northstar/pull/1039
[#1040]: https://github.com/esrlabs/northstar/pull/1040
[#1041]: https://github.com/esrlabs/northstar/pull/1041
[#1042]: https://github.com/esrlabs/northstar/pull/1042
[#1043]: https://github.com/esrlabs/northstar/pull/1043
[#1044]: https://github.com/esrlabs/northstar/pull/1044
[#1045]: https://github.com/esrlabs/northstar/pull/1045
[#1046]: https://github.com/esrlabs/northstar/pull/1046
[#1047]: https://github.com/esrlabs/northstar/pull/1047
[#951]: https://github.com/esrlabs/northstar/pull/0951

# 0.8.3 (August 22th, 2023)

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.8.4-pre"
version = "0.9.0"
authors = ["ESRLabs"]
description = "Northstar is an container runtime for Linux targetting embedded systems"
edition = "2021"
Expand Down
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.4-pre"
version = "0.9.0"
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.4-pre", path = "../northstar-runtime", features = ["npk"] }
northstar-runtime = { version = "^0.9.0", path = "../northstar-runtime", features = ["npk"] }
serde = { version = "1.0.164", features = ["derive"] }
tempfile = "3.5.0"
termcolor = "1.3.0"
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.71", features = ["backtrace"] }
futures = "0.3.27"
northstar-runtime = { version = "^0.8.4-pre", path = "../northstar-runtime", features = ["api"] }
northstar-runtime = { version = "^0.9.0", path = "../northstar-runtime", features = ["api"] }
thiserror = "1.0.40"
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.27", default-features = false }
humantime = "2.1.0"
itertools = "0.11.0"
northstar-client = { version = "^0.8.4-pre", path = "../northstar-client" }
northstar-runtime = { version = "^0.8.4-pre", path = "../northstar-runtime", features = ["seccomp"] }
northstar-client = { version = "^0.9.0", path = "../northstar-client" }
northstar-runtime = { version = "^0.9.0", 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-sextant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ anyhow = { version = "1.0.71", features = ["backtrace"] }
clap = { version = "4.2.7", features = ["derive"] }
colored = "2.0.4"
env_logger = "0.10.0"
northstar-runtime = { version = "^0.8.4-pre", path = "../northstar-runtime", features = ["npk"] }
northstar-runtime = { version = "^0.9.0", path = "../northstar-runtime", features = ["npk"] }
tempfile = "3.5.0"
zip = { version = "0.6.6", default-features = false }
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.4-pre"
version = "0.9.0"
edition = "2021"
license = "Apache-2.0"

Expand Down
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.71", features = ["backtrace"] }
clap = { version = "4.2.7", features = ["derive"] }
log = { version = "0.4.19", features = ["std"] }
nix = { version = "0.27.1", default-features = false, features = ["sched", "mount"] }
northstar-runtime = { version = "^0.8.4-pre", path = "../northstar-runtime", features = ["runtime", "rexec"] }
northstar-runtime = { version = "^0.9.0", path = "../northstar-runtime", features = ["runtime", "rexec"] }
tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "signal"] }
toml = "0.7.6"

Expand Down

0 comments on commit 1d87a2d

Please sign in to comment.