2024-06-08 09:45:10 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ansible-compat: updated to 24.6.1
v24.6.1
Bugfixes
Allow the caller to set the ANSIBLE_COLLECTIONS_PATH
Don't nuke the collections path
|
2024-05-27 13:18:25 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ansible-compat: updated toi 24.5.1
v24.5.1
Minor Changes
Add has_playbook method to Runtime
Bugfixes
Fix packaging version to recognize pre-release versions
Update requirements
Allow dashes in role namespaces
If project_dir is passed, locate requirements within that directory
|
2024-01-11 10:53:53 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ansible-compat: updated to 4.1.11
v4.1.11
Bugfixes
Allow more control over verbosity when calling ansible-galaxy
Fix collection installation with custom project_dir
Fix collection installation bug when having custom config
Add support for python 3.12
Remove isolated option while adding sys.path
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) |  |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-09-28 08:52:02 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ansible-compat: updated to 4.1.10
v4.1.10
Bugfixes
Catch empty collection lists
v4.1.9
Bugfixes
Automatically add --pre when installing collections from git repositories
v4.1.8
Bugfixes
Revise site packages collection search test
Add only those sys.paths which contain an ansible_collections directory path
Allow git dependencies in galaxy.yml files
|
2023-08-23 17:24:27 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ansible-compat: updated to 4.1.7
v4.1.7
Bugfixes
Add sys.path to collection paths
v4.1.6
Bugfixes
Fix logic on prepare environment
Add smoke testing with ansible-lint
Adapt collection install test to pass with ansible-core 2.15.3 changes
Support meta main yaml extension
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-30 10:04:51 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-ansible-compat: updated to 4.1.5
v4.1.5
Bugfixes
• Fix find roles inside collection repository
• Enable packit rpm packaging
|
2023-06-06 15:12:59 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ansible-compat: updated to 4.1.2
v4.1.2
Bugfixes
Avoid stdout pollution cause by ansible logging
v4.1.1
Bugfixes
Disable Ansible debug mode for sub-commands
Log retry attempt only when doing retries
v4.1.0
Minor Changes
Enable access to available plugins
Bugfixes
Avoid creating ~/.ansible/collections
|
2023-05-22 09:34:37 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ansible-compat: updated to 4.0.5
v4.0.5
Bugfixes
Improve requirements.yml detection
|