Skip to content

Releases: linux-system-roles/storage

Version 1.18.7

29 Aug 19:00
Compare
Choose a tag to compare

[1.18.7] - 2024-08-29

Bug Fixes

  • fix: Use blkid instead of lsblk in tests to get partition table (#480)
  • fix: Skip Stratis tests on RHEL 8 and document Stratis support (#482)

Other Changes

  • ci: Add tags to TF workflow, allow more [citest bad] formats (#481)

Version 1.18.6

22 Aug 03:06
Compare
Choose a tag to compare

[1.18.6] - 2024-08-21

Bug Fixes

  • fix: add stratis to list of packages for ostree (#478)

Version 1.18.5

19 Aug 22:48
Compare
Choose a tag to compare

[1.18.5] - 2024-08-19

Other Changes

  • test: use pvcreate with a timeout and verbose logging (#476)

Version 1.18.4

16 Aug 19:30
Compare
Choose a tag to compare

[1.18.4] - 2024-08-16

Bug Fixes

  • fix: architecture is now a required fact (#473)

Version 1.18.3

16 Aug 14:08
Compare
Choose a tag to compare

[1.18.3] - 2024-08-16

Other Changes

  • chore: Add support for Oracle Linux 9.x (#469)

Version 1.18.2

09 Aug 17:58
Compare
Choose a tag to compare

[1.18.2] - 2024-08-09

Bug Fixes

  • fix: Add libblockdev s390 and FS plugins to blivet dependencies list (#467)

Other Changes

  • ci: Add workflow for ci_test bad, use remote fmf plan (#468)
  • ci: Fix missing slash in ARTIFACTS_URL (#470)

Version 1.18.1

01 Aug 23:05
Compare
Choose a tag to compare

[1.18.1] - 2024-08-01

Bug Fixes

  • fix: Remove partition table from disk removed from a VG (#464)

Other Changes

  • ci: Add tft plan and workflow (#460)
  • ci: Update fmf plan to add a separate job to prepare managed nodes (#463)
  • ci: bump sclorg/testing-farm-as-github-action from 2 to 3 (#465)

Version 1.18.0

23 Jul 15:36
Compare
Choose a tag to compare

[1.18.0] - 2024-07-23

New Features

  • feat: write storage role fingerprint to /etc/fstab (#458)

Other Changes

  • docs: Fix multiple small issues in README.md (#456)

Version 1.17.1

02 Jul 17:56
Compare
Choose a tag to compare

[1.17.1] - 2024-07-02

Bug Fixes

  • fix: add support for EL10 (#452)

Other Changes

  • ci: ansible-lint action now requires absolute directory (#451)

Version 1.17.0

11 Jun 17:19
Compare
Choose a tag to compare

[1.17.0] - 2024-06-11

New Features

  • feat: PV resize support (#438)
  • feat: Stratis support (#439)

Bug Fixes

  • fix: Fix 'possibly-used-before-assignment' pylint issues (#440)
  • fix: Get same sector size disks for multi device LVM tests (#441)
  • fix: Fix expected error message in tests_misc.yml (#446)

Other Changes

  • ci: use tox-lsr 3.3.0 which uses ansible-test 2.17 (#442)
  • ci: tox-lsr 3.4.0 - fix py27 tests; move other checks to py310 (#445)
  • test: lsblk can return LOG_SEC or LOG-SEC (#447)
  • ci: Add supported_ansible_also to .ansible-lint (#448)
  • test: lvm pool members test fix (#449)