Skip to content

Releases: silitics/rugpi

Version 0.7.4

30 Jun 21:46
Compare
Choose a tag to compare
  • Add support for verifying the hash of updates via --check-hash.

Full Changelog: v0.7.3...v0.7.4

Version 0.7.3

18 Jun 10:35
Compare
Choose a tag to compare
  • 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

11 Jun 08:15
Compare
Choose a tag to compare

Fixes bootstrapping of foreign architectures with binfmt_misc (ba9b043).

Full Changelog: v0.7.1...v0.7.2

Version 0.7.1

10 Jun 06:27
Compare
Choose a tag to compare
  • Add unknown target.
  • Limit size of MBR partitions (fix).

Full Changelog: v0.7.0...v0.7.1

Version 0.7.0

07 Jun 15:36
Compare
Choose a tag to compare

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 by target.
  • The architecture option is no longer optional. Set it to arm64 for the previous default.
  • The include_firmware option has been removed. To include a firmware update for Raspberry Pi, use the core/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 supports apk now)
    • core/apt-update => core/pkg-update (also supports apk now)
    • core/apt-upgrade => core/pkg-upgrade (also supports apk now)
  • The following recipes have been removed:
    • core/disable-swap (now part of rpi-raspios-cleanup via parameter)

Full Changelog: v0.6.6...v0.7.0

Version 0.7.0-rc

06 Jun 20:30
Compare
Choose a tag to compare
Version 0.7.0-rc Pre-release
Pre-release

This is a release candidate for the upcoming version 0.7.0.

Version 0.6.6

08 May 19:08
Compare
Choose a tag to compare

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

05 Apr 16:38
Compare
Choose a tag to compare

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

18 Mar 07:28
0a8128c
Compare
Choose a tag to compare

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

Version 0.6.3

05 Mar 14:12
2f5362a
Compare
Choose a tag to compare

Features

  • Allow local .tar files to be used as a layer.
  • Patch /etc/fstab instead of overwriting it.

Full Changelog: v0.6.2...v0.6.3