Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/src/man/bootc-container-lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ part of a build process; it will error if any problems are detected.

# VERSION

v1.4.0
v1.5.0
2 changes: 1 addition & 1 deletion docs/src/man/bootc-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ bootc-container-help(8)

# VERSION

v1.4.0
v1.5.0
2 changes: 1 addition & 1 deletion docs/src/man/bootc-edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Only changes to the \`spec\` section are honored.

# VERSION

v1.4.0
v1.5.0
2 changes: 1 addition & 1 deletion docs/src/man/bootc-install-ensure-completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ your code is using \`bootc install to-filesystem\` from the start.

# VERSION

v1.4.0
v1.5.0
2 changes: 1 addition & 1 deletion docs/src/man/bootc-install-finalize.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ to-filesystem\`

# VERSION

v1.4.0
v1.5.0
2 changes: 1 addition & 1 deletion docs/src/man/bootc-install-print-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ string-valued filesystem name suitable for passing to \`mkfs.\$type\`.

# VERSION

v1.4.0
v1.5.0
2 changes: 1 addition & 1 deletion docs/src/man/bootc-install-to-disk.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ more complex such as RAID, LVM, LUKS etc.

# VERSION

v1.4.0
v1.5.0
2 changes: 1 addition & 1 deletion docs/src/man/bootc-install-to-existing-root.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ to be cleaned up if desired when rebooted into the new root.

# VERSION

v1.4.0
v1.5.0
2 changes: 1 addition & 1 deletion docs/src/man/bootc-install-to-filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ is currently expected to be empty by default.

# VERSION

v1.4.0
v1.5.0
2 changes: 1 addition & 1 deletion docs/src/man/bootc-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ bootc-install-help(8)

# VERSION

v1.4.0
v1.5.0
2 changes: 1 addition & 1 deletion docs/src/man/bootc-rollback.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ happen when new deployments are created.

# VERSION

v1.4.0
v1.5.0
8 changes: 6 additions & 2 deletions docs/src/man/bootc-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bootc-status - Display status
# SYNOPSIS

**bootc status** \[**\--format**\] \[**\--format-version**\]
\[**\--booted**\] \[**-h**\|**\--help**\]
\[**\--booted**\] \[**-v**\|**\--verbose**\] \[**-h**\|**\--help**\]

# DESCRIPTION

Expand Down Expand Up @@ -53,10 +53,14 @@ not \`null\`.

: Only display status for the booted deployment

**-v**, **\--verbose**

: Include additional fields in human readable format

**-h**, **\--help**

: Print help (see a summary with \'-h\')

# VERSION

v1.4.0
v1.5.0
2 changes: 1 addition & 1 deletion docs/src/man/bootc-switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ updates via container image tags; for example,

# VERSION

v1.4.0
v1.5.0
2 changes: 1 addition & 1 deletion docs/src/man/bootc-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ the update in addition.

# VERSION

v1.4.0
v1.5.0
2 changes: 1 addition & 1 deletion docs/src/man/bootc-usr-overlay.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ unmount\".

# VERSION

v1.4.0
v1.5.0
2 changes: 1 addition & 1 deletion docs/src/man/bootc.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ bootc-help(8)

# VERSION

v1.4.0
v1.5.0
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
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.4.0"
version = "1.5.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While the crate version is correctly updated here, the version number appears to be hardcoded in the man pages and has not been updated to 1.5.0. This can lead to confusion for users reading the documentation.

The following files still reference v1.4.0:

  • docs/src/man/bootc.md
  • docs/src/man/bootc-upgrade.md
  • docs/src/man/bootc-install.md
  • docs/src/man/bootc-rollback.md
  • docs/src/man/bootc-switch.md
  • docs/src/man/bootc-status.md

Please update these files to reflect the new version. To prevent this from being missed in future releases, you might consider automating this update as part of your release process.

# 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"
Expand Down