From c3e1657b4c643e547604bfeb51cd96d9308a4b13 2024-09-09 16:58:42 From: Branko Majic Date: 2024-09-09 16:58:42 Subject: [PATCH] MAR-218: Bumped supported Ansible version in documentation. --- diff --git a/docs/about.rst b/docs/about.rst index ffbf0ee8afab7cbe114d64aa32665013a1d03a1d..97897c530682a2ae179ecf89c9ca527c39d1f5f8 100644 --- a/docs/about.rst +++ b/docs/about.rst @@ -15,7 +15,7 @@ Roles are written for use with *Debian GNU/Linux*. For more details on supported releases, see :ref:`rolereference`. At the moment, the roles have been written for and tested against **Ansible -2.9.x**. +10.3.x**. The roles also utilise the ``ipv4/ipv6`` lookup plugins which require ``netaddr`` package to be installed. The ``passlib`` package is used diff --git a/docs/index.rst b/docs/index.rst index 0d936768089bf415b0e629b18b5d4bc8fb2450bc..8b49cb4762b4789038fe4e07296d0191d7114a2c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,7 +15,7 @@ Roles are written for use with *Debian GNU/Linux*. For more details on supported releases, see :ref:`rolereference`. At the moment, the roles have been written for and tested against **Ansible -2.9.x**. +10.3.x**. The roles also utilise the ``ipv4/ipv6`` lookup plugins which require ``netaddr`` package to be installed. The ``passlib`` package is used diff --git a/docs/releasenotes.rst b/docs/releasenotes.rst index 8d5d0ab00c20b24d1983cd971149529d1645414e..df013d9161370345636310dbf525628b3dc08b50 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -5,10 +5,14 @@ Release notes x.y.z ----- +Supported Ansible version bumped to 10.3.x. Dropped support for Debian +11 (Bullseye). Minor fixes and improvements. + **Breaking changes:** * All roles + * Supported Ansible version bumped to 10.3.x. * Dropped support for Debian 11 (Bullseye). * ``passlib`` Python package is now required for using the roles.