Skip to content

Releases: artis3n/ansible_galaxy_collection

2.10.1

13 Dec 02:05
Compare
Choose a tag to compare

Fixes

  • Updates Action manifest to use updated Docker image

2.10.0

13 Dec 01:38
Compare
Choose a tag to compare

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

15 May 23:59
Compare
Choose a tag to compare

Adds

  • Supports the manifest directive in collection metadata added in Ansible 2.14 by installing distlib alongside ansible in the action container. Thanks for reporting the issue @huyz!

2.8.4

15 Apr 13:38
Compare
Choose a tag to compare

Changed

  • Updated dependencies

2.8.3

05 Mar 20:23
Compare
Choose a tag to compare

Changed

  • Update dependencies

2.8.2

12 Oct 00:16
Compare
Choose a tag to compare

Changed

  • Updated dependencies

2.8.1

30 Jul 23:01
Compare
Choose a tag to compare

Changed

  • Updated dependencies

2.8.0

01 Jul 04:12
Compare
Choose a tag to compare

Changed

  • Bumped the container and Actions workflow to use Node 18
  • Updated dependencies

2.7.0

03 Apr 19:38
Compare
Choose a tag to compare

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

04 Mar 04:00
Compare
Choose a tag to compare

Changed

  • Reverted to Node 16
  • Updated dependencies

Added

  • Customized Codespace for remote development