diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b6aba89d..bb3c6e0f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "ansible": "1.4.0", + "ansible": "1.4.1", "images/kairos-fedora": "0.7.1", "images/kairos-ubuntu": "1.0.4", "images/vscode-ssh-server": "0.1.2", diff --git a/ansible/CHANGELOG.md b/ansible/CHANGELOG.md index f7d333f1..9978b0c0 100644 --- a/ansible/CHANGELOG.md +++ b/ansible/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.1](https://github.com/marinatedconcrete/config/compare/ansible-collection@v1.4.0...ansible-collection@v1.4.1) (2026-05-21) + + +### Bug Fixes + +* **longhorn_allow_encrypted_trim:** cryptsetup on fedora wants the path after /dev/mapper ([#731](https://github.com/marinatedconcrete/config/issues/731)) ([5cc4e4e](https://github.com/marinatedconcrete/config/commit/5cc4e4ed377dcb9a7ae4ccb20427a91197fa6421)) + ## [1.4.0](https://github.com/marinatedconcrete/config/compare/ansible-collection@v1.3.4...ansible-collection@v1.4.0) (2026-05-14) diff --git a/ansible/galaxy.yml b/ansible/galaxy.yml index c4e5c136..c90b8121 100644 --- a/ansible/galaxy.yml +++ b/ansible/galaxy.yml @@ -1,7 +1,7 @@ namespace: marinatedconcrete name: config description: A collection of various useful things for us. -version: 1.4.0 +version: 1.4.1 readme: README.md authors: - robarnold