From 16b6fd1a1c611d4215e1362888853b439c1be87e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Mu=C3=B1oz?= Date: Tue, 2 Apr 2024 13:33:39 -0600 Subject: [PATCH] 2.8.1: release_date: "2024-04-02" changes: release_summary: Changes the requirements of ansible.utils to allow > 4.0.0 versions. bugfixes: - ansible.utils changes to `">=2.0.0,<5.0"` in galaxy.yml dependencies. --- changelogs/changelog.yaml | 8 +++++++- galaxy.yml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 929f94bb5..6ecbe5f31 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -976,4 +976,10 @@ releases: changes: release_summary: Changes the minimum supported version of Ansible to v2.14.0 minor_changes: - - Changes the minimum supported version from Ansible v2.9.10 to v2.14.0 \ No newline at end of file + - Changes the minimum supported version from Ansible v2.9.10 to v2.14.0 + 2.8.1: + release_date: "2024-04-02" + changes: + release_summary: Changes the requirements of ansible.utils to allow > 4.0.0 versions. + bugfixes: + - ansible.utils changes to `">=2.0.0,<5.0"` in galaxy.yml dependencies. \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index b5be30d37..36a315b82 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -17,7 +17,7 @@ tags: - networking - sdn dependencies: - ansible.utils: ">=2.0.0,<4.0" + ansible.utils: ">=2.0.0,<5.0" repository: https://github.com/CiscoISE/ansible-ise documentation: https://ciscoise.github.io/ansible-ise/ homepage: https://github.com/CiscoISE/ansible-ise