Skip to content

Commit f890247

Browse files
Release 1.9.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f4dfd81 commit f890247

18 files changed

+393
-3
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.8", path = "../lib" }
18+
bootc-lib = { version = "1.9", 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.8.0"
9+
version = "1.9.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"
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# NAME
2+
3+
bootc-container-lint - Perform relatively inexpensive static analysis checks as part of a container build
4+
5+
# SYNOPSIS
6+
7+
**bootc container lint** [*OPTIONS*]
8+
9+
# DESCRIPTION
10+
11+
Perform relatively inexpensive static analysis checks as part of a container build
12+
13+
<!-- BEGIN GENERATED OPTIONS -->
14+
<!-- END GENERATED OPTIONS -->
15+
16+
# EXAMPLES
17+
18+
TODO: Add practical examples showing how to use this command.
19+
20+
# SEE ALSO
21+
22+
**bootc**(8)
23+
24+
# VERSION
25+
26+
<!-- VERSION PLACEHOLDER -->

docs/src/man/bootc-container.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# NAME
2+
3+
bootc-container - Operations which can be executed as part of a container build
4+
5+
# SYNOPSIS
6+
7+
**bootc container** [*OPTIONS*]
8+
9+
# DESCRIPTION
10+
11+
Operations which can be executed as part of a container build
12+
13+
<!-- BEGIN GENERATED OPTIONS -->
14+
<!-- END GENERATED OPTIONS -->
15+
16+
# EXAMPLES
17+
18+
TODO: Add practical examples showing how to use this command.
19+
20+
# SEE ALSO
21+
22+
**bootc**(8)
23+
24+
# VERSION
25+
26+
<!-- VERSION PLACEHOLDER -->

docs/src/man/bootc-edit.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# NAME
2+
3+
bootc-edit - Apply full changes to the host specification
4+
5+
# SYNOPSIS
6+
7+
**bootc edit** [*OPTIONS*]
8+
9+
# DESCRIPTION
10+
11+
Apply full changes to the host specification
12+
13+
<!-- BEGIN GENERATED OPTIONS -->
14+
<!-- END GENERATED OPTIONS -->
15+
16+
# EXAMPLES
17+
18+
TODO: Add practical examples showing how to use this command.
19+
20+
# SEE ALSO
21+
22+
**bootc**(8)
23+
24+
# VERSION
25+
26+
<!-- VERSION PLACEHOLDER -->
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# NAME
2+
3+
bootc-install-ensure-completion - Intended for use in environments that are performing an ostree-based installation, not bootc
4+
5+
# SYNOPSIS
6+
7+
**bootc install ensure-completion** [*OPTIONS*]
8+
9+
# DESCRIPTION
10+
11+
Intended for use in environments that are performing an ostree-based installation, not bootc
12+
13+
<!-- BEGIN GENERATED OPTIONS -->
14+
<!-- END GENERATED OPTIONS -->
15+
16+
# EXAMPLES
17+
18+
TODO: Add practical examples showing how to use this command.
19+
20+
# SEE ALSO
21+
22+
**bootc**(8)
23+
24+
# VERSION
25+
26+
<!-- VERSION PLACEHOLDER -->
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# NAME
2+
3+
bootc-install-finalize - Execute this as the penultimate step of an installation using `install to-filesystem`
4+
5+
# SYNOPSIS
6+
7+
**bootc install finalize** [*OPTIONS*]
8+
9+
# DESCRIPTION
10+
11+
Execute this as the penultimate step of an installation using `install to-filesystem`
12+
13+
<!-- BEGIN GENERATED OPTIONS -->
14+
<!-- END GENERATED OPTIONS -->
15+
16+
# EXAMPLES
17+
18+
TODO: Add practical examples showing how to use this command.
19+
20+
# SEE ALSO
21+
22+
**bootc**(8)
23+
24+
# VERSION
25+
26+
<!-- VERSION PLACEHOLDER -->
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# NAME
2+
3+
bootc-install-print-configuration - Output JSON to stdout that contains the merged installation configuration as it may be relevant to calling processes using `install to-filesystem` that in particular want to discover the desired root filesystem type from the container image
4+
5+
# SYNOPSIS
6+
7+
**bootc install print-configuration** [*OPTIONS*]
8+
9+
# DESCRIPTION
10+
11+
Output JSON to stdout that contains the merged installation configuration as it may be relevant to calling processes using `install to-filesystem` that in particular want to discover the desired root filesystem type from the container image
12+
13+
<!-- BEGIN GENERATED OPTIONS -->
14+
<!-- END GENERATED OPTIONS -->
15+
16+
# EXAMPLES
17+
18+
TODO: Add practical examples showing how to use this command.
19+
20+
# SEE ALSO
21+
22+
**bootc**(8)
23+
24+
# VERSION
25+
26+
<!-- VERSION PLACEHOLDER -->
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# NAME
2+
3+
bootc-install-to-disk - Install to the target block device
4+
5+
# SYNOPSIS
6+
7+
**bootc install to-disk** [*OPTIONS*]
8+
9+
# DESCRIPTION
10+
11+
Install to the target block device
12+
13+
<!-- BEGIN GENERATED OPTIONS -->
14+
<!-- END GENERATED OPTIONS -->
15+
16+
# EXAMPLES
17+
18+
TODO: Add practical examples showing how to use this command.
19+
20+
# SEE ALSO
21+
22+
**bootc**(8)
23+
24+
# VERSION
25+
26+
<!-- VERSION PLACEHOLDER -->

0 commit comments

Comments
 (0)