From 33a85914872ac0fc857cf0125bb9312c7069a9d6 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 08:12:07 +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 +- docs/src/host-v1.schema.json | 2 +- docs/src/man/bootc-install-print-configuration.8.md | 6 ++++++ tmt/plans/integration.fmf | 12 ++++++------ tmt/tests/tests.fmf | 10 +++++----- 7 files changed, 21 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac93806e9..89e49488e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,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 50079e973..83491b1b5 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.0.0" } # Workspace dependencies diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 48011b357..a71dea3cd 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/docs/src/host-v1.schema.json b/docs/src/host-v1.schema.json index e0bdf2880..4aa4161f8 100644 --- a/docs/src/host-v1.schema.json +++ b/docs/src/host-v1.schema.json @@ -199,7 +199,7 @@ "description": "Bootloader type to determine whether system was booted via Grub or Systemd", "oneOf": [ { - "description": "Use Grub as the booloader", + "description": "Use Grub as the bootloader", "type": "string", "const": "Grub" }, diff --git a/docs/src/man/bootc-install-print-configuration.8.md b/docs/src/man/bootc-install-print-configuration.8.md index bf50664a5..67928c9f1 100644 --- a/docs/src/man/bootc-install-print-configuration.8.md +++ b/docs/src/man/bootc-install-print-configuration.8.md @@ -19,7 +19,13 @@ filesystem type from the container image. At the current time, the only output key is `root-fs-type` which is a string-valued filesystem name suitable for passing to `mkfs.\$type`. +# OPTIONS + +**--all** + + Print all configuration + # VERSION diff --git a/tmt/plans/integration.fmf b/tmt/plans/integration.fmf index 87dfb10c3..ce76d61c7 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 diff --git a/tmt/tests/tests.fmf b/tmt/tests/tests.fmf index b867456a4..5593bb6f1 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