Skip to content
Open
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 crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platforms = ["*-unknown-linux-gnu"]

[dependencies]
# Internal crates
bootc-lib = { version = "1.10", path = "../lib" }
bootc-lib = { version = "1.11", path = "../lib" }
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.0.0" }

# Workspace dependencies
Expand Down
2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0"
version = "1.11.0"
# In general we try to keep this pinned to what's in the latest RHEL9.
rust-version = "1.84.0"

Expand Down
12 changes: 6 additions & 6 deletions tmt/plans/integration.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,19 @@ execute:
test:
- /tmt/tests/tests/test-22-logically-bound-install

/plan-23-install-outside-container:
summary: Execute tests for installing outside of a container
/plan-23-usroverlay:
summary: Execute tests for bootc usrover
discover:
how: fmf
test:
- /tmt/tests/tests/test-23-install-outside-container
- /tmt/tests/tests/test-23-usroverlay

/plan-23-usroverlay:
summary: Execute tests for bootc usrover
/plan-23-install-outside-container:
summary: Execute tests for installing outside of a container
discover:
how: fmf
test:
- /tmt/tests/tests/test-23-usroverlay
- /tmt/tests/tests/test-23-install-outside-container

/plan-24-image-upgrade-reboot:
summary: Execute local upgrade tests
Expand Down
10 changes: 5 additions & 5 deletions tmt/tests/tests.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
duration: 30m
test: nu booted/test-logically-bound-install.nu

/test-23-install-outside-container:
summary: Execute tests for installing outside of a container
duration: 30m
test: nu booted/test-install-outside-container.nu

/test-23-usroverlay:
summary: Execute tests for bootc usrover
duration: 30m
test: nu booted/test-usroverlay.nu

/test-23-install-outside-container:
summary: Execute tests for installing outside of a container
duration: 30m
test: nu booted/test-install-outside-container.nu

/test-24-image-upgrade-reboot:
summary: Execute local upgrade tests
duration: 30m
Expand Down
Loading