Skip to content

Commit 8444367

Browse files
committed
Release 5.1.1.
1 parent de5fbe4 commit 8444367

9 files changed

Lines changed: 46 additions & 14 deletions

CHANGELOG.rst

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

77
This changelog describes changes after version 4.0.0.
88

9+
v5.1.1
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Bugfix release.
16+
17+
Bugfixes
18+
--------
19+
20+
- alternatives - do not set the priority if the priority was not set by the user (https://github.com/ansible-collections/community.general/pull/4810).
21+
- alternatives - only pass subcommands when they are specified as module arguments (https://github.com/ansible-collections/community.general/issues/4803, https://github.com/ansible-collections/community.general/issues/4804, https://github.com/ansible-collections/community.general/pull/4836).
22+
- alternatives - when ``subcommands`` is specified, ``link`` must be given for every subcommand. This was already mentioned in the documentation, but not enforced by the code (https://github.com/ansible-collections/community.general/pull/4836).
23+
- 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).
24+
- proxmox inventory plugin - fixed extended status detection for qemu (https://github.com/ansible-collections/community.general/pull/4816).
25+
- redhat_subscription - fix unsubscribing on RHEL 9 (https://github.com/ansible-collections/community.general/issues/4741).
26+
- sudoers - ensure sudoers config files are created with the permissions requested by sudoers (0440) (https://github.com/ansible-collections/community.general/pull/4814).
27+
928
v5.1.0
1029
======
1130

changelogs/changelog.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,3 +845,30 @@ releases:
845845
name: gconftool2_info
846846
namespace: system
847847
release_date: '2022-06-07'
848+
5.1.1:
849+
changes:
850+
bugfixes:
851+
- alternatives - do not set the priority if the priority was not set by the
852+
user (https://github.com/ansible-collections/community.general/pull/4810).
853+
- alternatives - only pass subcommands when they are specified as module arguments
854+
(https://github.com/ansible-collections/community.general/issues/4803, https://github.com/ansible-collections/community.general/issues/4804,
855+
https://github.com/ansible-collections/community.general/pull/4836).
856+
- alternatives - when ``subcommands`` is specified, ``link`` must be given for
857+
every subcommand. This was already mentioned in the documentation, but not
858+
enforced by the code (https://github.com/ansible-collections/community.general/pull/4836).
859+
- nmcli - fix error caused by adding undefined module arguments for list options
860+
(https://github.com/ansible-collections/community.general/issues/4373, https://github.com/ansible-collections/community.general/pull/4813).
861+
- proxmox inventory plugin - fixed extended status detection for qemu (https://github.com/ansible-collections/community.general/pull/4816).
862+
- redhat_subscription - fix unsubscribing on RHEL 9 (https://github.com/ansible-collections/community.general/issues/4741).
863+
- sudoers - ensure sudoers config files are created with the permissions requested
864+
by sudoers (0440) (https://github.com/ansible-collections/community.general/pull/4814).
865+
release_summary: Bugfix release.
866+
fragments:
867+
- 4809-redhat_subscription-unsubscribe.yaml
868+
- 4810-alternatives-bug.yml
869+
- 4813-fix-nmcli-convert-list.yaml
870+
- 4814-sudoers-file-permissions.yml
871+
- 4816-proxmox-fix-extended-status.yaml
872+
- 4836-alternatives.yml
873+
- 5.1.1.yml
874+
release_date: '2022-06-14'

changelogs/fragments/4809-redhat_subscription-unsubscribe.yaml

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

changelogs/fragments/4810-alternatives-bug.yml

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/4816-proxmox-fix-extended-status.yaml

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

changelogs/fragments/4836-alternatives.yml

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

changelogs/fragments/5.1.1.yml

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

0 commit comments

Comments
 (0)