mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-05-11 12:02:10 +00:00
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:
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@@ -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"
|
||||||
|
|||||||
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -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
|
||||||
|
|||||||
9
.github/workflows/integration.yml
vendored
9
.github/workflows/integration.yml
vendored
@@ -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:
|
||||||
|
|||||||
@@ -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 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user