parent
a56cef869d
commit
9a66140cd3
|
@ -6,6 +6,26 @@ Community General Release Notes
|
||||||
|
|
||||||
This changelog describes changes after version 3.0.0.
|
This changelog describes changes after version 3.0.0.
|
||||||
|
|
||||||
|
v4.8.2
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Regular maintenance and bugfix release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Include ``simplified_bsd.txt`` license file for various module utils, the ``lxca_common`` docs fragment, and the ``utm_utils`` unit tests.
|
||||||
|
- consul - fixed bug introduced in PR 4590 (https://github.com/ansible-collections/community.general/issues/4680).
|
||||||
|
- filesystem - handle ``fatresize --info`` output lines without ``:`` (https://github.com/ansible-collections/community.general/pull/4700).
|
||||||
|
- filesystem - improve error messages when output cannot be parsed by including newlines in escaped form (https://github.com/ansible-collections/community.general/pull/4700).
|
||||||
|
- gitlab_hook - avoid errors during idempotency check when an attribute does not exist (https://github.com/ansible-collections/community.general/pull/4668).
|
||||||
|
- keycloak_realm - fix default groups and roles (https://github.com/ansible-collections/community.general/issues/4241).
|
||||||
|
- redis* modules - fix call to ``module.fail_json`` when failing because of missing Python libraries (https://github.com/ansible-collections/community.general/pull/4733).
|
||||||
|
- 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).
|
||||||
|
|
||||||
v4.8.1
|
v4.8.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -1808,3 +1808,30 @@ releases:
|
||||||
- 4647-gconftool2-command-arg.yaml
|
- 4647-gconftool2-command-arg.yaml
|
||||||
- psf-license.yml
|
- psf-license.yml
|
||||||
release_date: '2022-05-16'
|
release_date: '2022-05-16'
|
||||||
|
4.8.2:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- Include ``simplified_bsd.txt`` license file for various module utils, the
|
||||||
|
``lxca_common`` docs fragment, and the ``utm_utils`` unit tests.
|
||||||
|
- consul - fixed bug introduced in PR 4590 (https://github.com/ansible-collections/community.general/issues/4680).
|
||||||
|
- filesystem - handle ``fatresize --info`` output lines without ``:`` (https://github.com/ansible-collections/community.general/pull/4700).
|
||||||
|
- filesystem - improve error messages when output cannot be parsed by including
|
||||||
|
newlines in escaped form (https://github.com/ansible-collections/community.general/pull/4700).
|
||||||
|
- gitlab_hook - avoid errors during idempotency check when an attribute does
|
||||||
|
not exist (https://github.com/ansible-collections/community.general/pull/4668).
|
||||||
|
- keycloak_realm - fix default groups and roles (https://github.com/ansible-collections/community.general/issues/4241).
|
||||||
|
- redis* modules - fix call to ``module.fail_json`` when failing because of
|
||||||
|
missing Python libraries (https://github.com/ansible-collections/community.general/pull/4733).
|
||||||
|
- 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).
|
||||||
|
release_summary: Regular maintenance and bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 4.8.2.yml
|
||||||
|
- 4668-gitlab_hook-use-None-for-non-existent-attr.yml
|
||||||
|
- 4682-compatibility-virtualmedia-resource-location.yaml
|
||||||
|
- 4700-code-changes.yml
|
||||||
|
- 4712-consul-bugfix.yaml
|
||||||
|
- 4719-fix-keycloak-realm.yaml
|
||||||
|
- 4733-redis-fail.yml
|
||||||
|
- simplified-bsd-license.yml
|
||||||
|
release_date: '2022-06-06'
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Regular maintenance and bugfix release.
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- gitlab_hook - avoid errors during idempotency check when an attribute does not exist (https://github.com/ansible-collections/community.general/pull/4668).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- 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).
|
|
|
@ -1,3 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "filesystem - improve error messages when output cannot be parsed by including newlines in escaped form (https://github.com/ansible-collections/community.general/pull/4700)."
|
|
||||||
- "filesystem - handle ``fatresize --info`` output lines without ``:`` (https://github.com/ansible-collections/community.general/pull/4700)."
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- consul - fixed bug introduced in PR 4590 (https://github.com/ansible-collections/community.general/issues/4680).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "keycloak_realm - fix default groups and roles (https://github.com/ansible-collections/community.general/issues/4241)."
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "redis* modules - fix call to ``module.fail_json`` when failing because of missing Python libraries (https://github.com/ansible-collections/community.general/pull/4733)."
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- Include ``simplified_bsd.txt`` license file for various module utils, the ``lxca_common`` docs fragment, and the ``utm_utils`` unit tests.
|
|
Loading…
Reference in New Issue