parent
f847531a35
commit
5914c1df8e
|
@ -6,6 +6,33 @@ Community General Release Notes
|
||||||
|
|
||||||
This changelog describes changes after version 5.0.0.
|
This changelog describes changes after version 5.0.0.
|
||||||
|
|
||||||
|
v6.6.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Regular bugfix release.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- dconf - if ``gi.repository.GLib`` is missing, try to respawn in a Python interpreter that has it (https://github.com/ansible-collections/community.general/pull/6491).
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- deps module utils - do not fail when dependency cannot be found (https://github.com/ansible-collections/community.general/pull/6479).
|
||||||
|
- nmcli - fix bond option ``xmit_hash_policy`` (https://github.com/ansible-collections/community.general/pull/6527).
|
||||||
|
- passwordstore lookup plugin - make compatible with ansible-core 2.16 (https://github.com/ansible-collections/community.general/pull/6447).
|
||||||
|
- portage - fix ``changed_use`` and ``newuse`` not triggering rebuilds (https://github.com/ansible-collections/community.general/issues/6008, https://github.com/ansible-collections/community.general/pull/6548).
|
||||||
|
- portage - update the logic for generating the emerge command arguments to ensure that ``withbdeps: false`` results in a passing an ``n`` argument with the ``--with-bdeps`` emerge flag (https://github.com/ansible-collections/community.general/issues/6451, https://github.com/ansible-collections/community.general/pull/6456).
|
||||||
|
- proxmox_tasks_info - remove ``api_user`` + ``api_password`` constraint from ``required_together`` as it causes to require ``api_password`` even when API token param is used (https://github.com/ansible-collections/community.general/issues/6201).
|
||||||
|
- puppet - handling ``noop`` parameter was not working at all, now it is has been fixed (https://github.com/ansible-collections/community.general/issues/6452, https://github.com/ansible-collections/community.general/issues/6458).
|
||||||
|
- terraform - fix broken ``warn()`` call (https://github.com/ansible-collections/community.general/pull/6497).
|
||||||
|
- xfs_quota - in case of a project quota, the call to ``xfs_quota`` did not initialize/reset the project (https://github.com/ansible-collections/community.general/issues/5143).
|
||||||
|
- zypper - added handling of zypper exitcode 102. Changed state is set correctly now and rc 102 is still preserved to be evaluated by the playbook (https://github.com/ansible-collections/community.general/pull/6534).
|
||||||
|
|
||||||
v6.6.0
|
v6.6.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -1361,3 +1361,44 @@ releases:
|
||||||
name: keycloak_clientscope_type
|
name: keycloak_clientscope_type
|
||||||
namespace: ''
|
namespace: ''
|
||||||
release_date: '2023-04-24'
|
release_date: '2023-04-24'
|
||||||
|
6.6.1:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- deps module utils - do not fail when dependency cannot be found (https://github.com/ansible-collections/community.general/pull/6479).
|
||||||
|
- nmcli - fix bond option ``xmit_hash_policy`` (https://github.com/ansible-collections/community.general/pull/6527).
|
||||||
|
- passwordstore lookup plugin - make compatible with ansible-core 2.16 (https://github.com/ansible-collections/community.general/pull/6447).
|
||||||
|
- portage - fix ``changed_use`` and ``newuse`` not triggering rebuilds (https://github.com/ansible-collections/community.general/issues/6008,
|
||||||
|
https://github.com/ansible-collections/community.general/pull/6548).
|
||||||
|
- 'portage - update the logic for generating the emerge command arguments to
|
||||||
|
ensure that ``withbdeps: false`` results in a passing an ``n`` argument with
|
||||||
|
the ``--with-bdeps`` emerge flag (https://github.com/ansible-collections/community.general/issues/6451,
|
||||||
|
https://github.com/ansible-collections/community.general/pull/6456).'
|
||||||
|
- proxmox_tasks_info - remove ``api_user`` + ``api_password`` constraint from
|
||||||
|
``required_together`` as it causes to require ``api_password`` even when API
|
||||||
|
token param is used (https://github.com/ansible-collections/community.general/issues/6201).
|
||||||
|
- puppet - handling ``noop`` parameter was not working at all, now it is has
|
||||||
|
been fixed (https://github.com/ansible-collections/community.general/issues/6452,
|
||||||
|
https://github.com/ansible-collections/community.general/issues/6458).
|
||||||
|
- terraform - fix broken ``warn()`` call (https://github.com/ansible-collections/community.general/pull/6497).
|
||||||
|
- xfs_quota - in case of a project quota, the call to ``xfs_quota`` did not
|
||||||
|
initialize/reset the project (https://github.com/ansible-collections/community.general/issues/5143).
|
||||||
|
- zypper - added handling of zypper exitcode 102. Changed state is set correctly
|
||||||
|
now and rc 102 is still preserved to be evaluated by the playbook (https://github.com/ansible-collections/community.general/pull/6534).
|
||||||
|
minor_changes:
|
||||||
|
- dconf - if ``gi.repository.GLib`` is missing, try to respawn in a Python interpreter
|
||||||
|
that has it (https://github.com/ansible-collections/community.general/pull/6491).
|
||||||
|
release_summary: Regular bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 5143-fix-xfs-quota-project-init.yml
|
||||||
|
- 6.6.1.yml
|
||||||
|
- 6456-fix-portage-withbdeps-false.yml
|
||||||
|
- 6458-puppet-noop.yml
|
||||||
|
- 6491-dconf-respawn.yml
|
||||||
|
- 6497-terraform-fix.yml
|
||||||
|
- 6527-nmcli-bond-fix-xmit_hash_policy.yml
|
||||||
|
- 6534-zypper-exitcode-102-handled.yaml
|
||||||
|
- 6548-portage-changed_use-newuse.yml
|
||||||
|
- 6554-proxmox-tasks-info-fix-required-password.yaml
|
||||||
|
- deps.yml
|
||||||
|
- passwordstore-lock.yml
|
||||||
|
release_date: '2023-05-22'
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
bugfixes:
|
|
||||||
- xfs_quota - in case of a project quota, the call to ``xfs_quota`` did not initialize/reset the project (https://github.com/ansible-collections/community.general/issues/5143).
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Regular bugfix release.
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "portage - update the logic for generating the emerge command arguments to ensure that ``withbdeps: false`` results in a passing an ``n`` argument with the ``--with-bdeps`` emerge flag (https://github.com/ansible-collections/community.general/issues/6451, https://github.com/ansible-collections/community.general/pull/6456)."
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- puppet - handling ``noop`` parameter was not working at all, now it is has been fixed (https://github.com/ansible-collections/community.general/issues/6452, https://github.com/ansible-collections/community.general/issues/6458).
|
|
|
@ -1,2 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- dconf - if ``gi.repository.GLib`` is missing, try to respawn in a Python interpreter that has it (https://github.com/ansible-collections/community.general/pull/6491).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "terraform - fix broken ``warn()`` call (https://github.com/ansible-collections/community.general/pull/6497)."
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- nmcli - fix bond option ``xmit_hash_policy`` (https://github.com/ansible-collections/community.general/pull/6527).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- zypper - added handling of zypper exitcode 102. Changed state is set correctly now and rc 102 is still preserved to be evaluated by the playbook (https://github.com/ansible-collections/community.general/pull/6534).
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
bugfixes:
|
|
||||||
- portage - fix ``changed_use`` and ``newuse`` not triggering rebuilds (https://github.com/ansible-collections/community.general/issues/6008, https://github.com/ansible-collections/community.general/pull/6548).
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
bugfixes:
|
|
||||||
- proxmox_tasks_info - remove ``api_user`` + ``api_password`` constraint from ``required_together`` as it causes to require ``api_password`` even when API token param is used (https://github.com/ansible-collections/community.general/issues/6201).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "deps module utils - do not fail when dependency cannot be found (https://github.com/ansible-collections/community.general/pull/6479)."
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "passwordstore lookup plugin - make compatible with ansible-core 2.16 (https://github.com/ansible-collections/community.general/pull/6447)."
|
|
Loading…
Reference in New Issue