prepare new minor release

This commit is contained in:
Robert Kaussow 2019-01-30 00:43:21 +01:00
parent 098366fcf8
commit f601417760
3 changed files with 11 additions and 12 deletions

View File

@ -111,6 +111,8 @@ steps:
files: files:
- dist/* - dist/*
- sha256sum.txt - sha256sum.txt
title: $${DRONE_TAG}
note: CHANGELOG.md
depends_on: depends_on:
- gpgsign - gpgsign
when: when:

View File

@ -1,11 +1,8 @@
- BUGFIX
<a name="v0.1.0"></a> - Error while vault file classification if file is a binary [#6](https://github.com/xoxys/ansible-later/issues/6)
## v0.1.0 (2018-12-19) - Wrong line number displayed when using normalized yaml [#3](https://github.com/xoxys/ansible-later/issues/3)
- ENHANCEMENT
### Drone - Exclude include_vars from tasks that has to be named [#5](https://github.com/xoxys/ansible-later/issues/5)
- New rule: force `become` is not used without `become_user` [#4](https://github.com/xoxys/ansible-later/issues/4)
* fix version grep and switch to stretch images for test steps - New rule: bool values should be True/False or yes/no formatted [#2](https://github.com/xoxys/ansible-later/issues/2)
* add missing build dependencies - New rule: jinja2 filters should be separated by spaces [#1](https://github.com/xoxys/ansible-later/issues/1)
* add missing build-base to alpine python images
* prepare pipeline to allow parallel python versions testing

View File

@ -1,6 +1,6 @@
__author__ = "Robert Kaussow" __author__ = "Robert Kaussow"
__project__ = "ansible-later" __project__ = "ansible-later"
__version__ = "0.1.1" __version__ = "0.1.2"
__license__ = "MIT" __license__ = "MIT"
__maintainer__ = "Robert Kaussow" __maintainer__ = "Robert Kaussow"
__email__ = "mail@geeklabor.de" __email__ = "mail@geeklabor.de"