From fa6601cbe4766dccae14fe40cfafa844cd510109 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Wed, 5 Jun 2024 09:16:56 +0200 Subject: [PATCH] chore: Update supported ansible-core versions to >=2.15 Update the supported versions of ansible-core to >=2.15. Signed-off-by: Felix Matouschek --- README.md | 2 +- docs/requirements.txt | 4 ++-- meta/runtime.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ef520ad..a46c4f8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repository hosts the `kubevirt.core` Ansible Collection, which provides vir ## Ansible and Python version compatibility -This collection has been tested against Ansible versions **>=2.14,<=2.16** and Python versions **>=3.9,<=3.12**. +This collection has been tested against Ansible versions **>=2.15,<=2.17** and Python versions **>=3.9,<=3.12**. 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. diff --git a/docs/requirements.txt b/docs/requirements.txt index c8f8e2d..b445d75 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ -antsibull>=0.17.0 +antsibull antsibull-docs antsibull-changelog -ansible-core>=2.14.1 +ansible-core ansible-pygments sphinx-rtd-theme git+https://github.com/felixfontein/ansible-basic-sphinx-ext diff --git a/meta/runtime.yml b/meta/runtime.yml index be99ccf..898ad8f 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,2 +1,2 @@ --- -requires_ansible: '>=2.14.0' +requires_ansible: '>=2.15.0'