Releases: ansible-collections/ansible.scm
Releases · ansible-collections/ansible.scm
v3.0.0
Release Summary
Starting from this release, the minimum ansible-core
version this collection requires is 2.15.0
. The last known version compatible with ansible-core<2.14 is v2.0.0
.
Major Changes
- Bumping
requires_ansible
to>=2.15.0
, since previous ansible-core versions are EoL now.
v2.0.0
Release Summary
Starting from this release, the minimum ansible-core
version this collection requires is 2.14.0
. The last known version compatible with ansible-core<2.14 is v1.2.2
.
Major Changes
- Bumping
requires_ansible
to>=2.14.0
, since previous ansible-core versions are EoL now.
Minor Changes
- Fix directory creation to avoid tox failures.
New Contributors
Full Changelog: v1.2.2...v2.0.0
v1.2.2
- Changelog updated (#235) @ansibuddy
- pre-commit updates (#218)
v1.2.1
v1.2.0
v1.1.0
Minor Changes
- Avoid unnecessary use of a persistent connection (#215) @cidrblock
v1.0.11
Bugfixes
- Push to origin HEAD (#214) @cidrblock
- Update test repo (#213) @cidrblock
- Skip testing with python 3.7 (#211) @cidrblock
v1.0.10
Changes related to release pipeline.
v1.0.9
- Changelog updated (#190) @ansibuddy
v1.0.8
Bugfixes
- Enable py38 tests (#175) @cidrblock