Skip to content

Commit

Permalink
Merge pull request #838 from lorengordon/0.14.2
Browse files Browse the repository at this point in the history
Releases watchmaker 0.14.2
  • Loading branch information
lorengordon authored Mar 27, 2019
2 parents 8140226 + 5ba8e0b commit b9d0e08
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.14.1
current_version = 0.14.2
commit = False
tag = False
tag_name = {new_version}
Expand Down
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ charset = utf-8

[.bumpversion.cfg]
indent_style = tab

[*.yml]
indent_size = 2

[*.yaml]
indent_size = 2
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Changelog

### 0.14.2

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

**Released**: 2019.03.26

**Summary**:

* join-domain-formula
- Corrects regression on Windows to support adding admin groups that have
spaces in the name

### 0.14.1

**Commit Delta**: [Change from 0.14.0 release](https://github.com/plus3it/watchmaker/compare/0.14.0...0.14.1)
Expand Down
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ test_script:
- set TOXENV=check
- '%WITH_ENV% %PYTHON_HOME%\Scripts\tox -v'

- set TOXENV=docs
- '%WITH_ENV% %PYTHON_HOME%\Scripts\tox -v'
# Skips docs build on appveyor due to some (transient?) issue pulling pages from github
# Example failure: <https://ci.appveyor.com/project/plus3it/watchmaker#L273>
#- set TOXENV=docs
#- '%WITH_ENV% %PYTHON_HOME%\Scripts\tox -v'

- set TOXENV=3.6-codecov
- '%WITH_ENV% %PYTHON_HOME%\Scripts\tox -v'
Expand Down
4 changes: 2 additions & 2 deletions requirements/check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ flake8==3.7.7
flake8-bugbear==18.8.0
flake8-builtins==1.4.1
flake8-docstrings==1.3.0
flake8-isort==2.6.0
flake8-isort==2.7.0
flake8-future-import==0.4.5
flake8-print==3.1.0
isort==4.3.15
isort==4.3.16
m2r==0.2.1
pep8-naming==0.8.2
pydocstyle==3.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ pytest-catchlog==1.2.2;python_version=="2.6"
pytest-cov==2.5.1;python_version=="2.6" # pyup: ==2.5.1
pytest-cov==2.6.1;python_version>="2.7"
pytest-mock==1.6.3;python_version=="2.6" # pyup: ==1.6.3
pytest-mock==1.10.1;python_version>="2.7"
pytest-mock==1.10.2;python_version>="2.7"
wheel==0.29.0;python_version<="2.6" # pyup: ==0.29.0
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.14.1
version = 0.14.2
author = Plus3IT Maintainers of Watchmaker
author_email = [email protected]
url = https://github.com/plus3it/watchmaker
Expand Down
2 changes: 1 addition & 1 deletion src/watchmaker/static/salt/formulas/join-domain-formula

0 comments on commit b9d0e08

Please sign in to comment.