Skip to content

Commit 33a8591

Browse files
Release 1.12.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3f5a3c7 commit 33a8591

File tree

7 files changed

+21
-15
lines changed

7 files changed

+21
-15
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ platforms = ["*-unknown-linux-gnu"]
1515

1616
[dependencies]
1717
# Internal crates
18-
bootc-lib = { version = "1.11", path = "../lib" }
18+
bootc-lib = { version = "1.12", path = "../lib" }
1919
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.0.0" }
2020

2121
# Workspace dependencies

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "bootc-lib"
66
repository = "https://github.com/bootc-dev/bootc"
77
# The intention is we'll follow semver here, even though this
88
# project isn't actually published as a crate.
9-
version = "1.11.0"
9+
version = "1.12.0"
1010
# In general we try to keep this pinned to what's in the latest RHEL9.
1111
rust-version = "1.84.0"
1212

docs/src/host-v1.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
"description": "Bootloader type to determine whether system was booted via Grub or Systemd",
200200
"oneOf": [
201201
{
202-
"description": "Use Grub as the booloader",
202+
"description": "Use Grub as the bootloader",
203203
"type": "string",
204204
"const": "Grub"
205205
},

docs/src/man/bootc-install-print-configuration.8.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ filesystem type from the container image.
1919
At the current time, the only output key is `root-fs-type` which is a
2020
string-valued filesystem name suitable for passing to `mkfs.\$type`.
2121

22+
# OPTIONS
23+
2224
<!-- BEGIN GENERATED OPTIONS -->
25+
**--all**
26+
27+
Print all configuration
28+
2329
<!-- END GENERATED OPTIONS -->
2430

2531
# VERSION

tmt/plans/integration.fmf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,19 @@ execute:
6666
test:
6767
- /tmt/tests/tests/test-22-logically-bound-install
6868

69-
/plan-23-install-outside-container:
70-
summary: Execute tests for installing outside of a container
69+
/plan-23-usroverlay:
70+
summary: Execute tests for bootc usrover
7171
discover:
7272
how: fmf
7373
test:
74-
- /tmt/tests/tests/test-23-install-outside-container
74+
- /tmt/tests/tests/test-23-usroverlay
7575

76-
/plan-23-usroverlay:
77-
summary: Execute tests for bootc usrover
76+
/plan-23-install-outside-container:
77+
summary: Execute tests for installing outside of a container
7878
discover:
7979
how: fmf
8080
test:
81-
- /tmt/tests/tests/test-23-usroverlay
81+
- /tmt/tests/tests/test-23-install-outside-container
8282

8383
/plan-24-image-upgrade-reboot:
8484
summary: Execute local upgrade tests

tmt/tests/tests.fmf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
duration: 30m
2222
test: nu booted/test-logically-bound-install.nu
2323

24-
/test-23-install-outside-container:
25-
summary: Execute tests for installing outside of a container
26-
duration: 30m
27-
test: nu booted/test-install-outside-container.nu
28-
2924
/test-23-usroverlay:
3025
summary: Execute tests for bootc usrover
3126
duration: 30m
3227
test: nu booted/test-usroverlay.nu
3328

29+
/test-23-install-outside-container:
30+
summary: Execute tests for installing outside of a container
31+
duration: 30m
32+
test: nu booted/test-install-outside-container.nu
33+
3434
/test-24-image-upgrade-reboot:
3535
summary: Execute local upgrade tests
3636
duration: 30m

0 commit comments

Comments
 (0)