ansible-later/CHANGELOG.md

15 lines
527 B
Markdown
Raw Normal View History

2019-11-22 12:24:17 +01:00
**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 use the provided docker images.
2019-10-10 17:59:29 +02:00
* BREAKING
2019-11-20 00:40:27 +01:00
* drop support for python 2.7
2019-10-16 00:39:31 +02:00
* FEATURE
* add new rule to check if yaml document end marker is present (check_yaml_document_end)
2019-11-20 00:40:27 +01:00
* BUGFIX
* fix exception while tasks `name` attribute is empty
2019-10-10 17:59:29 +02:00
* INTERNAL
* test only with ansible version `latest` and `devel`
* build and release multi-arch docker images