Releases: silitics/rugpi
Releases · silitics/rugpi
Version 0.7.5
- Fixes off-by-one error in partition table sanity check affecting GPT layouts.
Full Changelog: v0.7.4...v0.7.5
Version 0.7.4
- Add support for verifying the hash of updates via
--check-hash
.
Full Changelog: v0.7.3...v0.7.4
Version 0.7.3
- Fixes issues with incompatible partition layouts when upgrading from v0.6 (see #29).
Additional Notes: Flashing a device with a v0.7.3 image and then installing an update based on an older 0.7 version will fail for the rpi-
targets.
Full Changelog: v0.7.2...v0.7.3
Version 0.7.2
Fixes bootstrapping of foreign architectures with binfmt_misc
(ba9b043).
Full Changelog: v0.7.1...v0.7.2
Version 0.7.1
- Add
unknown
target. - Limit size of MBR partitions (fix).
Full Changelog: v0.7.0...v0.7.1
Version 0.7.0
New Features
- Official support for Alpine Linux and Debian.
- Support for EFI systems and integration with Grub.
- Configurable image layouts.
Breaking Changes
- The
boot_flow
option has been superseded bytarget
. - The
architecture
option is no longer optional. Set it toarm64
for the previous default. - The
include_firmware
option has been removed. To include a firmware update for Raspberry Pi, use thecore/rpi-include-firmware
recipe. - The following recipes have been renamed:
core/raspberrypi
=>core/rpi-raspios-setup
core/pi-cleanup
=>core/rpi-raspios-cleanup
core/apt-cleanup
=>core/pkg-cleanup
(also supportsapk
now)core/apt-update
=>core/pkg-update
(also supportsapk
now)core/apt-upgrade
=>core/pkg-upgrade
(also supportsapk
now)
- The following recipes have been removed:
core/disable-swap
(now part ofrpi-raspios-cleanup
via parameter)
Full Changelog: v0.6.6...v0.7.0
Version 0.7.0-rc
This is a release candidate for the upcoming version 0.7.0.
Version 0.6.6
Features
- Allow for deferred reboots into the spare partition set.
Other
- Make streaming updates the default.
Full Changelog: v0.6.5...v0.6.6
Version 0.6.5
Features
- Allow booting from external USB devices.
Fixes
- Fix issues with Docker due to the usage of
chroot
.
Full Changelog: v0.6.4...v0.6.5
Version 0.6.4
Features
- Allow
gz
compressed tarballs as base layer.
Minor Fixes
- Check root filesystem size when building an image (fixes #16).
- Ignore any files in the
layers
directory not ending with.toml
(fixes #21).
Full Changelog: v0.6.3...v0.6.4