diff --git a/releasenotes/notes/bump-ansible-12-536bc4a3ff55dc3b.yaml b/releasenotes/notes/bump-ansible-12-536bc4a3ff55dc3b.yaml index 5901b6a26..90ee0665e 100644 --- a/releasenotes/notes/bump-ansible-12-536bc4a3ff55dc3b.yaml +++ b/releasenotes/notes/bump-ansible-12-536bc4a3ff55dc3b.yaml @@ -1,6 +1,6 @@ --- upgrade: - | - Updates the maximum supported version of Ansible from 12 (ansible-core - 2.18) to 13 (ansible-core 2.19). The minimum supported version is updated + Updates the maximum supported version of Ansible from 11 (ansible-core + 2.18) to 12 (ansible-core 2.19). The minimum supported version is updated from 10.x to 11.x. This is true for both Kayobe and Kolla Ansible. diff --git a/releasenotes/notes/drop-python310-and-311-b284d9a4d8d91324.yaml b/releasenotes/notes/drop-python310-and-311-b284d9a4d8d91324.yaml new file mode 100644 index 000000000..e72c8148a --- /dev/null +++ b/releasenotes/notes/drop-python310-and-311-b284d9a4d8d91324.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - | + Python 3.10 and 3.11 are no longer supported on the control host. Use + Python 3.12 as a minimum version for the Kayobe virtualenv. diff --git a/releasenotes/notes/fixes-cumulus-5.13-74e0d08675404f46.yaml b/releasenotes/notes/fixes-cumulus-5.13-74e0d08675404f46.yaml new file mode 100644 index 000000000..34401e5cf --- /dev/null +++ b/releasenotes/notes/fixes-cumulus-5.13-74e0d08675404f46.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - | + Bumps version of ``nvidia.nvue`` Ansible collection from ``1.2.6`` to + ``1.2.9``. This fixes an issue where switch configuration could not be + applied to switches running Cumulus Linux 5.13. See `LP#2131677 + `__ for more details. diff --git a/releasenotes/source/2025.2.rst b/releasenotes/source/2025.2.rst new file mode 100644 index 000000000..4dae18d86 --- /dev/null +++ b/releasenotes/source/2025.2.rst @@ -0,0 +1,6 @@ +=========================== +2025.2 Series Release Notes +=========================== + +.. release-notes:: + :branch: stable/2025.2 diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst index 4a413860a..6cd206129 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -6,6 +6,7 @@ Kayobe Release Notes :maxdepth: 1 unreleased + 2025.2 2025.1 2024.2 2024.1 diff --git a/requirements.yml b/requirements.yml index 5b08a56bc..300f6ea5a 100644 --- a/requirements.yml +++ b/requirements.yml @@ -14,7 +14,7 @@ collections: - name: dellemc.os10 version: 1.2.7 - name: nvidia.nvue - version: 1.2.6 + version: 1.2.9 - name: openstack.cloud version: '<3' - name: stackhpc.linux diff --git a/setup.cfg b/setup.cfg index 46ea41577..2074f6b29 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description_file = author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/kayobe/latest/ -python_requires = >=3.10 +python_requires = >=3.12 license = Apache License, Version 2.0 classifier = Environment :: OpenStack @@ -18,8 +18,6 @@ classifier = Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 [files]