mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Release 4.8.6.
This commit is contained in:
parent
92db683b08
commit
9e319610c3
6 changed files with 48 additions and 12 deletions
|
@ -6,6 +6,30 @@ Community General Release Notes
|
||||||
|
|
||||||
This changelog describes changes after version 3.0.0.
|
This changelog describes changes after version 3.0.0.
|
||||||
|
|
||||||
|
v4.8.6
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix and maintenance release.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- Added MIT license as ``MIT-license.txt`` for ``tests/unit/plugins/modules/packaging/language/test_gem.py`` (https://github.com/ansible-collections/community.general/pull/5065, https://github.com/ansible-collections/community.general/pull/5072).
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- apache2_mod_proxy - avoid crash when reporting inability to parse balancer_member_page HTML caused by using an undefined variable in the error message (https://github.com/ansible-collections/community.general/pull/5111).
|
||||||
|
- dnsimple_info - correctly report missing library as ``requests`` and not ``another_library`` (https://github.com/ansible-collections/community.general/pull/5111).
|
||||||
|
- funcd connection plugin - fix signature of ``exec_command`` (https://github.com/ansible-collections/community.general/pull/5111).
|
||||||
|
- manageiq_alert_profiles - avoid crash when reporting unknown profile caused by trying to return an undefined variable (https://github.com/ansible-collections/community.general/pull/5111).
|
||||||
|
- nsupdate - compatibility with NS records (https://github.com/ansible-collections/community.general/pull/5112).
|
||||||
|
- packet_ip_subnet - fix error reporting in case of invalid CIDR prefix lengths (https://github.com/ansible-collections/community.general/pull/5111).
|
||||||
|
- pip_package_info - remove usage of global variable (https://github.com/ansible-collections/community.general/pull/5111).
|
||||||
|
|
||||||
v4.8.5
|
v4.8.5
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -1897,3 +1897,27 @@ releases:
|
||||||
- 4959-pacman-fix-url-packages-name.yaml
|
- 4959-pacman-fix-url-packages-name.yaml
|
||||||
- 5019-slack-support-more-groups.yml
|
- 5019-slack-support-more-groups.yml
|
||||||
release_date: '2022-08-01'
|
release_date: '2022-08-01'
|
||||||
|
4.8.6:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- apache2_mod_proxy - avoid crash when reporting inability to parse balancer_member_page
|
||||||
|
HTML caused by using an undefined variable in the error message (https://github.com/ansible-collections/community.general/pull/5111).
|
||||||
|
- dnsimple_info - correctly report missing library as ``requests`` and not ``another_library``
|
||||||
|
(https://github.com/ansible-collections/community.general/pull/5111).
|
||||||
|
- funcd connection plugin - fix signature of ``exec_command`` (https://github.com/ansible-collections/community.general/pull/5111).
|
||||||
|
- manageiq_alert_profiles - avoid crash when reporting unknown profile caused
|
||||||
|
by trying to return an undefined variable (https://github.com/ansible-collections/community.general/pull/5111).
|
||||||
|
- nsupdate - compatibility with NS records (https://github.com/ansible-collections/community.general/pull/5112).
|
||||||
|
- packet_ip_subnet - fix error reporting in case of invalid CIDR prefix lengths
|
||||||
|
(https://github.com/ansible-collections/community.general/pull/5111).
|
||||||
|
- pip_package_info - remove usage of global variable (https://github.com/ansible-collections/community.general/pull/5111).
|
||||||
|
minor_changes:
|
||||||
|
- Added MIT license as ``MIT-license.txt`` for ``tests/unit/plugins/modules/packaging/language/test_gem.py``
|
||||||
|
(https://github.com/ansible-collections/community.general/pull/5065, https://github.com/ansible-collections/community.general/pull/5072).
|
||||||
|
release_summary: Bugfix and maintenance release.
|
||||||
|
fragments:
|
||||||
|
- 4.8.6.yml
|
||||||
|
- 5111-fixes.yml
|
||||||
|
- 5112-fix-nsupdate-ns-entry.yaml
|
||||||
|
- licenses.yml
|
||||||
|
release_date: '2022-08-22'
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Bugfix and maintenance release.
|
|
|
@ -1,7 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "funcd connection plugin - fix signature of ``exec_command`` (https://github.com/ansible-collections/community.general/pull/5111)."
|
|
||||||
- "packet_ip_subnet - fix error reporting in case of invalid CIDR prefix lengths (https://github.com/ansible-collections/community.general/pull/5111)."
|
|
||||||
- "dnsimple_info - correctly report missing library as ``requests`` and not ``another_library`` (https://github.com/ansible-collections/community.general/pull/5111)."
|
|
||||||
- "pip_package_info - remove usage of global variable (https://github.com/ansible-collections/community.general/pull/5111)."
|
|
||||||
- "manageiq_alert_profiles - avoid crash when reporting unknown profile caused by trying to return an undefined variable (https://github.com/ansible-collections/community.general/pull/5111)."
|
|
||||||
- "apache2_mod_proxy - avoid crash when reporting inability to parse balancer_member_page HTML caused by using an undefined variable in the error message (https://github.com/ansible-collections/community.general/pull/5111)."
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- nsupdate - compatibility with NS records (https://github.com/ansible-collections/community.general/pull/5112).
|
|
|
@ -1,2 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- "Added MIT license as ``MIT-license.txt`` for ``tests/unit/plugins/modules/packaging/language/test_gem.py`` (https://github.com/ansible-collections/community.general/pull/5065, https://github.com/ansible-collections/community.general/pull/5072)."
|
|
Loading…
Reference in a new issue