Skip to content

Releases: artis3n/ansible_galaxy_collection

2.6.5

02 Feb 22:42
Compare
Choose a tag to compare

Changed

  • Updated dependencies

2.6.4

04 Jan 22:37
Compare
Choose a tag to compare

Changed

  • Updated dependencies

2.6.3

16 Dec 19:36
Compare
Choose a tag to compare

Changed

  • Updated dependencies
  • Updated to Node 17

2.6.2

04 Sep 03:06
Compare
Choose a tag to compare

Fixes

  • Fixes typescript compilation error preventing release of new versions. err -> err: any

2.6.1

03 Sep 17:57
9001816
Compare
Choose a tag to compare

Changed

  • Updated dependencies

2.6.0

14 Jul 03:26
Compare
Choose a tag to compare

Changed

  • Updated dependencies

Fixed

  • Ansible Galaxy has new requirements for collections, mainly that a meta/runtime.yml file must exist with a requires_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

15 Jun 02:04
Compare
Choose a tag to compare

Changed

  • Updated dependencies

2.5.0

15 Jun 01:40
Compare
Choose a tag to compare

Added

  • Added publish and build 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

25 May 01:17
Compare
Choose a tag to compare

Changed

  • Removed the codeql workflow as it is not useful to me.

2.4.4

21 May 03:12
Compare
Choose a tag to compare

Changed

  • Removed the BUILD_COMMAND from technote-spaces/release-github-actions action as it was redundant.