Skip to content

Releases: linux-system-roles/storage

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)

Version 1.18.15

02 May 15:56

Choose a tag to compare

[1.18.15] - 2025-05-02

Bug Fixes

  • fix: Correctly check PVs for grow_to_fill feature (#523)

Other Changes

  • tests: Add a custom script for getting info about Stratis pools (#522)
  • ci: bump sclorg/testing-farm-as-github-action from 3 to 4 (#524)

Version 1.18.14

23 Apr 20:40

Choose a tag to compare

[1.18.14] - 2025-04-23

Other Changes

  • ci: In test plans, prefix all relate variables with SR_ (#516)
  • ci: Fix bug with ARTIFACTS_URL after prefixing with SR_ (#517)
  • ci: several changes related to new qemu test, ansible-lint, python versions, ubuntu versions (#518)
  • tests: Fix more cleanups; ci: Attach batch.txt and batch.report on failures (#519)
  • ci: use tox-lsr 3.6.0; improve qemu test logging (#520)

Version 1.18.13

06 Mar 18:33

Choose a tag to compare

[1.18.13] - 2025-03-06

Bug Fixes

  • fix: there is no kmod-kvdo on EL10 and later (#514)

Other Changes

  • ci: Check spelling with codespell (#511)
  • ci: Bump Ubuntu version for Python unit tests (#512)
  • ci: Add test plan that runs CI tests and customize it for each role (#513)

Version 1.18.12

03 Feb 02:31

Choose a tag to compare

[1.18.12] - 2025-02-02

Bug Fixes

  • fix: ensure ostree has libblockdev and libblockdev-loop (#509)

Other Changes

  • ci: ansible-plugin-scan is disabled for now (#505)
  • ci: bump ansible-lint to v25; provide collection requirements for ansible-lint (#508)