Skip to content

Releases: atosatto/ansible-requirements-lint

v1.2.0

03 May 13:29
f35a4b9
Compare
Choose a tag to compare

Changelog

f35a4b9 main: add support to different output formats (#11)

v1.1.2

16 Mar 21:22
7530de4
Compare
Choose a tag to compare

Changelog

7530de4 ci: switch to actions/checkout@v1 to fix goreleaser changelog generation (#10)
fb10e46 requirements: parse correctly meta/main.yml files containing galaxy_info definitions (#9)

v1.1.1

16 Mar 18:15
2efb993
Compare
Choose a tag to compare

Changelog

c02f921 ci: execute fmt and unit tests and release checks for each PR and commit (#7)
2efb993 galaxy: remove namespace from keywords and double-check the results returned by the API (#8)

v1.1.0

11 Mar 12:36
7eda0c7
Compare
Choose a tag to compare

Changelog

c36a940 contrib: add install script for CI integration
7eda0c7 galaxy: make sure to use the full role name or source as keyword for the galaxy searches (#6)
f7a0f88 galaxy: restrict the search by namespace to improve the accurancy of the Ansible Galaxy provider (#3)
de3ae52 linter: add the current role version to the result messages (#2)
2027d1e main: implement handling of command-line interrupts (#1)
d241d79 main: suppress the error messages when exiting with CTRL+C (#5)
be21be1 requirements: support parsing of role dependencies definitions in the meta/main.yml format (#4)

v1.0.0

09 Mar 17:12
Compare
Choose a tag to compare

Changelog

f75ae5b Inital commit