Skip to content

Commit 42bdfd6

Browse files
Release 1.13.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6ac06b7 commit 42bdfd6

6 files changed

Lines changed: 15 additions & 3 deletions

File tree

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.12", path = "../lib" }
18+
bootc-lib = { version = "1.13", path = "../lib" }
1919
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.1.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.12.1"
9+
version = "1.13.0"
1010
# In general we try to keep this pinned to what's in the latest RHEL9.
1111
rust-version = "1.85.0"
1212

docs/src/man/bootc-install-to-disk.8.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ its DPS type GUID, without requiring an explicit `root=` kernel argument.
142142

143143
The stateroot name to use. Defaults to `default`
144144

145+
**--bootupd-skip-boot-uuid**
146+
147+
Don't pass --write-uuid to bootupd during bootloader installation
148+
145149
**--via-loopback**
146150

147151
Instead of targeting a block device, write to a file via loopback

docs/src/man/bootc-install-to-existing-root.8.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ of migrating the fstab entries. See the "Injecting kernel arguments" section abo
198198

199199
The stateroot name to use. Defaults to `default`
200200

201+
**--bootupd-skip-boot-uuid**
202+
203+
Don't pass --write-uuid to bootupd during bootloader installation
204+
201205
**--acknowledge-destructive**
202206

203207
Accept that this is a destructive action and skip a warning timer

docs/src/man/bootc-install-to-filesystem.8.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ is currently expected to be empty by default.
106106

107107
The stateroot name to use. Defaults to `default`
108108

109+
**--bootupd-skip-boot-uuid**
110+
111+
Don't pass --write-uuid to bootupd during bootloader installation
112+
109113
**--composefs-backend**
110114

111115
If true, composefs backend is used, else ostree backend is used

0 commit comments

Comments
 (0)