From ce7b2ef144a2d013e110fa7f462e7dc8bfe78f38 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 22 Jun 2023 21:24:40 +0200 Subject: [PATCH] Prepare 2.8.3. --- changelogs/fragments/2.8.3.yml | 11 +++++++++++ galaxy.yml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/2.8.3.yml diff --git a/changelogs/fragments/2.8.3.yml b/changelogs/fragments/2.8.3.yml new file mode 100644 index 0000000..6dc4f63 --- /dev/null +++ b/changelogs/fragments/2.8.3.yml @@ -0,0 +1,11 @@ +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/galaxy.yml b/galaxy.yml index 6f47b5f..a42a1d2 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -7,7 +7,7 @@ namespace: community name: routeros -version: 2.8.2 +version: 2.8.3 readme: README.md authors: - Egor Zaitsev (github.com/heuels)