Skip to content

Latest commit

 

History

History
129 lines (76 loc) · 2.8 KB

CHANGELOG.md

File metadata and controls

129 lines (76 loc) · 2.8 KB

Changelog

All notable changes to this project will be documented in this file.


3.3.1 (2023-01-03)

Bug Fixes

  • fix syntax of requirements file

Chores

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

3.3.0 (2022-12-18)

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.

3.2.0 (2022-03-31)

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

3.1.0 (2022-01-28)

Bug Fixes

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

CI Configuration

  • fix automatic release and publish process

Chores

  • include changelog in bump commits

3.0.0 (2021-10-12)

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

Documentation

  • README.md: add proper documentation

2.0.0 (2021-04-02)

Code Refactoring

  • major overhaul

1.0.0 (2020-08-25)

Initial Release