Skip to content

Commit 09b3253

Browse files
committed
Release 6.6.8.
1 parent 7399987 commit 09b3253

File tree

8 files changed

+160
-105
lines changed

8 files changed

+160
-105
lines changed

CHANGELOG.md

Lines changed: 115 additions & 90 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

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

77
This changelog describes changes after version 5.0.0.
88

9+
v6.6.8
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Security and bugfix release.
16+
17+
Security Fixes
18+
--------------
19+
20+
- cobbler, gitlab_runners, icinga2, linode, lxd, nmap, online, opennebula, proxmox, scaleway, stackpath_compute, virtualbox, and xen_orchestra inventory plugin - make sure all data received from the remote servers is marked as unsafe, so remote code execution by obtaining texts that can be evaluated as templates is not possible (https://www.die-welt.net/2024/03/remote-code-execution-in-ansible-dynamic-inventory-plugins/, https://github.com/ansible-collections/community.general/pull/8098).
21+
22+
Bugfixes
23+
--------
24+
25+
- aix_filesystem - fix issue with empty list items in crfs logic and option order (https://github.com/ansible-collections/community.general/pull/8052).
26+
- pacemaker_cluster - actually implement check mode, which the module claims to support. This means that until now the module also did changes in check mode (https://github.com/ansible-collections/community.general/pull/8081).
27+
- pam_limits - when the file does not exist, do not create it in check mode (https://github.com/ansible-collections/community.general/issues/8050, https://github.com/ansible-collections/community.general/pull/8057).
28+
929
v6.6.7
1030
======
1131

changelogs/changelog.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,3 +1619,28 @@ releases:
16191619
- 7379-url.yml
16201620
- 7467-fix-gitlab-constants-calls.yml
16211621
release_date: '2023-11-04'
1622+
6.6.8:
1623+
changes:
1624+
bugfixes:
1625+
- aix_filesystem - fix issue with empty list items in crfs logic and option
1626+
order (https://github.com/ansible-collections/community.general/pull/8052).
1627+
- pacemaker_cluster - actually implement check mode, which the module claims
1628+
to support. This means that until now the module also did changes in check
1629+
mode (https://github.com/ansible-collections/community.general/pull/8081).
1630+
- pam_limits - when the file does not exist, do not create it in check mode
1631+
(https://github.com/ansible-collections/community.general/issues/8050, https://github.com/ansible-collections/community.general/pull/8057).
1632+
release_summary: Security and bugfix release.
1633+
security_fixes:
1634+
- cobbler, gitlab_runners, icinga2, linode, lxd, nmap, online, opennebula, proxmox,
1635+
scaleway, stackpath_compute, virtualbox, and xen_orchestra inventory plugin
1636+
- make sure all data received from the remote servers is marked as unsafe,
1637+
so remote code execution by obtaining texts that can be evaluated as templates
1638+
is not possible (https://www.die-welt.net/2024/03/remote-code-execution-in-ansible-dynamic-inventory-plugins/,
1639+
https://github.com/ansible-collections/community.general/pull/8098).
1640+
fragments:
1641+
- 6.6.8.yml
1642+
- 8057-pam_limits-check-mode.yml
1643+
- aix_filesystem-crfs-issue.yml
1644+
- inventory-rce.yml
1645+
- pacemaker-cluster.yml
1646+
release_date: '2024-03-25'

changelogs/fragments/6.6.8.yml

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

changelogs/fragments/8057-pam_limits-check-mode.yml

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

changelogs/fragments/aix_filesystem-crfs-issue.yml

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

changelogs/fragments/inventory-rce.yml

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

changelogs/fragments/pacemaker-cluster.yml

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

0 commit comments

Comments
 (0)