mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
Release 1.12.1
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
Colin Walters
parent
62e56b62de
commit
9bb976d540
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1,6 +1,6 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
version = 4
|
||||
|
||||
[[package]]
|
||||
name = "adler2"
|
||||
@@ -221,7 +221,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bootc-lib"
|
||||
version = "1.12.0"
|
||||
version = "1.12.1"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
|
||||
@@ -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.12.0"
|
||||
version = "1.12.1"
|
||||
# In general we try to keep this pinned to what's in the latest RHEL9.
|
||||
rust-version = "1.85.0"
|
||||
|
||||
|
||||
@@ -84,8 +84,8 @@
|
||||
summary: Test bootc install to-filesystem with separate /var mount
|
||||
duration: 30m
|
||||
require:
|
||||
- parted
|
||||
- lvm2
|
||||
- dosfstools
|
||||
- e2fsprogs
|
||||
- parted
|
||||
- lvm2
|
||||
- dosfstools
|
||||
- e2fsprogs
|
||||
test: bash booted/test-install-to-filesystem-var-mount.sh
|
||||
|
||||
Reference in New Issue
Block a user