Skip to content

Commit

Permalink
2.8.1:
Browse files Browse the repository at this point in the history
    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.
  • Loading branch information
fmunozmiranda committed Apr 2, 2024
1 parent db45edb commit 16b6fd1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16b6fd1

Please sign in to comment.