Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions releasenotes/notes/bump-ansible-12-536bc4a3ff55dc3b.yaml
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
@@ -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.
7 changes: 7 additions & 0 deletions releasenotes/notes/fixes-cumulus-5.13-74e0d08675404f46.yaml
Original file line number Diff line number Diff line change
@@ -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
<https://bugs.launchpad.net/kayobe/+bug/2131677>`__ for more details.
6 changes: 6 additions & 0 deletions releasenotes/source/2025.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
===========================
2025.2 Series Release Notes
===========================

.. release-notes::
:branch: stable/2025.2
1 change: 1 addition & 0 deletions releasenotes/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Kayobe Release Notes
:maxdepth: 1

unreleased
2025.2
2025.1
2024.2
2024.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description_file =
author = OpenStack
author_email = [email protected]
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
Expand All @@ -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]
Expand Down