Releases: artis3n/ansible_galaxy_collection
Releases · artis3n/ansible_galaxy_collection
2.6.5
Changed
- Updated dependencies
2.6.4
Changed
- Updated dependencies
2.6.3
Changed
- Updated dependencies
- Updated to Node 17
2.6.2
Fixes
- Fixes typescript compilation error preventing release of new versions.
err
->err: any
2.6.1
Changed
- Updated dependencies
2.6.0
Changed
- Updated dependencies
Fixed
- Ansible Galaxy has new requirements for collections, mainly that a
meta/runtime.yml
file must exist with arequires_ansible
key denoting the minimum and/or maximum Ansible versions supported by the collection. This is a breaking change but not something implemented inside this project, so a minor release has been created to denote the new required end user behavior. This has been added to the README. See https://docs.ansible.com/ansible/3/dev_guide/developing_collections.html#meta-directory for more information.
2.5.1
Changed
- Updated dependencies
2.5.0
Added
- Added
publish
andbuild
commands, enabled by default. They allow you to selectively build or publish collections using this action in cases where you want more control over the process.
Changed
- Improved the CI workflow by moving some functionality to a separate test for faster resolution.
2.4.5
Changed
- Removed the codeql workflow as it is not useful to me.
2.4.4
Changed
- Removed the
BUILD_COMMAND
fromtechnote-spaces/release-github-actions
action as it was redundant.