2023-05-18 15:05:47 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ansible-compat: updated to 4.0.4
v4.0.4
Bugfixes
Allow use of * version on dependencies
v4.0.3
Bugfixes
Automatically install tests/requirements.yml when found
Also install requirements from galaxy.yml files
Include original message in AnsibleWarning
|
2023-05-10 14:13:35 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-ansible-compat: updated to 4.0.2
v4.0.2
Bugfixes
Revert to previous behavior for ansible_collections_path
v4.0.1
Major Changes
Rename Runtime.exec to Runtime.run
Introduce use of JSON recursive type
ruff: Make optional arguments keyword-only
Finish pathlib migration
Make Runtime.project_dir use Path
Migrate some functions to use Path
Make Runtime.cache_dir use Path
Remove support for py38
Minor Changes
Monkeypatch ansible core Display.warning
Bugfixes
Use YAML safe loader instead of full loader
Use dataclass sorting for json schema errors
ruff: Address more skips
ruff: address TRY and T201
ruff: Address EM
Convert more code to pathlib
|
2023-04-16 15:56:23 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ansible-compat: updated to 3.0.2
v3.0.2
Bugfixes
Change install_collection to avoid use of -p
Correct documentation links
Avoid using -p option with ansible-galaxy install
Fix collection loading
|
2023-02-17 08:50:44 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ansible-compat: updated to 3.0.1
v3.0.1
Bugfixes
Avoid double initialization of ansible runtime
Update README.md for 3.0.0 release
v3.0.0
Major Changes
Require ansible-core 2.12 or newer
Minor Changes
Address ansible 2.15 compatibility related to AnsibleCollectionConfig
Bugfixes
Required subprocess-tee>=0.4.1
|
2022-12-18 17:13:55 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ansible-compat: updated to 2.2.7
v2.2.7
Bugfixes
Restore offline more functionality
|
2022-12-01 11:46:33 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ansible-compat: updated to 2.2.6
v2.2.6
Bugfixes
Adopt PEP-621 for packaging
Revert "Avoid running galaxy on offline mode
|
2022-11-22 12:10:13 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ansible-compat: updated to 2.2.5
v2.2.5
Bugfixes
Make galaxy installation verbose
Log current directory before running galaxy install
Update build-system dependency for setuptools-scm to >= 7.0.0
Update devtools repo url
|
2022-11-02 12:23:34 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ansible-compat: updated to 2.2.4
v2.2.4
Bugfixes
Avoid running galaxy on offline mode
v2.2.3
Bugfixes
Correct offline cli arg support check
v2.2.2
Bugfixes
Add packaging to dependencies
Pass offline argument to galaxy command when needed
|
2022-09-26 15:39:17 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ansible-compat: updated to 2.2.1
v2.2.1
Bugfixes
* Avoid galaxy install failure with already symlinked collections
* Avoid python warning about unknown warning category
|
2022-08-02 11:51:23 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ansible-compat: updated to 2.2.0
v2.2.0
Minor Changes
Allow installation of pre-released collections
Add support for python 3.11
Bugfixes
Refactor schema testing
Use jsonschema 4.6.0
Avoid CryptographyDeprecationWarning from paramiko
|