Releases: aisbergg/ansible-role-zfs
Releases · aisbergg/ansible-role-zfs
v3.3.1
v3.3.0
Bug Fixes
- linting
- replace deprecated decorator
- rename vars/centos.yml to redhat.yml
Documentation
- document yum/dnf variable
- README.md: update documentation
Features
- add option 'zfs_trim_schedule' to control the TRIM schedule for drives
- add option 'zfs_manage_repository' to control the package repository management
- add proxy support for yum/dnf repositories.
v3.2.0
Bug Fixes
- make udev tasks also work in check mode
- run ZED script only if it is enabled
- run mount generator tasks before service mgt tasks
CI Configuration
- add branch explicitly to make Ansible import action happy
- bump Ansible Galaxy action version
Chores
- don't use bump2version to include the CHANGELOG in the bump commit, it doesn't do a good job
Documentation
- update links to manpages
Features
- load kernel module on boot, even if no pools are created first
v3.1.0
v3.0.0
CI Configuration
- add Github action for automatic releases
Chores
- update changelog
- update development configs
- .ansible-lint: update linter config
- .pre-commit-config.yaml: bump pre-commit hook versions
- CHANGELOG.tpl.md: update changelog template
- requirements.yml: add role requirements
Code Refactoring
- rename variables, add assertions and other modifications
- major overhaul
Documentation
- README.md: add proper documentation