mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Release 5.1.1.
This commit is contained in:
parent
de5fbe457f
commit
8444367cd0
9 changed files with 46 additions and 14 deletions
|
@ -6,6 +6,25 @@ Community General Release Notes
|
||||||
|
|
||||||
This changelog describes changes after version 4.0.0.
|
This changelog describes changes after version 4.0.0.
|
||||||
|
|
||||||
|
v5.1.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- alternatives - do not set the priority if the priority was not set by the user (https://github.com/ansible-collections/community.general/pull/4810).
|
||||||
|
- 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).
|
||||||
|
- 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).
|
||||||
|
- 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).
|
||||||
|
- proxmox inventory plugin - fixed extended status detection for qemu (https://github.com/ansible-collections/community.general/pull/4816).
|
||||||
|
- redhat_subscription - fix unsubscribing on RHEL 9 (https://github.com/ansible-collections/community.general/issues/4741).
|
||||||
|
- sudoers - ensure sudoers config files are created with the permissions requested by sudoers (0440) (https://github.com/ansible-collections/community.general/pull/4814).
|
||||||
|
|
||||||
v5.1.0
|
v5.1.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -845,3 +845,30 @@ releases:
|
||||||
name: gconftool2_info
|
name: gconftool2_info
|
||||||
namespace: system
|
namespace: system
|
||||||
release_date: '2022-06-07'
|
release_date: '2022-06-07'
|
||||||
|
5.1.1:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- alternatives - do not set the priority if the priority was not set by the
|
||||||
|
user (https://github.com/ansible-collections/community.general/pull/4810).
|
||||||
|
- 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).
|
||||||
|
- 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).
|
||||||
|
- 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).
|
||||||
|
- proxmox inventory plugin - fixed extended status detection for qemu (https://github.com/ansible-collections/community.general/pull/4816).
|
||||||
|
- redhat_subscription - fix unsubscribing on RHEL 9 (https://github.com/ansible-collections/community.general/issues/4741).
|
||||||
|
- sudoers - ensure sudoers config files are created with the permissions requested
|
||||||
|
by sudoers (0440) (https://github.com/ansible-collections/community.general/pull/4814).
|
||||||
|
release_summary: Bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 4809-redhat_subscription-unsubscribe.yaml
|
||||||
|
- 4810-alternatives-bug.yml
|
||||||
|
- 4813-fix-nmcli-convert-list.yaml
|
||||||
|
- 4814-sudoers-file-permissions.yml
|
||||||
|
- 4816-proxmox-fix-extended-status.yaml
|
||||||
|
- 4836-alternatives.yml
|
||||||
|
- 5.1.1.yml
|
||||||
|
release_date: '2022-06-14'
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- redhat_subscription - fix unsubscribing on RHEL 9 (https://github.com/ansible-collections/community.general/issues/4741).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "alternatives - do not set the priority if the priority was not set by the user (https://github.com/ansible-collections/community.general/pull/4810)."
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- 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).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- sudoers - ensure sudoers config files are created with the permissions requested by sudoers (0440) (https://github.com/ansible-collections/community.general/pull/4814).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- proxmox inventory plugin - fixed extended status detection for qemu (https://github.com/ansible-collections/community.general/pull/4816).
|
|
|
@ -1,3 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "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)."
|
|
||||||
- "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)."
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Bugfix release.
|
|
Loading…
Reference in a new issue