Skip to content

Commit aa877fe

Browse files
committed
Release 4.8.3.
1 parent 86f06ca commit aa877fe

8 files changed

Lines changed: 42 additions & 11 deletions

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ Community General Release Notes
66

77
This changelog describes changes after version 3.0.0.
88

9+
v4.8.3
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Bugfix release.
16+
17+
Minor Changes
18+
-------------
19+
20+
- ModuleHelper module utils - improved ``ModuleHelperException``, using ``to_native()`` for the exception message (https://github.com/ansible-collections/community.general/pull/4755).
21+
22+
Bugfixes
23+
--------
24+
25+
- nmcli - fix error caused by adding undefined module arguments for list options (https://github.com/ansible-collections/community.general/issues/4373, https://github.com/ansible-collections/community.general/pull/4813).
26+
- redhat_subscription - fix unsubscribing on RHEL 9 (https://github.com/ansible-collections/community.general/issues/4741).
27+
- sudoers - ensure sudoers config files are created with the permissions requested by sudoers (0440) (https://github.com/ansible-collections/community.general/pull/4814).
28+
- sudoers - fix incorrect handling of ``state: absent`` (https://github.com/ansible-collections/community.general/issues/4852).
29+
930
v4.8.2
1031
======
1132

changelogs/changelog.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,3 +1835,24 @@ releases:
18351835
- 4733-redis-fail.yml
18361836
- simplified-bsd-license.yml
18371837
release_date: '2022-06-06'
1838+
4.8.3:
1839+
changes:
1840+
bugfixes:
1841+
- nmcli - fix error caused by adding undefined module arguments for list options
1842+
(https://github.com/ansible-collections/community.general/issues/4373, https://github.com/ansible-collections/community.general/pull/4813).
1843+
- redhat_subscription - fix unsubscribing on RHEL 9 (https://github.com/ansible-collections/community.general/issues/4741).
1844+
- sudoers - ensure sudoers config files are created with the permissions requested
1845+
by sudoers (0440) (https://github.com/ansible-collections/community.general/pull/4814).
1846+
- 'sudoers - fix incorrect handling of ``state: absent`` (https://github.com/ansible-collections/community.general/issues/4852).'
1847+
minor_changes:
1848+
- ModuleHelper module utils - improved ``ModuleHelperException``, using ``to_native()``
1849+
for the exception message (https://github.com/ansible-collections/community.general/pull/4755).
1850+
release_summary: Bugfix release.
1851+
fragments:
1852+
- 4.8.3.yml
1853+
- 4755-mhexception-improvement.yml
1854+
- 4809-redhat_subscription-unsubscribe.yaml
1855+
- 4813-fix-nmcli-convert-list.yaml
1856+
- 4814-sudoers-file-permissions.yml
1857+
- 4852-sudoers-state-absent.yml
1858+
release_date: '2022-06-20'

changelogs/fragments/4.8.3.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/fragments/4755-mhexception-improvement.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/4809-redhat_subscription-unsubscribe.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/4813-fix-nmcli-convert-list.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/4814-sudoers-file-permissions.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/4852-sudoers-state-absent.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)