Skip to content

Releases: linux-system-roles/storage

Version 1.13.0

06 Nov 23:11
Compare
Choose a tag to compare

[1.13.0] - 2023-11-06

New Features

  • feat: support for ostree systems (#399)

Version 1.12.5

23 Oct 19:23
Compare
Choose a tag to compare

[1.12.5] - 2023-10-23

Bug Fixes

  • fix: Do not remove swap at every run (#396)

Other Changes

  • chore: Add support for AlmaLinux 8 & 9 (#386)
  • build(deps): Bump actions/checkout from 3 to 4 (#387)
  • ci: ensure dependabot git commit message conforms to commitlint (#392)
  • ci: use dump_packages.py callback to get packages used by role (#394)
  • ci: tox-lsr version 3.1.1 (#397)

Version 1.12.4

08 Sep 13:14
551be65
Compare
Choose a tag to compare

[1.12.4] - 2023-09-07

Other Changes

  • docs: Make badges consistent, run markdownlint on all .md files (#379)

  • Consistently generate badges for GH workflows in README RHELPLAN-146921

  • Run markdownlint on all .md files

  • Add custom-woke-action if not used already

  • Rename woke action to Woke for a pretty badge

Signed-off-by: Sergei Petrosian [email protected]

  • ci: Remove badges from README.md prior to converting to HTML (#380)

  • Remove thematic break after badges

  • Remove badges from README.md prior to converting to HTML

Signed-off-by: Sergei Petrosian [email protected]

Version 1.12.3

17 Aug 22:26
Compare
Choose a tag to compare

[1.12.3] - 2023-08-17

Bug Fixes

  • fix: use stat.pw_name, stat.gr_name instead of owner, group (#377)

Other Changes

  • ci: Add markdownlint, test_html_build, and build_docs workflows (#376)

Version 1.12.2

19 Jul 21:13
Compare
Choose a tag to compare

[1.12.2] - 2023-07-19

Bug Fixes

  • fix: RAID volume pre cleanup (#169)
  • fix: facts being gathered unnecessarily (#374)

Other Changes

  • ci: ansible-lint - ignore var-naming[no-role-prefix] (#371)
  • ci: ansible-test ignores file for ansible-core 2.15 (#372)

Version 1.12.1

08 Jul 18:00
Compare
Choose a tag to compare

[1.12.1] - 2023-07-08

Bug Fixes

  • fix: Test issue when creating fs /w invalid param (#367)

Other Changes

  • ci: fix python 2.7 CI tests by manually installing python2.7 package (#366)
  • test: fix undefined storage_safe_mode (#369)

Version 1.12.0

22 Jun 17:34
Compare
Choose a tag to compare

[1.12.0] - 2023-06-22

New Features

  • feat: Add support for filesystem online resize (#356)

Other Changes

  • ci: Add pull request template and run commitlint on PR title only (#363)
  • ci: Rename commitlint to PR title Lint, echo PR titles from env var (#364)

Version 1.11.0

06 Jun 21:45
Compare
Choose a tag to compare

[1.11.0] - 2023-06-06

New Features

  • feat: Add support for setting stripe size for LVM RAID (#357)

Other Changes

  • test: enable FIPS testing; configurable LUKS cipher (#361)

Version 1.10.0

30 May 18:40
Compare
Choose a tag to compare

[1.10.0] - 2023-05-30

New Features

  • feat: User-specified mount point owner and permissions

Bug Fixes

  • fix: Allow using raid_chunk_size for RAID pools and volumes

Other Changes

  • docs: Consistent contributing.md for all roles - allow role specific contributing.md section
  • docs: add Collection requirements section to README
  • test: use SYSTEM_ROLES_REMOVE_CLOUD_INIT=1 with remove-cloud-init

Version 1.9.8

14 Apr 14:32
7236054
Compare
Choose a tag to compare

[1.9.8] - 2023-04-13

Other Changes

  • ansible-lint - use changed_when for conditional tasks; add line length comment (#344)