Skip to content

Commit

Permalink
Merge pull request #1194 from confusdcodr/0.18.2
Browse files Browse the repository at this point in the history
Releases watchmaker version 0.18.2
  • Loading branch information
confusdcodr authored Apr 2, 2020
2 parents ed3d22b + 4f6ca50 commit b8bad25
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[bumpversion]
current_version = 0.18.1
current_version = 0.18.2
commit = False
tag = False
tag_name = {new_version}

[bumpversion:file:setup.cfg]

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Changelog

### 0.18.2

**Commit Delta**: [Change from 0.18.1 release](https://github.com/plus3it/watchmaker/compare/0.18.1...0.18.2)

**Released**: 2020.04.02

**Summary**:

* vault-auth-formula
- Rename state to vault-auth
- Add url keyword argument to read_secret execution module

### 0.18.1

**Commit Delta**: [Change from 0.18.0 release](https://github.com/plus3it/watchmaker/compare/0.18.0...0.18.1)
Expand Down
4 changes: 2 additions & 2 deletions requirements/basics.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
setuptools==36.8.0;python_version<="2.6"
setuptools==43.0.0;python_version<="3.4" and python_version>="2.7"
setuptools==46.1.1;python_version>"3.4"
setuptools==46.1.3;python_version>"3.4"
virtualenv==15.2.0;python_version<="2.6"
virtualenv==20.0.13;python_version>="2.7"
virtualenv==20.0.15;python_version>="2.7"
wheel==0.29.0;python_version<="2.6"
wheel==0.33.6;python_version<="3.4" and python_version>="2.7"
wheel==0.34.2;python_version>"3.4"
2 changes: 1 addition & 1 deletion requirements/check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ flake8==3.7.9
flake8-bugbear==20.1.4
flake8-builtins==1.5.2
flake8-docstrings==1.5.0
flake8-isort==2.9.0
flake8-isort==2.9.1
flake8-future-import==0.4.6
flake8-print==3.1.4
isort==4.3.21
Expand Down
2 changes: 1 addition & 1 deletion requirements/deploy.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
satsuki==0.1.21
satsuki==0.1.22
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r docs-check.txt

recommonmark==0.6.0
setuptools==46.1.1
setuptools==46.1.3
sphinx==2.4.4
sphinx-rtd-theme==0.4.3
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

tox==2.9.1;python_version<="2.6"
tox==3.14.0;python_version<="3.4" and python_version>="2.7"
tox==3.14.5;python_version>"3.4"
tox==3.14.6;python_version>"3.4"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[metadata]
name = watchmaker
description = Applied Configuration Management
version = 0.18.1
version = 0.18.2
long_description = file: README.md, CHANGELOG.md
long_description_content_type = text/markdown
author = Plus3IT Maintainers of Watchmaker
Expand Down

0 comments on commit b8bad25

Please sign in to comment.