1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 06:45:13 +01:00

Release 1.12.0

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
bootc-bot[bot]
2025-12-29 08:12:34 +00:00
committed by Colin Walters
parent c7e3d10658
commit 0ee9b2276d
5 changed files with 27 additions and 27 deletions

2
Cargo.lock generated
View File

@@ -221,7 +221,7 @@ dependencies = [
[[package]]
name = "bootc-lib"
version = "1.11.0"
version = "1.12.0"
dependencies = [
"anstream",
"anstyle",

View File

@@ -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

View File

@@ -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"

View File

@@ -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

View File

@@ -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