Update changelog for 2.6.1

pull/174/head
Nathaniel Case 2022-04-25 11:57:20 -04:00
parent 49a2a39da8
commit fa83311c25
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.