mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
468 B
YAML
17 lines
468 B
YAML
1 year ago
|
---
|
||
|
|
||
|
bugfixes:
|
||
|
- >-
|
||
|
ansible-galaxy - started allowing the use of pre-releases
|
||
|
for dependencies on any level of the dependency tree that
|
||
|
specifically demand exact pre-release versions of
|
||
|
collections and not version ranges.
|
||
|
(https://github.com/ansible/ansible/pull/81606)
|
||
|
- >-
|
||
|
ansible-galaxy - started allowing the use of pre-releases
|
||
|
for collections that do not have any stable versions
|
||
|
published.
|
||
|
(https://github.com/ansible/ansible/pull/81606)
|
||
|
|
||
|
...
|