Skip to content

Commit

Permalink
Release 6.6.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Nov 4, 2023
1 parent 16089ab commit 01134d4
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 22 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ Community General Release Notes

This changelog describes changes after version 5.0.0.

v6.6.7
======

Release Summary
---------------

Bugfix release.

From now on, community.general 6.x.y will only receive major bugfixes and security fixes anymore.


Bugfixes
--------

- composer - fix impossible to run ``working_dir`` dependent commands. The module was throwing an error when trying to run a ``working_dir`` dependent command, because it tried to get the command help without passing the ``working_dir`` (https://github.com/ansible-collections/community.general/issues/3787).
- github_deploy_key - fix pagination behaviour causing a crash when only a single page of deploy keys exist (https://github.com/ansible-collections/community.general/pull/7375).
- lxc connection plugin - properly evaluate options (https://github.com/ansible-collections/community.general/pull/7369).
- memset module utils - make compatible with ansible-core 2.17 (https://github.com/ansible-collections/community.general/pull/7379).
- redhat_subscription - use the right D-Bus options for the consumer type when
registering a RHEL system older than 9 or a RHEL 9 system older than 9.2
and using ``consumer_type``
(https://github.com/ansible-collections/community.general/pull/7378).
- selective callback plugin - fix length of task name lines in output always being 3 characters longer than desired (https://github.com/ansible-collections/community.general/pull/7374).

v6.6.6
======

Expand Down
38 changes: 38 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1573,3 +1573,41 @@ releases:
- 7301-fix-backend-config-string-encapsulation.yml
- 7303-mail-incorrect-header-parsing.yml
release_date: '2023-10-08'
6.6.7:
changes:
bugfixes:
- composer - fix impossible to run ``working_dir`` dependent commands. The module
was throwing an error when trying to run a ``working_dir`` dependent command,
because it tried to get the command help without passing the ``working_dir``
(https://github.com/ansible-collections/community.general/issues/3787).
- github_deploy_key - fix pagination behaviour causing a crash when only a single
page of deploy keys exist (https://github.com/ansible-collections/community.general/pull/7375).
- lxc connection plugin - properly evaluate options (https://github.com/ansible-collections/community.general/pull/7369).
- memset module utils - make compatible with ansible-core 2.17 (https://github.com/ansible-collections/community.general/pull/7379).
- 'redhat_subscription - use the right D-Bus options for the consumer type when
registering a RHEL system older than 9 or a RHEL 9 system older than 9.2
and using ``consumer_type``
(https://github.com/ansible-collections/community.general/pull/7378).
'
- selective callback plugin - fix length of task name lines in output always
being 3 characters longer than desired (https://github.com/ansible-collections/community.general/pull/7374).
release_summary: 'Bugfix release.
From now on, community.general 6.x.y will only receive major bugfixes and
security fixes anymore.
'
fragments:
- 3787-pass-composer-working-dir.yml
- 6.6.7.yml
- 7369-fix-lxc-options.yml
- 7374-fix-selective-callback-taskname-length.yml
- 7375-fix-github-deploy-key-pagination.yml
- 7378-redhat_subscription-dbus-consumer-type.yaml
- 7379-url.yml
release_date: '2023-11-04'
2 changes: 0 additions & 2 deletions changelogs/fragments/3787-pass-composer-working-dir.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/6.6.7.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/7369-fix-lxc-options.yml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/7379-url.yml

This file was deleted.

0 comments on commit 01134d4

Please sign in to comment.