Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion docs/src/host-v1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
6 changes: 6 additions & 0 deletions docs/src/man/bootc-install-print-configuration.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- BEGIN GENERATED OPTIONS -->
**--all**

Print all configuration

<!-- END GENERATED OPTIONS -->

# VERSION
Expand Down
12 changes: 6 additions & 6 deletions tmt/plans/integration.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions tmt/tests/tests.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down