From dad875f8af2321069c0765d777e2aa770789ac00 Mon Sep 17 00:00:00 2001 From: "bootc-actions-token[bot]" <225049296+bootc-actions-token[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 08:12:46 +0000 Subject: [PATCH] Release 1.8.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- crates/cli/Cargo.toml | 2 +- crates/lib/Cargo.toml | 2 +- docs/src/man/bootc-container-lint.md | 2 +- docs/src/man/bootc-container.md | 2 +- docs/src/man/bootc-edit.md | 2 +- docs/src/man/bootc-install-ensure-completion.md | 2 +- docs/src/man/bootc-install-finalize.md | 2 +- docs/src/man/bootc-install-print-configuration.md | 2 +- docs/src/man/bootc-install-to-disk.md | 2 +- docs/src/man/bootc-install-to-existing-root.md | 2 +- docs/src/man/bootc-install-to-filesystem.md | 2 +- docs/src/man/bootc-install.md | 2 +- docs/src/man/bootc-rollback.md | 2 +- docs/src/man/bootc-status.md | 2 +- docs/src/man/bootc-switch.md | 2 +- docs/src/man/bootc-upgrade.md | 2 +- docs/src/man/bootc-usr-overlay.md | 2 +- docs/src/man/bootc.md | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae2b741b9..09798bd71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -232,7 +232,7 @@ dependencies = [ [[package]] name = "bootc-lib" -version = "1.7.0" +version = "1.8.0" dependencies = [ "anstream", "anstyle", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 5dac61959..a46f5dda4 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -15,7 +15,7 @@ platforms = ["*-unknown-linux-gnu"] [dependencies] # Internal crates -bootc-lib = { version = "1.7", path = "../lib" } +bootc-lib = { version = "1.8", path = "../lib" } bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.0.0" } # Workspace dependencies diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 81bee1097..dcc47b7c2 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -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.7.0" +version = "1.8.0" # In general we try to keep this pinned to what's in the latest RHEL9. # However right now, we bumped to 1.82 as that's what composefs-rs uses. rust-version = "1.82.0" diff --git a/docs/src/man/bootc-container-lint.md b/docs/src/man/bootc-container-lint.md index 3ba46c839..a6f5d7962 100644 --- a/docs/src/man/bootc-container-lint.md +++ b/docs/src/man/bootc-container-lint.md @@ -53,4 +53,4 @@ part of a build process; it will error if any problems are detected. # VERSION -v1.7.0 +v1.8.0 diff --git a/docs/src/man/bootc-container.md b/docs/src/man/bootc-container.md index 9c4e6b167..0541e8d2f 100644 --- a/docs/src/man/bootc-container.md +++ b/docs/src/man/bootc-container.md @@ -30,4 +30,4 @@ bootc-container-help(8) # VERSION -v1.7.0 +v1.8.0 diff --git a/docs/src/man/bootc-edit.md b/docs/src/man/bootc-edit.md index 719e2950f..79e1b08e6 100644 --- a/docs/src/man/bootc-edit.md +++ b/docs/src/man/bootc-edit.md @@ -36,4 +36,4 @@ Only changes to the \`spec\` section are honored. # VERSION -v1.7.0 +v1.8.0 diff --git a/docs/src/man/bootc-install-ensure-completion.md b/docs/src/man/bootc-install-ensure-completion.md index d5f1a2d54..f0be20d0e 100644 --- a/docs/src/man/bootc-install-ensure-completion.md +++ b/docs/src/man/bootc-install-ensure-completion.md @@ -27,4 +27,4 @@ your code is using \`bootc install to-filesystem\` from the start. # VERSION -v1.7.0 +v1.8.0 diff --git a/docs/src/man/bootc-install-finalize.md b/docs/src/man/bootc-install-finalize.md index f467c7eaf..099a7e38d 100644 --- a/docs/src/man/bootc-install-finalize.md +++ b/docs/src/man/bootc-install-finalize.md @@ -24,4 +24,4 @@ to-filesystem\` # VERSION -v1.7.0 +v1.8.0 diff --git a/docs/src/man/bootc-install-print-configuration.md b/docs/src/man/bootc-install-print-configuration.md index dc13667ff..14666d4a6 100644 --- a/docs/src/man/bootc-install-print-configuration.md +++ b/docs/src/man/bootc-install-print-configuration.md @@ -27,4 +27,4 @@ string-valued filesystem name suitable for passing to \`mkfs.\$type\`. # VERSION -v1.7.0 +v1.8.0 diff --git a/docs/src/man/bootc-install-to-disk.md b/docs/src/man/bootc-install-to-disk.md index 225e22290..f3d45dd2b 100644 --- a/docs/src/man/bootc-install-to-disk.md +++ b/docs/src/man/bootc-install-to-disk.md @@ -160,4 +160,4 @@ more complex such as RAID, LVM, LUKS etc. # VERSION -v1.7.0 +v1.8.0 diff --git a/docs/src/man/bootc-install-to-existing-root.md b/docs/src/man/bootc-install-to-existing-root.md index e42168ad5..81596bdc4 100644 --- a/docs/src/man/bootc-install-to-existing-root.md +++ b/docs/src/man/bootc-install-to-existing-root.md @@ -152,4 +152,4 @@ to be cleaned up if desired when rebooted into the new root. # VERSION -v1.7.0 +v1.8.0 diff --git a/docs/src/man/bootc-install-to-filesystem.md b/docs/src/man/bootc-install-to-filesystem.md index 21ac3cc96..8c918da69 100644 --- a/docs/src/man/bootc-install-to-filesystem.md +++ b/docs/src/man/bootc-install-to-filesystem.md @@ -173,4 +173,4 @@ is currently expected to be empty by default. # VERSION -v1.7.0 +v1.8.0 diff --git a/docs/src/man/bootc-install.md b/docs/src/man/bootc-install.md index a0db07e9c..47bc6d230 100644 --- a/docs/src/man/bootc-install.md +++ b/docs/src/man/bootc-install.md @@ -71,4 +71,4 @@ bootc-install-help(8) # VERSION -v1.7.0 +v1.8.0 diff --git a/docs/src/man/bootc-rollback.md b/docs/src/man/bootc-rollback.md index ec9f38d2b..beb85ab2f 100644 --- a/docs/src/man/bootc-rollback.md +++ b/docs/src/man/bootc-rollback.md @@ -55,4 +55,4 @@ happen when new deployments are created. # VERSION -v1.7.0 +v1.8.0 diff --git a/docs/src/man/bootc-status.md b/docs/src/man/bootc-status.md index a884f535b..e001afb3a 100644 --- a/docs/src/man/bootc-status.md +++ b/docs/src/man/bootc-status.md @@ -63,4 +63,4 @@ not \`null\`. # VERSION -v1.7.0 +v1.8.0 diff --git a/docs/src/man/bootc-switch.md b/docs/src/man/bootc-switch.md index 957fc07d2..dd868ffe0 100644 --- a/docs/src/man/bootc-switch.md +++ b/docs/src/man/bootc-switch.md @@ -65,4 +65,4 @@ updates via container image tags; for example, # VERSION -v1.7.0 +v1.8.0 diff --git a/docs/src/man/bootc-upgrade.md b/docs/src/man/bootc-upgrade.md index 3fe5c5818..5a961de08 100644 --- a/docs/src/man/bootc-upgrade.md +++ b/docs/src/man/bootc-upgrade.md @@ -53,4 +53,4 @@ the update in addition. # VERSION -v1.7.0 +v1.8.0 diff --git a/docs/src/man/bootc-usr-overlay.md b/docs/src/man/bootc-usr-overlay.md index 96f3a8819..1718eafca 100644 --- a/docs/src/man/bootc-usr-overlay.md +++ b/docs/src/man/bootc-usr-overlay.md @@ -39,4 +39,4 @@ unmount\". # VERSION -v1.7.0 +v1.8.0 diff --git a/docs/src/man/bootc.md b/docs/src/man/bootc.md index 01583bd1b..076ecaf59 100644 --- a/docs/src/man/bootc.md +++ b/docs/src/man/bootc.md @@ -72,4 +72,4 @@ bootc-help(8) # VERSION -v1.7.0 +v1.8.0