Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Releases: thegeeklab/ansible-later

v0.3.7

06 Sep 20:59
Compare
Choose a tag to compare
  • INTERNAL
    • upgrade CI pipeline to use Hugo v0.74.3
    • publish to dockerhub and quay.io

v0.3.6

27 Jun 21:29
Compare
Choose a tag to compare
  • ENHANCEMENT
    • add custom modules auto-detection
    • allow different naming for the directory based config file .later|.later.yml|.later.yaml

v0.3.5

03 Jun 21:11
Compare
Choose a tag to compare
  • BUGFIX
    • fix typo in argparse description
  • INTERNAL
    • add markdown linting to CI (markdownlint-cli)
    • add spellchecking to CI (spellcheck-cli)
    • add broken link check to CI (broken-link-checker)

v0.3.4

19 May 20:12
Compare
Choose a tag to compare
  • BUGFIX
    • encode module arguments to fix comparison

v0.3.3

11 Apr 15:34
Compare
Choose a tag to compare
  • INTERNAL
    • maintenance and refactoring release, no changes

v0.3.2

06 Apr 15:22
Compare
Choose a tag to compare
  • ENHANCEMENT
    • improve ANSIBLE0001 logic to avoid false positive results
    • improve log output readability

v0.3.1

04 Mar 11:54
Compare
Choose a tag to compare
  • BUGFIX
    • replace removed dependency ansible.module_utils.parsing.convert_bool
    • decode task actions to prevent errors on multiline strings

v0.3.0

22 Nov 11:51
Compare
Choose a tag to compare

BREAKING RELEASE

Starting with this release, the support for Python 2 will be removed. If you are still working
on systems without Python 3 support, you can consider to use the provided docker images.

  • BREAKING
    • drop support for python 2.7
  • FEATURE
    • add new rule to check if yaml document end marker is present (check_yaml_document_end)
  • BUGFIX
    • fix exception while tasks name attribute is empty
  • INTERNAL
    • test only with ansible version latest and devel
    • build and release multi-arch docker images

v0.2.7

21 Jun 10:11
Compare
Choose a tag to compare
  • BUGFIXES
    • Use default split delimiter for module arguments
  • INTERNALS
    • remove outdated ansible vault reverences, vault encrypted files will be skipped

v0.2.6

25 Apr 12:48
Compare
Choose a tag to compare
  • INTERNALS
    • exclude unnecessary test files form build packages