Update changelog for 2.6.1
parent
49a2a39da8
commit
fa83311c25
|
@ -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
|
||||
======
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- check_mode has been removed from play_context, set on task instead for unit tests
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- Update linting and formatting configurations
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- fix validate-module sanity tests.
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- Add `__init__.py` to several test directories.
|
Loading…
Reference in New Issue