mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 12:50:42 +00:00
prepare new minor release
This commit is contained in:
parent
098366fcf8
commit
f601417760
@ -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:
|
||||||
|
19
CHANGELOG.md
19
CHANGELOG.md
@ -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
|
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user