From 61c6b1dca8a9935724835e033aa4c588cef175ab Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 27 Jun 2023 07:19:22 +0200 Subject: [PATCH] Release 2.8.3. --- CHANGELOG.rst | 23 ++++++++++++++++ changelogs/changelog.yaml | 34 ++++++++++++++++++++++++ changelogs/fragments/2.8.3.yml | 11 -------- changelogs/fragments/semantic-markup.yml | 5 ---- 4 files changed, 57 insertions(+), 16 deletions(-) delete mode 100644 changelogs/fragments/2.8.3.yml delete mode 100644 changelogs/fragments/semantic-markup.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d82c58e..f5bf29e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,29 @@ Community RouterOS Release Notes .. contents:: Topics +v2.8.3 +====== + +Release Summary +--------------- + +Maintenance release with updated documentation. + +From this version on, community.routeros 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/routeros/. + v2.8.2 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e09fa3e..b7668a5 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -447,3 +447,37 @@ releases: - 180-fix-tls-in-tool-email.yml - 2.8.2.yml release_date: '2023-06-19' + 2.8.3: + 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/routeros/. + release_summary: 'Maintenance release with updated documentation. + + + From this version on, community.routeros 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: + - 2.8.3.yml + - semantic-markup.yml + release_date: '2023-06-27' diff --git a/changelogs/fragments/2.8.3.yml b/changelogs/fragments/2.8.3.yml deleted file mode 100644 index 6dc4f63..0000000 --- a/changelogs/fragments/2.8.3.yml +++ /dev/null @@ -1,11 +0,0 @@ -release_summary: | - Maintenance release with updated documentation. - - From this version on, community.routeros 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. diff --git a/changelogs/fragments/semantic-markup.yml b/changelogs/fragments/semantic-markup.yml deleted file mode 100644 index e8a448f..0000000 --- a/changelogs/fragments/semantic-markup.yml +++ /dev/null @@ -1,5 +0,0 @@ -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/routeros/.