From b31bf8eb768754494105848dbf2625927e82a863 Mon Sep 17 00:00:00 2001 From: abikouo Date: Thu, 30 May 2024 15:47:23 +0200 Subject: [PATCH] Restrict to inventory/k8s removal --- README.md | 2 +- ...rt-update.yaml => 20240530-ansible-core-support-update.yaml} | 2 -- meta/runtime.yml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) rename changelogs/fragments/{20240530-defer-removal-and-ansible-core-support-update.yaml => 20240530-ansible-core-support-update.yaml} (55%) diff --git a/README.md b/README.md index 74e8c0a333..67993a06e0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The collection includes a variety of Ansible content to help automate the manage ## Ansible version compatibility -This collection has been tested against following Ansible versions: **>=2.15.0**. +This collection has been tested against following Ansible versions: **>=2.14.0**. For collections that support Ansible 2.9, please ensure you update your `network_os` to use the fully qualified collection name (for example, `cisco.ios.ios`). diff --git a/changelogs/fragments/20240530-defer-removal-and-ansible-core-support-update.yaml b/changelogs/fragments/20240530-ansible-core-support-update.yaml similarity index 55% rename from changelogs/fragments/20240530-defer-removal-and-ansible-core-support-update.yaml rename to changelogs/fragments/20240530-ansible-core-support-update.yaml index baf4e19152..2efafc0421 100644 --- a/changelogs/fragments/20240530-defer-removal-and-ansible-core-support-update.yaml +++ b/changelogs/fragments/20240530-ansible-core-support-update.yaml @@ -1,5 +1,3 @@ --- -breaking_changes: - - Remove support for ``ansible-core<2.15`` (https://github.com/ansible-collections/kubernetes.core/pull/734). minor_changes: - inventory/k8s.py - Defer removal of k8s inventory plugin to version 6.0.0 (https://github.com/ansible-collections/kubernetes.core/pull/734). diff --git a/meta/runtime.yml b/meta/runtime.yml index 9724dc5923..d9cb099846 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,5 +1,5 @@ --- -requires_ansible: '>=2.15.0' +requires_ansible: '>=2.14.0' action_groups: helm: