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.
ansible/lib/ansible
Wong Hoi Sing Edison 016b7f71b1
ansible-galaxy - support `resolvelib >= 0.5.3, < 1.1.0` (#80196)
* ansible-galaxy - support `resolvelib >= 0.5.3, < 1.1.0`

<https://pypi.org/project/resolvelib/1.0.1> released on 2023-03-09:

-   <https://github.com/sarugaku/resolvelib/blob/main/CHANGELOG.rst#101-2023-03-09>
-   <https://github.com/sarugaku/resolvelib/releases/tag/1.0.1>

Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>

* Trigger CI by pinning resolvelib with latest version

Since resolvelib is pre-installed in our test containers, we should temporarily pin the latest version allowed to force the tests to run with that version. Once the tests have passed that commit can be reverted.

Please make those changes without force pushing, so that we keep the reference to the passing CI run. We can squash the commits when merging the PR so the temporary commits won't be in the final commit merged to the devel branch.

Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>

* https://github.com/ansible/ansible/pull/80196#discussion_r1136003637

Also test resolvelib with multiple supported versions.

Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>

* Revert "Trigger CI by pinning resolvelib with latest version"

This reverts commit 5518e5dbca.

---------

Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
1 year ago
..
_vendor Revert "ansible-test - Fix import test when vendoring." 3 years ago
cli Add support for plugin field in seealso. (#80212) 1 year ago
collections Clean up unused imports in core (#79900) 1 year ago
compat Clean up unused imports in core (#79900) 1 year ago
config ansible-playbook -K breaks when passwords have quotes (#79837) 1 year ago
errors add a worker queue to get updates from the main results thread (#79886) 1 year ago
executor Do not double calculate loops and `delegate_to` (#80171) 1 year ago
galaxy ansible-galaxy - support `resolvelib >= 0.5.3, < 1.1.0` (#80196) 1 year ago
inventory ansible-test - Update sanity test requirements. (#78528) 2 years ago
module_utils ansible-galaxy collection install retry improvements (#80180) 1 year ago
modules validate-modules: check_mode attribute and compare with supports_check_mode parameter (#80090) 1 year ago
parsing fix typo in plugin_docs.py (#80195) 1 year ago
playbook Do not double calculate loops and `delegate_to` (#80171) 1 year ago
plugins Fixed typo (#80184) 1 year ago
template Avoid redundant unsafe wrapping in ansible_eval_concat (#80143) 1 year ago
utils add a worker queue to get updates from the main results thread (#79886) 1 year ago
vars Do not double calculate loops and `delegate_to` (#80171) 1 year ago
__init__.py Require Jinja2 3.0.0 (#75881) 3 years ago
__main__.py Python 3.9 min for controller (#77566) 2 years ago
constants.py add ansible_name/ansible_aliases attrs to plugin objects (#78700) 2 years ago
context.py Remove collections compat from controller code. 2 years ago
keyword_desc.yml Fixed typo in keyword_desc.yml (#76280) 3 years ago
release.py Bump devel to 2.15.0.dev0 (#78817) 2 years ago