Skip to content

Releases: linux-system-roles/storage

Version 1.19.4

07 Feb 01:28

Choose a tag to compare

[1.19.4] - 2026-02-06

Bug Fixes

  • fix: Volume with no size is same as size 100% - fixes divide by zero error (#583)

Other Changes

  • ci: bump ansible/ansible-lint from 25 to 26 (#584)
  • ci: skip most CI checks if title contains citest skip [citest_skip] (#585)
  • ci: ansible-lint - remove .collection directory from converted collection [citest_skip] (#586)

Version 1.19.3

13 Jan 21:48

Choose a tag to compare

[1.19.3] - 2026-01-13

Bug Fixes

  • fix: add vdo package for Fedora OSTree (#579)

Other Changes

  • ci: use ANSIBLE_INJECT_FACT_VARS=false by default for testing (#580)

Version 1.19.2

06 Jan 17:02

Choose a tag to compare

[1.19.2] - 2026-01-06

Bug Fixes

  • fix: check for no disks specified and report correct error (#575)

Other Changes

  • ci: bump actions/checkout from 5 to 6 (#573)
  • ci: add qemu tests for Fedora 43, drop Fedora 41 (#574)
  • ci: bump actions/upload-artifact from 5 to 6 (#576)
  • refactor: handle INJECT_FACTS_AS_VARS=false by using ansible_facts instead (#577)

Version 1.19.1

17 Nov 19:32

Choose a tag to compare

[1.19.1] - 2025-11-17

Bug Fixes

  • fix: cannot use community-general version 12 - no py27 and py36 support (#571)

Other Changes

  • ci: bump github/codeql-action from 3 to 4 (#566)
  • ci: bump actions/upload-artifact from 4 to 5 (#567)
  • ci: use versioned upload-artifact instead of master; bump codeql-action to v4; bump upload-artifact to v5 (#568)
  • ci: bump tox-lsr to 3.13.0 (#569)
  • ci: bump tox-lsr to 3.14.0 - this moves standard-inventory-qcow2 to tox-lsr (#570)

Version 1.19.0

21 Oct 19:04

Choose a tag to compare

[1.19.0] - 2025-10-21

New Features

  • feat: Add support for creating multiple partitions (#552)

Bug Fixes

  • fix: Allow running on systems without /etc/fstab present (#562)

Other Changes

  • ci: bump actions/checkout from 4 to 5 (#553)
  • ci: rollout several recent changes to CI testing (#555)
  • ci: support openSUSE Leap in qemu/kvm test matrix (#556)
  • ci: use the new epel feature to enable EPEL for testing farm (#558)
  • ci: use tox-lsr 3.12.0 for osbuild_config.yml feature (#560)
  • ci: use JSON format for __bootc_validation (#561)
  • ci: bump actions/setup-python from 5 to 6 (#563)
  • ci: bump actions/github-script from 7 to 8 (#564)

Version 1.18.20

01 Aug 13:10

Choose a tag to compare

[1.18.20] - 2025-08-01

Other Changes

  • tests: Fix verification for LVM pool on top encrypted MD RAID (#549)
  • test: fix error string checking for raid failures (#550)

Version 1.18.19

24 Jul 15:30

Choose a tag to compare

[1.18.19] - 2025-07-24

Bug Fixes

  • fix: Show better error when trying to create RAID without enough disks (#545)
  • fix: the encryption_key parameter should not be marked as no_log (#546)

Other Changes

  • test: test luks encryption key (#547)

Version 1.18.18

09 Jul 21:00

Choose a tag to compare

[1.18.18] - 2025-07-09

Other Changes

  • refactor: make task names unique; fix indentation (#542)
  • refactor: correct volume names changed by previous fix (#543)

Version 1.18.17

16 Jun 23:47

Choose a tag to compare

[1.18.17] - 2025-06-16

Bug Fixes

  • fix: Fix getting PVs from raid_disks for RAID LVs (#536)

Other Changes

  • ci: Add Fedora 42; use tox-lsr 3.9.0; use lsr-report-errors for qemu tests (#534)
  • ci: Add support for bootc end-to-end validation tests (#537)
  • ci: Use ansible 2.19 for fedora 42 testing; support python 3.13 (#538)
  • refactor: Ansible 2.19 support (#540)

Version 1.18.16

16 May 21:40

Choose a tag to compare

[1.18.16] - 2025-05-16

Bug Fixes

  • fix: Allow small size differences to match the device min size (#526)
  • fix: Show error when trying to put LVM volume on partition pool (#531)

Other Changes

  • ci: bump tox-lsr to 3.8.0; rename qemu/kvm tests (#527)