From f517d6d1a4667bfe95ff20e0f83092979022a4df 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 | 24 ++++++++++++------------ tmt/tests/tests.fmf | 20 ++++++++++---------- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0888849b..5242d2147 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 7ff3244f9..8a7353320 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 42f46b37d..ab03da40d 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 f829c2478..6f9117a01 100644 --- a/tmt/plans/integration.fmf +++ b/tmt/plans/integration.fmf @@ -66,19 +66,19 @@ execute: test: - /tmt/tests/tests/test-22-logically-bound-install -/plan-23-install-outside-container: - summary: Execute tests for installing outside of a container +/plan-23-usroverlay: + summary: Execute tests for bootc usrover discover: how: fmf test: - - /tmt/tests/tests/test-23-install-outside-container + - /tmt/tests/tests/test-23-usroverlay -/plan-23-usroverlay: - summary: Execute tests for bootc usrover +/plan-23-install-outside-container: + summary: Execute tests for installing outside of a container discover: how: fmf test: - - /tmt/tests/tests/test-23-usroverlay + - /tmt/tests/tests/test-23-install-outside-container /plan-24-image-upgrade-reboot: summary: Execute local upgrade tests @@ -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 +/plan-31-switch-mutate-in-place: + summary: switch --mutate-in-place discover: how: fmf test: - - /tmt/tests/tests/test-31-switch-to-unified + - /tmt/tests/tests/test-31-switch-mutate-in-place -/plan-31-switch-mutate-in-place: - summary: 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-mutate-in-place + - /tmt/tests/tests/test-31-switch-to-unified # END GENERATED PLANS diff --git a/tmt/tests/tests.fmf b/tmt/tests/tests.fmf index b6a811a17..eb715ce8b 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