Skip to content

Commit a5f9790

Browse files
authored
Merge pull request #1585 from bootc-dev/release-1.8.0
Release 1.8.0
2 parents a092421 + e04d5c4 commit a5f9790

19 files changed

+72
-22
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.7", path = "../lib" }
18+
bootc-lib = { version = "1.8", 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.7.1"
9+
version = "1.8.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.7.1
56+
v1.8.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.7.1
33+
v1.8.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.7.1
39+
v1.8.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.7.1
30+
v1.8.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.7.1
27+
v1.8.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.7.1
30+
v1.8.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.7.1
163+
v1.8.0

0 commit comments

Comments
 (0)