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