Skip to content

Releases: aisbergg/ansible-role-zfs

v3.3.1

03 Jan 19:25
v3.3.1
a74877e
Compare
Choose a tag to compare

Bug Fixes

  • fix syntax of requirements file

Chores

  • explicitly set Ansible as verifier
  • use fully-qualified collection name

v3.3.0

18 Dec 14:54
v3.3.0
779fa96
Compare
Choose a tag to compare

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

31 Mar 17:51
v3.2.0
dfb8e00
Compare
Choose a tag to compare

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

28 Jan 20:28
v3.1.0
9c83784
Compare
Choose a tag to compare

Bug Fixes

  • correct 'boolean' test name
  • update zrepl PGP key

CI Configuration

  • fix automatic release and publish process

Chores

  • include changelog in bump commits

v3.0.0

12 Oct 13:48
v3.0.0
d01593a
Compare
Choose a tag to compare

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