Merge pull request #237 from 0xFelix/bump-tested-versions-2.21

chore(ci): add ansible 2.21 and fix docs build
This commit is contained in:
kubevirt-bot
2026-05-05 10:54:42 +02:00
committed by GitHub
4 changed files with 27 additions and 2 deletions

View File

@@ -138,6 +138,14 @@ jobs:
"ansible-version": "stable-2.20", "ansible-version": "stable-2.20",
"python-version": "3.11" "python-version": "3.11"
}, },
{
"ansible-version": "stable-2.21",
"python-version": "3.10"
},
{
"ansible-version": "stable-2.21",
"python-version": "3.11"
},
{ {
"ansible-version": "milestone", "ansible-version": "milestone",
"python-version": "3.10" "python-version": "3.10"
@@ -203,6 +211,14 @@ jobs:
"ansible-version": "stable-2.20", "ansible-version": "stable-2.20",
"python-version": "3.11" "python-version": "3.11"
}, },
{
"ansible-version": "stable-2.21",
"python-version": "3.10"
},
{
"ansible-version": "stable-2.21",
"python-version": "3.11"
},
{ {
"ansible-version": "milestone", "ansible-version": "milestone",
"python-version": "3.10" "python-version": "3.10"

View File

@@ -30,7 +30,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v6 uses: actions/setup-python@v6
with: with:
python-version: 3.x python-version: "3.13"
cache: pip cache: pip
- name: Install doc dependencies - name: Install doc dependencies

View File

@@ -47,6 +47,14 @@ on:
"ansible-version": "stable-2.20", "ansible-version": "stable-2.20",
"python-version": "3.11" "python-version": "3.11"
}, },
{
"ansible-version": "stable-2.21",
"python-version": "3.10"
},
{
"ansible-version": "stable-2.21",
"python-version": "3.11"
},
{ {
"ansible-version": "milestone", "ansible-version": "milestone",
"python-version": "3.10" "python-version": "3.10"
@@ -100,6 +108,7 @@ jobs:
- stable-2.18 - stable-2.18
- stable-2.19 - stable-2.19
- stable-2.20 - stable-2.20
- stable-2.21
- milestone - milestone
- devel - devel
python-version: python-version:

View File

@@ -8,7 +8,7 @@ This repository hosts the `kubevirt.core` Ansible Collection, which provides vir
<!--start requires_ansible --> <!--start requires_ansible -->
## Ansible and Python version compatibility ## Ansible and Python version compatibility
This collection has been tested against Ansible versions **>=2.16,<=2.20** and Python versions **>=3.10,<=3.14**. This collection has been tested against Ansible versions **>=2.16,<=2.21** and Python versions **>=3.10,<=3.14**.
See the [Ansible core support matrix](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix) for supported combinations. See the [Ansible core support matrix](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix) for supported combinations.
<!--end requires_ansible --> <!--end requires_ansible -->