Merge pull request #174 from Qalthos/release-2.6.1

Release 2.6.1

SUMMARY


ISSUE TYPE


Docs Pull Request
pull/176/head 2.6.1
softwarefactory-project-zuul[bot] 2022-04-25 17:55:10 +00:00 committed by GitHub
commit c89b42d826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 12 deletions

View File

@ -5,6 +5,14 @@ Ansible Utils Collection Release Notes
.. contents:: Topics
v2.6.1
======
Release Summary
---------------
Rereleased 2.6.0 with fixes for internal testing.
v2.6.0
======

View File

@ -249,3 +249,13 @@ releases:
- pre-commit-enable.yml
- pre-commit-skip.yml
release_date: '2022-04-12'
2.6.1:
changes:
release_summary: Rereleased 2.6.0 with fixes for internal testing.
fragments:
- 2.6.1-notes.yaml
- check_mode.yaml
- pylint-black-flake.yml
- sanity_fix.yaml
- test inits.yml
release_date: '2022-04-25'

View File

@ -1,3 +0,0 @@
---
trivial:
- check_mode has been removed from play_context, set on task instead for unit tests

View File

@ -1,3 +0,0 @@
---
trivial:
- Update linting and formatting configurations

View File

@ -1,3 +0,0 @@
---
trivial:
- fix validate-module sanity tests.

View File

@ -1,3 +0,0 @@
---
trivial:
- Add `__init__.py` to several test directories.