1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 06:45:13 +01:00

Release 1.8.0

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
bootc-bot[bot]
2025-09-04 21:31:00 +00:00
committed by GitHub
parent a0924212e5
commit e04d5c41af
19 changed files with 72 additions and 22 deletions

2
Cargo.lock generated
View File

@@ -250,7 +250,7 @@ dependencies = [
[[package]]
name = "bootc-lib"
version = "1.7.1"
version = "1.8.0"
dependencies = [
"anstream",
"anstyle",

View File

@@ -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

View File

@@ -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.1"
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"

View File

@@ -53,4 +53,4 @@ part of a build process; it will error if any problems are detected.
# VERSION
v1.7.1
v1.8.0

View File

@@ -30,4 +30,4 @@ bootc-container-help(8)
# VERSION
v1.7.1
v1.8.0

View File

@@ -36,4 +36,4 @@ Only changes to the \`spec\` section are honored.
# VERSION
v1.7.1
v1.8.0

View File

@@ -27,4 +27,4 @@ your code is using \`bootc install to-filesystem\` from the start.
# VERSION
v1.7.1
v1.8.0

View File

@@ -24,4 +24,4 @@ to-filesystem\`
# VERSION
v1.7.1
v1.8.0

View File

@@ -27,4 +27,4 @@ string-valued filesystem name suitable for passing to \`mkfs.\$type\`.
# VERSION
v1.7.1
v1.8.0

View File

@@ -160,4 +160,4 @@ more complex such as RAID, LVM, LUKS etc.
# VERSION
v1.7.1
v1.8.0

View File

@@ -152,4 +152,4 @@ to be cleaned up if desired when rebooted into the new root.
# VERSION
v1.7.1
v1.8.0

View File

@@ -173,4 +173,4 @@ is currently expected to be empty by default.
# VERSION
v1.7.1
v1.8.0

View File

@@ -71,4 +71,4 @@ bootc-install-help(8)
# VERSION
v1.7.1
v1.8.0

View File

@@ -7,7 +7,8 @@ queued upgrade) then it will be discarded
# SYNOPSIS
**bootc rollback** \[**\--apply**\] \[**-h**\|**\--help**\]
**bootc rollback** \[**\--apply**\] \[**\--soft-reboot**\]
\[**-h**\|**\--help**\]
# DESCRIPTION
@@ -36,6 +37,22 @@ rollback invocation.
will detect the case where no kernel changes are queued, and perform
a userspace-only restart.
**\--soft-reboot** *\<SOFT_REBOOT\>*
: Configure soft reboot behavior.
\'required\' will fail if soft reboot is not available. \'auto\'
will use soft reboot if available, otherwise fall back to regular
reboot.\
\
*Possible values:*
- required: Require a soft reboot; fail if not possible
- auto: Automatically use soft reboot if possible, otherwise use
regular reboot
**-h**, **\--help**
: Print help (see a summary with \'-h\')
@@ -55,4 +72,4 @@ happen when new deployments are created.
# VERSION
v1.7.1
v1.8.0

View File

@@ -63,4 +63,4 @@ not \`null\`.
# VERSION
v1.7.1
v1.8.0

View File

@@ -4,7 +4,8 @@ bootc-switch - Target a new container image reference to boot
# SYNOPSIS
**bootc switch** \[**\--quiet**\] \[**\--apply**\] \[**\--transport**\]
**bootc switch** \[**\--quiet**\] \[**\--apply**\]
\[**\--soft-reboot**\] \[**\--transport**\]
\[**\--enforce-container-sigpolicy**\] \[**\--retain**\]
\[**-h**\|**\--help**\] \<*TARGET*\>
@@ -38,6 +39,22 @@ updates via container image tags; for example,
will detect the case where no kernel changes are queued, and perform
a userspace-only restart.
**\--soft-reboot** *\<SOFT_REBOOT\>*
: Configure soft reboot behavior.
\'required\' will fail if soft reboot is not available. \'auto\'
will use soft reboot if available, otherwise fall back to regular
reboot.\
\
*Possible values:*
- required: Require a soft reboot; fail if not possible
- auto: Automatically use soft reboot if possible, otherwise use
regular reboot
**\--transport** *\<TRANSPORT\>* \[default: registry\]
: The transport; e.g. oci, oci-archive, containers-storage. Defaults
@@ -65,4 +82,4 @@ updates via container image tags; for example,
# VERSION
v1.7.1
v1.8.0

View File

@@ -5,7 +5,7 @@ bootc-upgrade - Download and queue an updated container image to apply
# SYNOPSIS
**bootc upgrade** \[**\--quiet**\] \[**\--check**\] \[**\--apply**\]
\[**-h**\|**\--help**\]
\[**\--soft-reboot**\] \[**-h**\|**\--help**\]
# DESCRIPTION
@@ -47,10 +47,26 @@ the update in addition.
will detect the case where no kernel changes are queued, and perform
a userspace-only restart.
**\--soft-reboot** *\<SOFT_REBOOT\>*
: Configure soft reboot behavior.
\'required\' will fail if soft reboot is not available. \'auto\'
will use soft reboot if available, otherwise fall back to regular
reboot.\
\
*Possible values:*
- required: Require a soft reboot; fail if not possible
- auto: Automatically use soft reboot if possible, otherwise use
regular reboot
**-h**, **\--help**
: Print help (see a summary with \'-h\')
# VERSION
v1.7.1
v1.8.0

View File

@@ -39,4 +39,4 @@ unmount\".
# VERSION
v1.7.1
v1.8.0

View File

@@ -72,4 +72,4 @@ bootc-help(8)
# VERSION
v1.7.1
v1.8.0