Skip to content

Commit acba07b

Browse files
bootc-actions-token[bot]ckyrouac
authored andcommitted
Release 1.6.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0da7858 commit acba07b

19 files changed

+19
-31
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
@@ -16,7 +16,7 @@ platforms = ["*-unknown-linux-gnu"]
1616
[dependencies]
1717
anstream = { workspace = true }
1818
anyhow = { workspace = true }
19-
bootc-lib = { version = "1.0", path = "../lib" }
19+
bootc-lib = { version = "1.6", path = "../lib" }
2020
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.0.0" }
2121
tokio = { workspace = true, features = ["macros"] }
2222
log = "0.4.21"

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.5.1"
9+
version = "1.6.0"
1010
# In general we try to keep this pinned to what's in the latest RHEL9.
1111
# However right now, we bumped to 1.82 as that's what composefs-rs uses.
1212
rust-version = "1.82.0"

docs/src/man/bootc-container-lint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ part of a build process; it will error if any problems are detected.
5353

5454
# VERSION
5555

56-
v1.5.1
56+
v1.6.0

docs/src/man/bootc-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ bootc-container-help(8)
3030

3131
# VERSION
3232

33-
v1.5.1
33+
v1.6.0

docs/src/man/bootc-edit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Only changes to the \`spec\` section are honored.
3636

3737
# VERSION
3838

39-
v1.5.1
39+
v1.6.0

docs/src/man/bootc-install-ensure-completion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ your code is using \`bootc install to-filesystem\` from the start.
2727

2828
# VERSION
2929

30-
v1.5.1
30+
v1.6.0

docs/src/man/bootc-install-finalize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ to-filesystem\`
2424

2525
# VERSION
2626

27-
v1.5.1
27+
v1.6.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ string-valued filesystem name suitable for passing to \`mkfs.\$type\`.
2727

2828
# VERSION
2929

30-
v1.5.1
30+
v1.6.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@ more complex such as RAID, LVM, LUKS etc.
160160

161161
# VERSION
162162

163-
v1.5.1
163+
v1.6.0

0 commit comments

Comments
 (0)