diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fb15fe36..543d369b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,29 @@ Docker Community Collection Release Notes .. contents:: Topics +v3.4.8 +====== + +Release Summary +--------------- + +Maintenance release with updated documentation. + +From this version on, community.docker is using the new `Ansible semantic markup +`__ +in its documentation. If you look at documentation with the ansible-doc CLI tool +from ansible-core before 2.15, please note that it does not render the markup +correctly. You should be still able to read it in most cases, but you need +ansible-core 2.15 or later to see it as it is intended. Alternatively you can +look at `the devel docsite `__ +for the rendered HTML version of the documentation of the latest release. + + +Known Issues +------------ + +- Ansible markup will show up in raw form on ansible-doc text output for ansible-core before 2.15. If you have trouble deciphering the documentation markup, please upgrade to ansible-core 2.15 (or newer), or read the HTML documentation on https://docs.ansible.com/ansible/devel/collections/community/docker/. + v3.4.7 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 9b479daa..9fd2d1e2 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1214,3 +1214,36 @@ releases: - 3.4.7.yml - 637-swarm_info-endpoint_spec.yml release_date: '2023-06-15' + 3.4.8: + changes: + known_issues: + - Ansible markup will show up in raw form on ansible-doc text output for ansible-core + before 2.15. If you have trouble deciphering the documentation markup, please + upgrade to ansible-core 2.15 (or newer), or read the HTML documentation on + https://docs.ansible.com/ansible/devel/collections/community/docker/. + release_summary: 'Maintenance release with updated documentation. + + + From this version on, community.docker is using the new `Ansible semantic + markup + + `__ + + in its documentation. If you look at documentation with the ansible-doc CLI + tool + + from ansible-core before 2.15, please note that it does not render the markup + + correctly. You should be still able to read it in most cases, but you need + + ansible-core 2.15 or later to see it as it is intended. Alternatively you + can + + look at `the devel docsite `__ + + for the rendered HTML version of the documentation of the latest release. + + ' + fragments: + - 3.4.8.yml + release_date: '2023-06-22' diff --git a/changelogs/fragments/3.4.8.yml b/changelogs/fragments/3.4.8.yml deleted file mode 100644 index ddd71a96..00000000 --- a/changelogs/fragments/3.4.8.yml +++ /dev/null @@ -1,16 +0,0 @@ -release_summary: | - Maintenance release with updated documentation. - - From this version on, community.docker is using the new `Ansible semantic markup - `__ - in its documentation. If you look at documentation with the ansible-doc CLI tool - from ansible-core before 2.15, please note that it does not render the markup - correctly. You should be still able to read it in most cases, but you need - ansible-core 2.15 or later to see it as it is intended. Alternatively you can - look at `the devel docsite `__ - for the rendered HTML version of the documentation of the latest release. -known_issues: - - Ansible markup will show up in raw form on ansible-doc text output for ansible-core - before 2.15. If you have trouble deciphering the documentation markup, please - upgrade to ansible-core 2.15 (or newer), or read the HTML documentation on - https://docs.ansible.com/ansible/devel/collections/community/docker/.