From 765e2bc2f223bda2f100be1a9431012f144ba0ae Mon Sep 17 00:00:00 2001 From: Andre Lehmann Date: Thu, 31 Mar 2022 19:51:12 +0200 Subject: [PATCH] chglog: update changelog --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 857c9d6..807738f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,43 @@ All notable changes to this project will be documented in this file. -- [3.1.0 (2022-01-28)](#3.1.0-2022-01-28) +- [3.2.0 (2022-03-31)](#320-2022-03-31) +- [3.1.0 (2022-01-28)](#310-2022-01-28) - [3.0.0 (2021-10-12)](#300-2021-10-12) - [2.0.0 (2021-04-02)](#200-2021-04-02) - [1.0.0 (2020-08-25)](#100-2020-08-25) --- + +## [3.2.0](https://github.com/aisbergg/ansible-role-zfs/compare/v3.1.0...v3.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](https://github.com/aisbergg/ansible-role-zfs/compare/v3.0.0...3.1.0) (2022-01-28) +## [3.1.0](https://github.com/aisbergg/ansible-role-zfs/compare/v3.0.0...v3.1.0) (2022-01-28) ### Bug Fixes