Release v0.13.0
Focus on packaging and distribution improvements, expanded platform integration, and enhanced ephemeral/libvirt functionality. This release introduces initial varlink IPC support, and adds Ignition config injection for ephemeral guests.
What's Changed
- spec: Use ExclusiveArch for supported architectures by @gursewak1997 in #221
- packit: Enable CentOS Stream builds by @gursewak1997 in #224
- Sync common files from infra repository by @bootc-bot[bot] in #223
- Sync common files from infra repository by @bootc-bot[bot] in #225
- packit: Add CentOS Stream dist-git branches by @gursewak1997 in #226
- Sync common files from infra repository by @bootc-bot[bot] in #227
- Add an initial varlink IPC interface by @cgwalters in #222
- packit: Add EPEL branches for automated releases by @gursewak1997 in #230
- itest: Add reusable integration test library crate by @cgwalters in #231
- ephemeral: Add Ignition config injection support by @gursewak1997 in #232
- integration-tests: use itest::TestResult instead of color_eyre by @gursewak1997 in #238
- libvirt: Disable firmware debug log (isa-debugcon) by default by @cgwalters in #229
- Release 0.13.0 by @bootc-bot[bot] in #235
Installation
Download the appropriate binary for your platform from the assets below.
Linux x86_64 (glibc)
curl -LO https://github.com/bootc-dev/bcvk/releases/download/v0.13.0/bcvk-x86_64-unknown-linux-gnu.tar.gz
tar xzf bcvk-x86_64-unknown-linux-gnu.tar.gz
sudo mv bcvk-x86_64-unknown-linux-gnu /usr/local/bin/bcvkChecksums
Verify the integrity of your download with the provided SHA256 checksums.
Full Changelog: v0.12.0...v0.13.0