From dca83af3abf359b83d8245deb373854f600ddc10 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 22:55:33 +0000 Subject: [PATCH] Release 1.12.1 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/lib/Cargo.toml | 2 +- tmt/tests/tests.fmf | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30b0dd4d7..d1a781ad7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "adler2" @@ -221,7 +221,7 @@ dependencies = [ [[package]] name = "bootc-lib" -version = "1.12.0" +version = "1.12.1" dependencies = [ "anstream", "anstyle", diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index e51399868..78caa7a8e 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.12.0" +version = "1.12.1" # In general we try to keep this pinned to what's in the latest RHEL9. rust-version = "1.85.0" diff --git a/tmt/tests/tests.fmf b/tmt/tests/tests.fmf index 6344deb0e..2075740e7 100644 --- a/tmt/tests/tests.fmf +++ b/tmt/tests/tests.fmf @@ -84,8 +84,8 @@ summary: Test bootc install to-filesystem with separate /var mount duration: 30m require: - - parted - - lvm2 - - dosfstools - - e2fsprogs + - parted + - lvm2 + - dosfstools + - e2fsprogs test: bash booted/test-install-to-filesystem-var-mount.sh