Skip to content

Releases: GrabbenD/ostree-utility

v0.11.0

20 May 10:40
2f74744
Compare
Choose a tag to compare

What's Changed

  • Added ability to call function names directly from CLI
  • Added CachyOS example
  • Fixed missing files with Arch Linux base image due to NoExtract (#2)
  • Fixed "invalid or corrupted package (PGP signature)"
  • Fixed exit codes
  • Fixed missing host alias for default Podman installation
  • Fixed random failures when re-trying the installation (due to pipefail)
  • Workaround for disk write failures with default archiso due to small TMPDIR
  • Minor syntax tweaks for command chaining and quotation
  • Minor change to conditional check for booted OSTree system to avoid repetition

Full Changelog: v0.10.0...v0.11.0

v0.10.0

01 Dec 08:57
26a3132
Compare
Choose a tag to compare

What's Changed

  • New switch --quiet
  • New option --base-os
  • Reduced clutter from initial CLI setup (getopt parsing)

Full Changelog: v0.9.0...v0.10.0

v0.9.0

11 Nov 18:25
e400f5d
Compare
Choose a tag to compare

What's Changed

  • Fix hardcoded SYS_ROOT label by @frap129 in #4
  • Overhaul handling of CLI arguments
  • Minor performance optimizations through good Bash practices

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

16 Oct 18:43
12e8a63
Compare
Choose a tag to compare

What's Changed

  • New option --cmdline
  • Internal code improvements
  • Minor fixes in documentation
  • Use absolute path symlinks to create ostree layout by @wegel in #3

New Contributors

  • @wegel made their first contribution in #3

Full Changelog: v0.7.0...v0.8.0

v0.7.0

30 Sep 13:55
87dc221
Compare
Choose a tag to compare

Changes:

  • New switch: --no-cache
  • New switch: --no-pacman-cache
  • New switch: --no-podman-cache
  • New option --file
  • New option --keymap
  • Synced tmpfiles.d with Fedora IoT
  • Minor code improvements for better speed
  • Renamed repository from ostree-demo to ostree-utility
  • Improved safety around install
  • Proper usage details in CLI

Full Changelog: v0.6.0...v0.7.0

v0.6.0

23 Sep 08:01
4f8814a
Compare
Choose a tag to compare

Changes:

  • Timezone skew fix (-t)
  • Ability to use custom Containerfile (-f)

Full Changelog: v0.5.0...v0.6.0

v0.5.0

21 Sep 15:09
900aa38
Compare
Choose a tag to compare

Changes:

  • Added options to CLI: --merge & --dev
  • Added exit codes
  • Made Containerfile example smaller
  • README updates

Full Changelog: v0.4.0...v0.5.0

v0.4.0

19 Sep 05:56
5cd5644
Compare
Choose a tag to compare

Added revert command, improved docs and did minor cleanups

Full Changelog: v0.3.0...v0.4.0

v0.3.0

18 Sep 05:40
5374ea0
Compare
Choose a tag to compare

Performance improvements with XFS, native overlay in Podman and usability fixes

Full Changelog: v0.2.0...v0.3.0

v0.2.0

17 Sep 09:55
5b6f159
Compare
Choose a tag to compare

Added ability to upgrade existing installation

Full Changelog: v0.1.0...v0.2.0