Skip to content

Releases: Nature40/pimod

0.6.1 - 2024-07-08

08 Jul 16:19
Compare
Choose a tag to compare

Added

  • Building Docker images for linux/arm/v7.
  • Configure Renovate for automated updates.
  • Installed git in docker container to support git-based versioning

Changed

  • Reworked the README to ease readability and understanding of pimod's internals.

0.6.0 - 2022-02-12

12 Feb 13:36
v0.6.0
Compare
Choose a tag to compare

Added

  • New -r/--resolv flag to select which /etc/resolv.conf to use.

Fixed

  • Apply ENV variables also to HOST commands.

0.5.0 - 2022-01-17

17 Jan 09:25
v0.5.0
Compare
Choose a tag to compare

Added

  • New ENV command for environment variables.
  • New EXTRACT command to copy files back to the host; @sensslen.

0.4.4 - 2021-11-09

09 Nov 19:51
v0.4.4
Compare
Choose a tag to compare

Added

  • Bind /sys, allow the usage of docker inside pimod

0.4.3 - 2021-11-09

09 Nov 19:51
Compare
Choose a tag to compare

Fixed

  • PARTUUIDs got rewritten by parted - replaced by sfdisk

0.4.2 - 2021-11-04

04 Nov 14:06
Compare
Choose a tag to compare

Fixed

  • A bug where PUMP was limited to 2GB maximum size

v0.4.1

03 Nov 09:32
Compare
Choose a tag to compare

Fixed

Fixed a bug in shell encoding leading to failing multiline commands.

Full Changelog: v0.4.0...v0.4.1

0.4.0 - 2021-10-07

07 Oct 20:18
v0.4.0
Compare
Choose a tag to compare

Added

  • WORKDIR command to specify the working directory within the image.

Fixed

  • Brought latest version of pimod back to GitHub Marketplace.

0.3.1 - 2021-10-04

04 Oct 13:53
v0.3.1
Compare
Choose a tag to compare

Added

  • pimod.sh -t: trace executed commands for debugging.
  • Started a CHANGELOG.md with prior changes.

Changed

  • FROM: document PARTITION_NO argument.

Fixed

  • PUMP: fix behavior for bigger partition tables.
  • Print Warning on QEMU binary fmt loading err.

v0.3.0 - INCLUDE command

23 Sep 18:35
v0.3.0
Compare
Choose a tag to compare
  • Add INCLUDE command to include other Pifiles easily in our script without using sh'isms, #33
    Thanks to @aniongithub.