All notable changes to this project will be documented in this file.
- 3.3.1 (2023-01-03)
- 3.3.0 (2022-12-18)
- 3.2.0 (2022-03-31)
- 3.1.0 (2022-01-28)
- 3.0.0 (2021-10-12)
- 2.0.0 (2021-04-02)
- 1.0.0 (2020-08-25)
3.3.1 (2023-01-03)
- fix syntax of requirements file
- explicitly set Ansible as verifier
- use fully-qualified collection name
3.3.0 (2022-12-18)
- linting
- replace deprecated decorator
- rename vars/centos.yml to redhat.yml
- document yum/dnf variable
- README.md: update documentation
- 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.
3.2.0 (2022-03-31)
- make udev tasks also work in check mode
- run ZED script only if it is enabled
- run mount generator tasks before service mgt tasks
- add branch explicitly to make Ansible import action happy
- bump Ansible Galaxy action version
- don't use bump2version to include the CHANGELOG in the bump commit, it doesn't do a good job
- update links to manpages
- load kernel module on boot, even if no pools are created first
3.1.0 (2022-01-28)
- correct 'boolean' test name
- update zrepl PGP key
- fix automatic release and publish process
- include changelog in bump commits
3.0.0 (2021-10-12)
- add Github action for automatic releases
- 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
- rename variables, add assertions and other modifications
- README.md: add proper documentation
2.0.0 (2021-04-02)
- major overhaul
1.0.0 (2020-08-25)
Initial Release