diff --git a/Cargo.lock b/Cargo.lock index 0789cb98..6705d786 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ dependencies = [ [[package]] name = "bootc-lib" -version = "1.10.0" +version = "1.11.0" dependencies = [ "anstream", "anstyle", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 938091ce..50079e97 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.10", path = "../lib" } +bootc-lib = { version = "1.11", 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 cdc278d4..48011b35 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.10.0" +version = "1.11.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 5158cca3..68eda3d8 100644 --- a/tmt/plans/integration.fmf +++ b/tmt/plans/integration.fmf @@ -65,19 +65,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 b867456a..5593bb6f 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