Skip to content

Commit 4b6b00d

Browse files
committed
Release 5.2.0.
1 parent 0a0b0cb commit 4b6b00d

9 files changed

Lines changed: 81 additions & 19 deletions

CHANGELOG.rst

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

77
This changelog describes changes after version 4.0.0.
88

9+
v5.2.0
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix and feature release.
16+
17+
Minor Changes
18+
-------------
19+
20+
- cmd_runner module utils - add ``__call__`` method to invoke context (https://github.com/ansible-collections/community.general/pull/4791).
21+
- passwordstore lookup plugin - allow using alternative password managers by detecting wrapper scripts, allow explicit configuration of pass and gopass backends (https://github.com/ansible-collections/community.general/issues/4766).
22+
- sudoers - will attempt to validate the proposed sudoers rule using visudo if available, optionally skipped, or required (https://github.com/ansible-collections/community.general/pull/4794, https://github.com/ansible-collections/community.general/issues/4745).
23+
24+
Bugfixes
25+
--------
26+
27+
- Include ``PSF-license.txt`` file for ``plugins/module_utils/_mount.py``.
28+
- redfish_command - fix the check if a virtual media is unmounted to just check for ``instered= false`` caused by Supermicro hardware that does not clear the ``ImageName`` (https://github.com/ansible-collections/community.general/pull/4839).
29+
- redfish_command - the Supermicro Redfish implementation only supports the ``image_url`` parameter in the underlying API calls to ``VirtualMediaInsert`` and ``VirtualMediaEject``. Any values set (or the defaults) for ``write_protected`` or ``inserted`` will be ignored (https://github.com/ansible-collections/community.general/pull/4839).
30+
- sudoers - fix incorrect handling of ``state: absent`` (https://github.com/ansible-collections/community.general/issues/4852).
31+
32+
New Modules
33+
-----------
34+
35+
Cloud
36+
~~~~~
37+
38+
scaleway
39+
^^^^^^^^
40+
41+
- scaleway_compute_private_network - Scaleway compute - private network management
42+
43+
System
44+
~~~~~~
45+
46+
- keyring - Set or delete a passphrase using the Operating System's native keyring
47+
- keyring_info - Get a passphrase using the Operating System's native keyring
48+
949
v5.1.1
1050
======
1151

changelogs/changelog.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,3 +872,44 @@ releases:
872872
- 4836-alternatives.yml
873873
- 5.1.1.yml
874874
release_date: '2022-06-14'
875+
5.2.0:
876+
changes:
877+
bugfixes:
878+
- Include ``PSF-license.txt`` file for ``plugins/module_utils/_mount.py``.
879+
- redfish_command - fix the check if a virtual media is unmounted to just check
880+
for ``instered= false`` caused by Supermicro hardware that does not clear
881+
the ``ImageName`` (https://github.com/ansible-collections/community.general/pull/4839).
882+
- redfish_command - the Supermicro Redfish implementation only supports the
883+
``image_url`` parameter in the underlying API calls to ``VirtualMediaInsert``
884+
and ``VirtualMediaEject``. Any values set (or the defaults) for ``write_protected``
885+
or ``inserted`` will be ignored (https://github.com/ansible-collections/community.general/pull/4839).
886+
- 'sudoers - fix incorrect handling of ``state: absent`` (https://github.com/ansible-collections/community.general/issues/4852).'
887+
minor_changes:
888+
- cmd_runner module utils - add ``__call__`` method to invoke context (https://github.com/ansible-collections/community.general/pull/4791).
889+
- passwordstore lookup plugin - allow using alternative password managers by
890+
detecting wrapper scripts, allow explicit configuration of pass and gopass
891+
backends (https://github.com/ansible-collections/community.general/issues/4766).
892+
- sudoers - will attempt to validate the proposed sudoers rule using visudo
893+
if available, optionally skipped, or required (https://github.com/ansible-collections/community.general/pull/4794,
894+
https://github.com/ansible-collections/community.general/issues/4745).
895+
release_summary: Regular bugfix and feature release.
896+
fragments:
897+
- 4780-passwordstore-wrapper-compat.yml
898+
- 4791-cmd-runner-callable.yaml
899+
- 4794-sudoers-validation.yml
900+
- 4839-fix-VirtualMediaInsert-Supermicro.yml
901+
- 4852-sudoers-state-absent.yml
902+
- 5.2.0.yml
903+
- psf-license.yml
904+
modules:
905+
- description: Set or delete a passphrase using the Operating System's native
906+
keyring
907+
name: keyring
908+
namespace: system
909+
- description: Get a passphrase using the Operating System's native keyring
910+
name: keyring_info
911+
namespace: system
912+
- description: Scaleway compute - private network management
913+
name: scaleway_compute_private_network
914+
namespace: cloud.scaleway
915+
release_date: '2022-06-21'

changelogs/fragments/4780-passwordstore-wrapper-compat.yml

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

changelogs/fragments/4791-cmd-runner-callable.yaml

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

changelogs/fragments/4794-sudoers-validation.yml

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

changelogs/fragments/4839-fix-VirtualMediaInsert-Supermicro.yml

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

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

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

changelogs/fragments/5.2.0.yml

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

changelogs/fragments/psf-license.yml

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

0 commit comments

Comments
 (0)