Skip to content

Commit

Permalink
Releases watchmaker verion 0.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eemperor committed Oct 26, 2020
2 parents 5c60daa + 1e0b2c4 commit 17b59cf
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 14 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.21.2
current_version = 0.21.3
commit = False
tag = False
tag_name = {new_version}
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Changelog

### 0.21.3

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

**Released**: 2020.10.26

**Summary**:

* watchmaker-salt-content
- (Linux) Updates scap-formula pillar to use alternative stig profile parameter for Red Hat

### 0.21.2

**Commit Delta**: [Change from 0.21.1 release](https://github.com/plus3it/watchmaker/compare/0.21.1...0.21.2)
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==50.3.0;python_version>"3.4"
setuptools==50.3.2;python_version>"3.4"
virtualenv==15.2.0;python_version<="2.6"
virtualenv==20.0.31;python_version>="2.7"
virtualenv==20.0.35;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.35.1;python_version>"3.4"
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gravitybee==0.1.59
gravitybee==0.1.61
6 changes: 3 additions & 3 deletions requirements/check.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
-r docs-check.txt

check-manifest==0.44
flake8==3.8.3
flake8==3.8.4
flake8-bugbear==20.1.4
flake8-builtins==1.5.3
flake8-docstrings==1.5.0
flake8-isort==4.0.0
flake8-future-import==0.4.6
flake8-print==3.1.4
isort==5.5.4
isort==5.6.4
m2r==0.2.1
pep8-naming==0.11.1
pydocstyle==5.1.1
pylint==2.6.0
readme-renderer==26.0
readme-renderer==28.0
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==50.3.0
setuptools==50.3.2
sphinx==3.2.1
sphinx-rtd-theme==0.5.0
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pip==9.0.3;python_version<="2.6"
pip==19.1;python_version<="3.4" and python_version>="2.7"
pip==20.2.3;python_version>"3.4"
pip==20.2.4;python_version>"3.4"
2 changes: 1 addition & 1 deletion requirements/report.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
argparse==1.4.0
codecov<=2.0.5;platform_system=="Windows" # pyup: ==2.0.5 # see https://github.com/codecov/support/issues/402
codecov==2.0.15;platform_system!="Windows" and python_version<="2.6"
codecov==2.1.9;platform_system!="Windows" and python_version>"2.6"
codecov==2.1.10;platform_system!="Windows" and python_version>"2.6"
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.20.0;python_version>"3.4"
tox==3.20.1;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.21.2
version = 0.21.3
long_description = file: README.md, CHANGELOG.md
long_description_content_type = text/markdown
author = Plus3IT Maintainers of Watchmaker
Expand Down
2 changes: 1 addition & 1 deletion src/vendor/pypa/get-pip
Submodule get-pip updated 1 files
+22,133 −22,116 get-pip.py
2 changes: 1 addition & 1 deletion src/watchmaker/static/salt/content

0 comments on commit 17b59cf

Please sign in to comment.