From 0ee9b2276d46df7ccc47ecbac7d6780903a8b4ca Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 08:12:34 +0000 Subject: [PATCH] Release 1.12.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- crates/cli/Cargo.toml | 2 +- crates/lib/Cargo.toml | 2 +- tmt/plans/integration.fmf | 28 ++++++++++++++-------------- tmt/tests/tests.fmf | 20 ++++++++++---------- 5 files changed, 27 insertions(+), 27 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0888849..5242d214 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,7 +221,7 @@ dependencies = [ [[package]] name = "bootc-lib" -version = "1.11.0" +version = "1.12.0" dependencies = [ "anstream", "anstyle", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 7ff3244f..8a735332 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -15,7 +15,7 @@ platforms = ["*-unknown-linux-gnu"] [dependencies] # Internal crates -bootc-lib = { version = "1.11", path = "../lib" } +bootc-lib = { version = "1.12", path = "../lib" } bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.1.0" } # Workspace dependencies diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 42f46b37..ab03da40 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.11.0" +version = "1.12.0" # In general we try to keep this pinned to what's in the latest RHEL9. rust-version = "1.84.0" diff --git a/tmt/plans/integration.fmf b/tmt/plans/integration.fmf index f829c247..6f9117a0 100644 --- a/tmt/plans/integration.fmf +++ b/tmt/plans/integration.fmf @@ -66,13 +66,6 @@ execute: test: - /tmt/tests/tests/test-22-logically-bound-install -/plan-23-install-outside-container: - summary: Execute tests for installing outside of a container - discover: - how: fmf - test: - - /tmt/tests/tests/test-23-install-outside-container - /plan-23-usroverlay: summary: Execute tests for bootc usrover discover: @@ -80,6 +73,13 @@ execute: test: - /tmt/tests/tests/test-23-usroverlay +/plan-23-install-outside-container: + summary: Execute tests for installing outside of a container + discover: + how: fmf + test: + - /tmt/tests/tests/test-23-install-outside-container + /plan-24-image-upgrade-reboot: summary: Execute local upgrade tests discover: @@ -134,17 +134,17 @@ execute: test: - /tmt/tests/tests/test-30-install-unified-flag -/plan-31-switch-to-unified: - summary: Onboard to unified storage, build derived image, and switch to it - discover: - how: fmf - test: - - /tmt/tests/tests/test-31-switch-to-unified - /plan-31-switch-mutate-in-place: summary: switch --mutate-in-place discover: how: fmf test: - /tmt/tests/tests/test-31-switch-mutate-in-place + +/plan-31-switch-to-unified: + summary: Onboard to unified storage, build derived image, and switch to it + discover: + how: fmf + test: + - /tmt/tests/tests/test-31-switch-to-unified # END GENERATED PLANS diff --git a/tmt/tests/tests.fmf b/tmt/tests/tests.fmf index b6a811a1..eb715ce8 100644 --- a/tmt/tests/tests.fmf +++ b/tmt/tests/tests.fmf @@ -21,16 +21,16 @@ duration: 30m test: nu booted/test-logically-bound-install.nu -/test-23-install-outside-container: - summary: Execute tests for installing outside of a container - duration: 30m - test: nu booted/test-install-outside-container.nu - /test-23-usroverlay: summary: Execute tests for bootc usrover duration: 30m test: nu booted/test-usroverlay.nu +/test-23-install-outside-container: + summary: Execute tests for installing outside of a container + duration: 30m + test: nu booted/test-install-outside-container.nu + /test-24-image-upgrade-reboot: summary: Execute local upgrade tests duration: 30m @@ -70,12 +70,12 @@ duration: 30m test: nu booted/test-install-unified-flag.nu -/test-31-switch-to-unified: - summary: Onboard to unified storage, build derived image, and switch to it - duration: 30m - test: nu booted/test-switch-to-unified.nu - /test-31-switch-mutate-in-place: summary: switch --mutate-in-place duration: 30m test: nu booted/test-switch-mutate-in-place.nu + +/test-31-switch-to-unified: + summary: Onboard to unified storage, build derived image, and switch to it + duration: 30m + test: nu booted/test-switch-to-unified.nu