mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-29 02:44:35 +00:00
Merge pull request #176 from 0xFelix/bump-versions
chore: Bump supported python and ansible-core versions
This commit is contained in:
56
.github/workflows/ci.yml
vendored
56
.github/workflows/ci.yml
vendored
@@ -98,50 +98,26 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
matrix_exclude: >-
|
matrix_exclude: >-
|
||||||
[
|
[
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.15",
|
|
||||||
"python-version": "3.12"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.15",
|
|
||||||
"python-version": "3.13"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.16",
|
|
||||||
"python-version": "3.9"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ansible-version": "stable-2.16",
|
"ansible-version": "stable-2.16",
|
||||||
"python-version": "3.13"
|
"python-version": "3.13"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.17",
|
|
||||||
"python-version": "3.9"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ansible-version": "stable-2.17",
|
"ansible-version": "stable-2.17",
|
||||||
"python-version": "3.13"
|
"python-version": "3.13"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "stable-2.18",
|
"ansible-version": "stable-2.18",
|
||||||
"python-version": "3.9"
|
"python-version": "3.10"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "stable-2.18",
|
"ansible-version": "stable-2.19",
|
||||||
"python-version": "3.10"
|
"python-version": "3.10"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ansible-version": "milestone",
|
|
||||||
"python-version": "3.9"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ansible-version": "milestone",
|
"ansible-version": "milestone",
|
||||||
"python-version": "3.10"
|
"python-version": "3.10"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ansible-version": "devel",
|
|
||||||
"python-version": "3.9"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ansible-version": "devel",
|
"ansible-version": "devel",
|
||||||
"python-version": "3.10"
|
"python-version": "3.10"
|
||||||
@@ -155,50 +131,26 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
matrix_exclude: >-
|
matrix_exclude: >-
|
||||||
[
|
[
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.15",
|
|
||||||
"python-version": "3.12"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.15",
|
|
||||||
"python-version": "3.13"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.16",
|
|
||||||
"python-version": "3.9"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ansible-version": "stable-2.16",
|
"ansible-version": "stable-2.16",
|
||||||
"python-version": "3.13"
|
"python-version": "3.13"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.17",
|
|
||||||
"python-version": "3.9"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ansible-version": "stable-2.17",
|
"ansible-version": "stable-2.17",
|
||||||
"python-version": "3.13"
|
"python-version": "3.13"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "stable-2.18",
|
"ansible-version": "stable-2.18",
|
||||||
"python-version": "3.9"
|
"python-version": "3.10"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "stable-2.18",
|
"ansible-version": "stable-2.19",
|
||||||
"python-version": "3.10"
|
"python-version": "3.10"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ansible-version": "milestone",
|
|
||||||
"python-version": "3.9"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ansible-version": "milestone",
|
"ansible-version": "milestone",
|
||||||
"python-version": "3.10"
|
"python-version": "3.10"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ansible-version": "devel",
|
|
||||||
"python-version": "3.9"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ansible-version": "devel",
|
"ansible-version": "devel",
|
||||||
"python-version": "3.10"
|
"python-version": "3.10"
|
||||||
|
|||||||
31
.github/workflows/integration.yml
vendored
31
.github/workflows/integration.yml
vendored
@@ -7,50 +7,26 @@ on:
|
|||||||
matrix_exclude:
|
matrix_exclude:
|
||||||
default: >-
|
default: >-
|
||||||
[
|
[
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.15",
|
|
||||||
"python-version": "3.12"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.15",
|
|
||||||
"python-version": "3.13"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.16",
|
|
||||||
"python-version": "3.9"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ansible-version": "stable-2.16",
|
"ansible-version": "stable-2.16",
|
||||||
"python-version": "3.13"
|
"python-version": "3.13"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.17",
|
|
||||||
"python-version": "3.9"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ansible-version": "stable-2.17",
|
"ansible-version": "stable-2.17",
|
||||||
"python-version": "3.13"
|
"python-version": "3.13"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "stable-2.18",
|
"ansible-version": "stable-2.18",
|
||||||
"python-version": "3.9"
|
"python-version": "3.10"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "stable-2.18",
|
"ansible-version": "stable-2.19",
|
||||||
"python-version": "3.10"
|
"python-version": "3.10"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ansible-version": "milestone",
|
|
||||||
"python-version": "3.9"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ansible-version": "milestone",
|
"ansible-version": "milestone",
|
||||||
"python-version": "3.10"
|
"python-version": "3.10"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ansible-version": "devel",
|
|
||||||
"python-version": "3.9"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ansible-version": "devel",
|
"ansible-version": "devel",
|
||||||
"python-version": "3.10"
|
"python-version": "3.10"
|
||||||
@@ -87,14 +63,13 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
test-target: ${{ fromJSON(inputs.ansible_test_targets) }}
|
test-target: ${{ fromJSON(inputs.ansible_test_targets) }}
|
||||||
ansible-version:
|
ansible-version:
|
||||||
- stable-2.15
|
|
||||||
- stable-2.16
|
- stable-2.16
|
||||||
- stable-2.17
|
- stable-2.17
|
||||||
- stable-2.18
|
- stable-2.18
|
||||||
|
- stable-2.19
|
||||||
- milestone
|
- milestone
|
||||||
- devel
|
- devel
|
||||||
python-version:
|
python-version:
|
||||||
- "3.9"
|
|
||||||
- "3.10"
|
- "3.10"
|
||||||
- "3.11"
|
- "3.11"
|
||||||
- "3.12"
|
- "3.12"
|
||||||
|
|||||||
@@ -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.15,<=2.18** and Python versions **>=3.9,<=3.13**.
|
This collection has been tested against Ansible versions **>=2.16,<=2.19** and Python versions **>=3.10,<=3.13**.
|
||||||
|
|
||||||
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