mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Release 4.8.1.
This commit is contained in:
parent
ee4e1d997b
commit
ba9ec71dba
10 changed files with 45 additions and 15 deletions
|
@ -6,6 +6,25 @@ Community General Release Notes
|
||||||
|
|
||||||
This changelog describes changes after version 3.0.0.
|
This changelog describes changes after version 3.0.0.
|
||||||
|
|
||||||
|
v4.8.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Regular bugfix release. From now on, only bugfix release will be made of the community.general 4.x.y release stream.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Include ``PSF-license.txt`` file for ``plugins/module_utils/_version.py``.
|
||||||
|
- consul - fixed bug where class ``ConsulService`` was overwriting the field ``checks``, preventing the addition of checks to a service (https://github.com/ansible-collections/community.general/pull/4590).
|
||||||
|
- gconftool2 - properly escape values when passing them to ``gconftool-2`` (https://github.com/ansible-collections/community.general/pull/4647).
|
||||||
|
- onepassword - search all valid configuration locations and use the first found (https://github.com/ansible-collections/community.general/pull/4640).
|
||||||
|
- opentelemetry callback plugin - fix task message attribute that is reported failed regardless of the task result (https://github.com/ansible-collections/community.general/pull/4624).
|
||||||
|
- opentelemetry callback plugin - fix warning for the include_tasks (https://github.com/ansible-collections/community.general/pull/4623).
|
||||||
|
- terraform - fix list initialization to support both Python 2 and Python 3 (https://github.com/ansible-collections/community.general/issues/4531).
|
||||||
|
|
||||||
v4.8.0
|
v4.8.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -1782,3 +1782,29 @@ releases:
|
||||||
name: lxd_project
|
name: lxd_project
|
||||||
namespace: cloud.lxd
|
namespace: cloud.lxd
|
||||||
release_date: '2022-04-26'
|
release_date: '2022-04-26'
|
||||||
|
4.8.1:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- Include ``PSF-license.txt`` file for ``plugins/module_utils/_version.py``.
|
||||||
|
- consul - fixed bug where class ``ConsulService`` was overwriting the field
|
||||||
|
``checks``, preventing the addition of checks to a service (https://github.com/ansible-collections/community.general/pull/4590).
|
||||||
|
- gconftool2 - properly escape values when passing them to ``gconftool-2`` (https://github.com/ansible-collections/community.general/pull/4647).
|
||||||
|
- onepassword - search all valid configuration locations and use the first found
|
||||||
|
(https://github.com/ansible-collections/community.general/pull/4640).
|
||||||
|
- opentelemetry callback plugin - fix task message attribute that is reported
|
||||||
|
failed regardless of the task result (https://github.com/ansible-collections/community.general/pull/4624).
|
||||||
|
- opentelemetry callback plugin - fix warning for the include_tasks (https://github.com/ansible-collections/community.general/pull/4623).
|
||||||
|
- terraform - fix list initialization to support both Python 2 and Python 3
|
||||||
|
(https://github.com/ansible-collections/community.general/issues/4531).
|
||||||
|
release_summary: Regular bugfix release. From now on, only bugfix release will
|
||||||
|
be made of the community.general 4.x.y release stream.
|
||||||
|
fragments:
|
||||||
|
- 4.8.1.yml
|
||||||
|
- 4065-onepassword-config.yml
|
||||||
|
- 4590-consul-fix-service-checks.yaml
|
||||||
|
- 4621-terraform-py2-compat.yml
|
||||||
|
- 4623-opentelemetry_bug_fix_include_tasks.yml
|
||||||
|
- 4624-opentelemetry_bug_fix_hardcoded_value.yml
|
||||||
|
- 4647-gconftool2-command-arg.yaml
|
||||||
|
- psf-license.yml
|
||||||
|
release_date: '2022-05-16'
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Regular bugfix release. From now on, only bugfix release will be made of the community.general 4.x.y release stream.
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- onepassword - search all valid configuration locations and use the first found (https://github.com/ansible-collections/community.general/pull/4640).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- consul - fixed bug where class ``ConsulService`` was overwriting the field ``checks``, preventing the addition of checks to a service (https://github.com/ansible-collections/community.general/pull/4590).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- terraform - fix list initialization to support both Python 2 and Python 3 (https://github.com/ansible-collections/community.general/issues/4531).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- opentelemetry callback plugin - fix warning for the include_tasks (https://github.com/ansible-collections/community.general/pull/4623).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- opentelemetry callback plugin - fix task message attribute that is reported failed regardless of the task result (https://github.com/ansible-collections/community.general/pull/4624).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- gconftool2 - properly escape values when passing them to ``gconftool-2`` (https://github.com/ansible-collections/community.general/pull/4647).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- Include ``PSF-license.txt`` file for ``plugins/module_utils/_version.py``.
|
|
Loading…
Reference in a new issue