Skip to content

Commit ad3e7bc

Browse files
committed
Release 5.0.1.
1 parent 66a7fdf commit ad3e7bc

10 files changed

Lines changed: 64 additions & 20 deletions

CHANGELOG.rst

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

77
This changelog describes changes after version 4.0.0.
88

9+
v5.0.1
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix release for inclusion in Ansible 6.0.0.
16+
17+
Minor Changes
18+
-------------
19+
20+
- cpanm - using ``do_raise()`` to raise exceptions in ``ModuleHelper`` derived modules (https://github.com/ansible-collections/community.general/pull/4674).
21+
- mksysb - using ``do_raise()`` to raise exceptions in ``ModuleHelper`` derived modules (https://github.com/ansible-collections/community.general/pull/4674).
22+
- pipx - using ``do_raise()`` to raise exceptions in ``ModuleHelper`` derived modules (https://github.com/ansible-collections/community.general/pull/4674).
23+
- snap - using ``do_raise()`` to raise exceptions in ``ModuleHelper`` derived modules (https://github.com/ansible-collections/community.general/pull/4674).
24+
- xfconf - using ``do_raise()`` to raise exceptions in ``ModuleHelper`` derived modules (https://github.com/ansible-collections/community.general/pull/4674).
25+
26+
Bugfixes
27+
--------
28+
29+
- consul - fixed bug introduced in PR 4590 (https://github.com/ansible-collections/community.general/issues/4680).
30+
- filesystem - handle ``fatresize --info`` output lines without ``:`` (https://github.com/ansible-collections/community.general/pull/4700).
31+
- filesystem - improve error messages when output cannot be parsed by including newlines in escaped form (https://github.com/ansible-collections/community.general/pull/4700).
32+
- keycloak_realm - fix default groups and roles (https://github.com/ansible-collections/community.general/issues/4241).
33+
- redis* modules - fix call to ``module.fail_json`` when failing because of missing Python libraries (https://github.com/ansible-collections/community.general/pull/4733).
34+
- xcc_redfish_command - for compatibility due to Redfish spec changes the virtualMedia resource location changed from Manager to System (https://github.com/ansible-collections/community.general/pull/4682).
35+
- zfs - fix wrong quoting of properties (https://github.com/ansible-collections/community.general/issues/4707, https://github.com/ansible-collections/community.general/pull/4726).
36+
937
v5.0.0
1038
======
1139

changelogs/changelog.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,3 +755,39 @@ releases:
755755
name: counter
756756
namespace: null
757757
release_date: '2022-04-29'
758+
5.0.1:
759+
changes:
760+
bugfixes:
761+
- consul - fixed bug introduced in PR 4590 (https://github.com/ansible-collections/community.general/issues/4680).
762+
- filesystem - handle ``fatresize --info`` output lines without ``:`` (https://github.com/ansible-collections/community.general/pull/4700).
763+
- filesystem - improve error messages when output cannot be parsed by including
764+
newlines in escaped form (https://github.com/ansible-collections/community.general/pull/4700).
765+
- keycloak_realm - fix default groups and roles (https://github.com/ansible-collections/community.general/issues/4241).
766+
- redis* modules - fix call to ``module.fail_json`` when failing because of
767+
missing Python libraries (https://github.com/ansible-collections/community.general/pull/4733).
768+
- xcc_redfish_command - for compatibility due to Redfish spec changes the virtualMedia
769+
resource location changed from Manager to System (https://github.com/ansible-collections/community.general/pull/4682).
770+
- zfs - fix wrong quoting of properties (https://github.com/ansible-collections/community.general/issues/4707,
771+
https://github.com/ansible-collections/community.general/pull/4726).
772+
minor_changes:
773+
- cpanm - using ``do_raise()`` to raise exceptions in ``ModuleHelper`` derived
774+
modules (https://github.com/ansible-collections/community.general/pull/4674).
775+
- mksysb - using ``do_raise()`` to raise exceptions in ``ModuleHelper`` derived
776+
modules (https://github.com/ansible-collections/community.general/pull/4674).
777+
- pipx - using ``do_raise()`` to raise exceptions in ``ModuleHelper`` derived
778+
modules (https://github.com/ansible-collections/community.general/pull/4674).
779+
- snap - using ``do_raise()`` to raise exceptions in ``ModuleHelper`` derived
780+
modules (https://github.com/ansible-collections/community.general/pull/4674).
781+
- xfconf - using ``do_raise()`` to raise exceptions in ``ModuleHelper`` derived
782+
modules (https://github.com/ansible-collections/community.general/pull/4674).
783+
release_summary: Regular bugfix release for inclusion in Ansible 6.0.0.
784+
fragments:
785+
- 4674-use-mh-raise.yaml
786+
- 4682-compatibility-virtualmedia-resource-location.yaml
787+
- 4700-code-changes.yml
788+
- 4712-consul-bugfix.yaml
789+
- 4719-fix-keycloak-realm.yaml
790+
- 4726-zfs.yml
791+
- 4733-redis-fail.yml
792+
- 5.0.1.yml
793+
release_date: '2022-05-30'

changelogs/fragments/4674-use-mh-raise.yaml

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

changelogs/fragments/4682-compatibility-virtualmedia-resource-location.yaml

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

changelogs/fragments/4700-code-changes.yml

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

changelogs/fragments/4712-consul-bugfix.yaml

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

changelogs/fragments/4719-fix-keycloak-realm.yaml

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

changelogs/fragments/4726-zfs.yml

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

changelogs/fragments/4733-redis-fail.yml

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

changelogs/fragments/5.0.1.yml

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

0 commit comments

Comments
 (0)