Releases: linux-system-roles/storage
Releases · linux-system-roles/storage
Version 1.15.1
[1.15.1] - 2024-01-16
Other Changes
- ci: Use supported ansible-lint action; run ansible-lint against the collection (#410)
- test: make comparison work with ansible 2.9/jinja 2.7 (#411)
- ci: Bump actions/setup-python from 4 to 5 (#412)
- ci: Bump github/codeql-action from 2 to 3 (#413)
- ci: Use supported ansible-lint action; run ansible-lint against the collection (#414)
- test: Ensure lvm pool shared test cleanup (#415)
Version 1.15.0
[1.15.0] - 2023-12-12
New Features
- feat: Added support for creating shared LVM setups (#388)
Other Changes
- ci: Bump actions/github-script from 6 to 7 (#405)
- refactor: get_ostree_data.sh use env shebang - remove from .sanity* (#406)
Version 1.14.1
[1.14.1] - 2023-11-29
Other Changes
- refactor: improve support for ostree systems (#403)
Version 1.14.0
[1.14.0] - 2023-11-09
New Features
- feat: Support for creating volumes without a FS (#400)
Version 1.13.0
[1.13.0] - 2023-11-06
New Features
- feat: support for ostree systems (#399)
Version 1.12.5
[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
[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
[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
[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
[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)