Skip to content

Commit 0ee9b22

Browse files
bootc-bot[bot]cgwalters
authored andcommitted
Release 1.12.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c7e3d10 commit 0ee9b22

5 files changed

Lines changed: 25 additions & 25 deletions

File tree

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.11", path = "../lib" }
18+
bootc-lib = { version = "1.12", path = "../lib" }
1919
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.1.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.11.0"
9+
version = "1.12.0"
1010
# In general we try to keep this pinned to what's in the latest RHEL9.
1111
rust-version = "1.84.0"
1212

tmt/plans/integration.fmf

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,19 @@ execute:
6666
test:
6767
- /tmt/tests/tests/test-22-logically-bound-install
6868

69-
/plan-23-install-outside-container:
70-
summary: Execute tests for installing outside of a container
69+
/plan-23-usroverlay:
70+
summary: Execute tests for bootc usrover
7171
discover:
7272
how: fmf
7373
test:
74-
- /tmt/tests/tests/test-23-install-outside-container
74+
- /tmt/tests/tests/test-23-usroverlay
7575

76-
/plan-23-usroverlay:
77-
summary: Execute tests for bootc usrover
76+
/plan-23-install-outside-container:
77+
summary: Execute tests for installing outside of a container
7878
discover:
7979
how: fmf
8080
test:
81-
- /tmt/tests/tests/test-23-usroverlay
81+
- /tmt/tests/tests/test-23-install-outside-container
8282

8383
/plan-24-image-upgrade-reboot:
8484
summary: Execute local upgrade tests
@@ -134,17 +134,17 @@ execute:
134134
test:
135135
- /tmt/tests/tests/test-30-install-unified-flag
136136

137-
/plan-31-switch-to-unified:
138-
summary: Onboard to unified storage, build derived image, and switch to it
137+
/plan-31-switch-mutate-in-place:
138+
summary: switch --mutate-in-place
139139
discover:
140140
how: fmf
141141
test:
142-
- /tmt/tests/tests/test-31-switch-to-unified
142+
- /tmt/tests/tests/test-31-switch-mutate-in-place
143143

144-
/plan-31-switch-mutate-in-place:
145-
summary: switch --mutate-in-place
144+
/plan-31-switch-to-unified:
145+
summary: Onboard to unified storage, build derived image, and switch to it
146146
discover:
147147
how: fmf
148148
test:
149-
- /tmt/tests/tests/test-31-switch-mutate-in-place
149+
- /tmt/tests/tests/test-31-switch-to-unified
150150
# END GENERATED PLANS

tmt/tests/tests.fmf

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
duration: 30m
2222
test: nu booted/test-logically-bound-install.nu
2323

24-
/test-23-install-outside-container:
25-
summary: Execute tests for installing outside of a container
26-
duration: 30m
27-
test: nu booted/test-install-outside-container.nu
28-
2924
/test-23-usroverlay:
3025
summary: Execute tests for bootc usrover
3126
duration: 30m
3227
test: nu booted/test-usroverlay.nu
3328

29+
/test-23-install-outside-container:
30+
summary: Execute tests for installing outside of a container
31+
duration: 30m
32+
test: nu booted/test-install-outside-container.nu
33+
3434
/test-24-image-upgrade-reboot:
3535
summary: Execute local upgrade tests
3636
duration: 30m
@@ -70,12 +70,12 @@
7070
duration: 30m
7171
test: nu booted/test-install-unified-flag.nu
7272

73-
/test-31-switch-to-unified:
74-
summary: Onboard to unified storage, build derived image, and switch to it
75-
duration: 30m
76-
test: nu booted/test-switch-to-unified.nu
77-
7873
/test-31-switch-mutate-in-place:
7974
summary: switch --mutate-in-place
8075
duration: 30m
8176
test: nu booted/test-switch-mutate-in-place.nu
77+
78+
/test-31-switch-to-unified:
79+
summary: Onboard to unified storage, build derived image, and switch to it
80+
duration: 30m
81+
test: nu booted/test-switch-to-unified.nu

0 commit comments

Comments
 (0)