Releases: artis3n/ansible_galaxy_collection
Releases · artis3n/ansible_galaxy_collection
2.10.1
Fixes
- Updates Action manifest to use updated Docker image
2.10.0
Fixes
- Updates Ansible (ansible-core) for compatibility with the new Galaxy API
Updates
- Moves from Node 18 to Node 20
- Updates dependency versions
2.9.0
Adds
- Supports the
manifest
directive in collection metadata added in Ansible 2.14 by installingdistlib
alongside ansible in the action container. Thanks for reporting the issue @huyz!
2.8.4
Changed
- Updated dependencies
2.8.3
Changed
- Update dependencies
2.8.2
Changed
- Updated dependencies
2.8.1
Changed
- Updated dependencies
2.8.0
Changed
- Bumped the container and Actions workflow to use Node 18
- Updated dependencies
2.7.0
Changed
- Moved back to Node 17 in the Codespace / local development environment. The Docker container had remained using Node 17.
- Updated dependencies
- Moved to a multi-stage build image
- The action now pulls a tagged release from GHCR instead of building every time someone invokes the action. This improves the speed of the action's invocation by 83%! The action's runtime has been brought down from ~3 minutes to ~30 seconds.
2.6.6
Changed
- Reverted to Node 16
- Updated dependencies
Added
- Customized Codespace for remote development