From 9a55e45062f4bf5c63ad2946ef60ee5e1cf9cda6 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:34:34 +0000 Subject: [PATCH] Release 1.16.3 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- crates/blockdev/Cargo.toml | 6 +++--- crates/cli/Cargo.toml | 2 +- crates/lib/Cargo.toml | 8 ++++---- crates/mount/Cargo.toml | 4 ++-- crates/ostree-ext/Cargo.toml | 2 +- crates/system-reinstall-bootc/Cargo.toml | 4 ++-- crates/sysusers/Cargo.toml | 2 +- crates/tmpfiles/Cargo.toml | 2 +- crates/utils/Cargo.toml | 2 +- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce80b2a8d..8bf96849e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -244,7 +244,7 @@ dependencies = [ [[package]] name = "bootc-internal-blockdev" -version = "1.16.2" +version = "1.16.3" dependencies = [ "anyhow", "bootc-internal-mount", @@ -264,7 +264,7 @@ dependencies = [ [[package]] name = "bootc-internal-mount" -version = "1.16.2" +version = "1.16.3" dependencies = [ "anyhow", "bootc-internal-utils", @@ -281,7 +281,7 @@ dependencies = [ [[package]] name = "bootc-internal-utils" -version = "1.16.2" +version = "1.16.3" dependencies = [ "anstream", "anyhow", @@ -313,7 +313,7 @@ dependencies = [ [[package]] name = "bootc-lib" -version = "1.16.2" +version = "1.16.3" dependencies = [ "anstream", "anstyle", diff --git a/crates/blockdev/Cargo.toml b/crates/blockdev/Cargo.toml index 31a3a22f0..9c6e63b9b 100644 --- a/crates/blockdev/Cargo.toml +++ b/crates/blockdev/Cargo.toml @@ -4,12 +4,12 @@ edition = "2024" license = "MIT OR Apache-2.0" name = "bootc-internal-blockdev" repository = "https://github.com/bootc-dev/bootc" -version = "1.16.2" +version = "1.16.3" [dependencies] # Internal crates -bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "1.16.2" } -bootc-mount = { package = "bootc-internal-mount", path = "../mount", version = "1.16.2" } +bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "1.16.3" } +bootc-mount = { package = "bootc-internal-mount", path = "../mount", version = "1.16.3" } # Workspace dependencies anyhow = { workspace = true } diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index fccf9719d..bdb724c73 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -16,7 +16,7 @@ platforms = ["*-unknown-linux-gnu"] [dependencies] # Internal crates bootc-lib = { version = "1.16", path = "../lib" } -bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "1.16.2" } +bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "1.16.3" } # Workspace dependencies anstream = { workspace = true } diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 0c8899162..49d74f701 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -6,7 +6,7 @@ name = "bootc-lib" repository = "https://github.com/bootc-dev/bootc" # The intention is we'll follow semver here, even though this # project isn't actually published as a crate. -version = "1.16.2" +version = "1.16.3" # In general we try to keep this pinned to what's in the latest RHEL9. rust-version = "1.85.0" @@ -14,12 +14,12 @@ include = ["/src", "LICENSE-APACHE", "LICENSE-MIT"] [dependencies] # Internal crates -bootc-blockdev = { package = "bootc-internal-blockdev", path = "../blockdev", version = "1.16.2" } +bootc-blockdev = { package = "bootc-internal-blockdev", path = "../blockdev", version = "1.16.3" } bootc-kernel-cmdline = { path = "../kernel_cmdline", version = "0.0.0" } -bootc-mount = { package = "bootc-internal-mount", path = "../mount", version = "1.16.2" } +bootc-mount = { package = "bootc-internal-mount", path = "../mount", version = "1.16.3" } bootc-sysusers = { path = "../sysusers" } bootc-tmpfiles = { path = "../tmpfiles" } -bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "1.16.2" } +bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "1.16.3" } ostree-ext = { path = "../ostree-ext", features = ["bootc"] } etc-merge = { path = "../etc-merge" } bootc-initramfs-setup = { path = "../initramfs" } diff --git a/crates/mount/Cargo.toml b/crates/mount/Cargo.toml index 69d0d9928..7999cf7e1 100644 --- a/crates/mount/Cargo.toml +++ b/crates/mount/Cargo.toml @@ -4,11 +4,11 @@ edition = "2024" license = "MIT OR Apache-2.0" name = "bootc-internal-mount" repository = "https://github.com/bootc-dev/bootc" -version = "1.16.2" +version = "1.16.3" [dependencies] # Internal crates -bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "1.16.2" } +bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "1.16.3" } # Workspace dependencies anyhow = { workspace = true } diff --git a/crates/ostree-ext/Cargo.toml b/crates/ostree-ext/Cargo.toml index 97b9f9b08..b1fa2458b 100644 --- a/crates/ostree-ext/Cargo.toml +++ b/crates/ostree-ext/Cargo.toml @@ -9,7 +9,7 @@ version = "0.15.3" [dependencies] # Internal crates -bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "1.16.2" } +bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "1.16.3" } # Workspace dependencies anyhow = { workspace = true } diff --git a/crates/system-reinstall-bootc/Cargo.toml b/crates/system-reinstall-bootc/Cargo.toml index f64e5dc91..538568a03 100644 --- a/crates/system-reinstall-bootc/Cargo.toml +++ b/crates/system-reinstall-bootc/Cargo.toml @@ -15,8 +15,8 @@ platforms = ["*-unknown-linux-gnu"] [dependencies] # Internal crates -bootc-mount = { package = "bootc-internal-mount", path = "../mount", version = "1.16.2" } -bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "1.16.2" } +bootc-mount = { package = "bootc-internal-mount", path = "../mount", version = "1.16.3" } +bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "1.16.3" } # Workspace dependencies anstream = { workspace = true } diff --git a/crates/sysusers/Cargo.toml b/crates/sysusers/Cargo.toml index 3b50d9167..2654114ea 100644 --- a/crates/sysusers/Cargo.toml +++ b/crates/sysusers/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] # Internal crates -bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "1.16.2" } +bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "1.16.3" } # Workspace dependencies anyhow = { workspace = true } diff --git a/crates/tmpfiles/Cargo.toml b/crates/tmpfiles/Cargo.toml index 8b96d84db..5d516edc5 100644 --- a/crates/tmpfiles/Cargo.toml +++ b/crates/tmpfiles/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] # Internal crates -bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "1.16.2" } +bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "1.16.3" } # Workspace dependencies camino = { workspace = true } diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml index e2eca62e9..3c3e8bfae 100644 --- a/crates/utils/Cargo.toml +++ b/crates/utils/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bootc-internal-utils" description = "Internal implementation component of bootc; do not use" -version = "1.16.2" +version = "1.16.3" edition = "2024" license = "MIT OR Apache-2.0" repository = "https://github.com/bootc-dev/bootc"