mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-19 06:40:21 -07:00
Release 4.0.1.
This commit is contained in:
parent
8168ddca4f
commit
ac3e803a36
5 changed files with 27 additions and 6 deletions
|
@ -6,6 +6,20 @@ Community General Release Notes
|
||||||
|
|
||||||
This changelog describes changes after version 3.0.0.
|
This changelog describes changes after version 3.0.0.
|
||||||
|
|
||||||
|
v4.0.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix release for today's Ansible 5.0.0 beta 1.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- a_module test plugin - fix crash when testing a module name that was tombstoned (https://github.com/ansible-collections/community.general/pull/3660).
|
||||||
|
- xattr - fix exception caused by ``_run_xattr()`` raising a ``ValueError`` due to a mishandling of base64-encoded value (https://github.com/ansible-collections/community.general/issues/3673).
|
||||||
|
|
||||||
v4.0.0
|
v4.0.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -1027,3 +1027,16 @@ releases:
|
||||||
name: a_module
|
name: a_module
|
||||||
namespace: null
|
namespace: null
|
||||||
release_date: '2021-11-02'
|
release_date: '2021-11-02'
|
||||||
|
4.0.1:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- a_module test plugin - fix crash when testing a module name that was tombstoned
|
||||||
|
(https://github.com/ansible-collections/community.general/pull/3660).
|
||||||
|
- xattr - fix exception caused by ``_run_xattr()`` raising a ``ValueError``
|
||||||
|
due to a mishandling of base64-encoded value (https://github.com/ansible-collections/community.general/issues/3673).
|
||||||
|
release_summary: Bugfix release for today's Ansible 5.0.0 beta 1.
|
||||||
|
fragments:
|
||||||
|
- 3660-a_module-tombstone.yml
|
||||||
|
- 3675-xattr-handle-base64-values.yml
|
||||||
|
- 4.0.1.yml
|
||||||
|
release_date: '2021-11-09'
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "a_module test plugin - fix crash when testing a module name that was tombstoned (https://github.com/ansible-collections/community.general/pull/3660)."
|
|
|
@ -1,3 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- xattr - fix exception caused by ``_run_xattr()`` raising a ``ValueError``
|
|
||||||
due to a mishandling of base64-encoded value (https://github.com/ansible-collections/community.general/issues/3673).
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Bugfix release for today's Ansible 5.0.0 beta 1.
|
|
Loading…
Add table
Add a link
Reference in a new issue