Skip to content

Commit 2c35b8b

Browse files
authored
Merge pull request #1375 from eemperor/0.21.0
Releases watchmaker version 0.21.0
2 parents 359edcc + 698ffc6 commit 2c35b8b

17 files changed

+47
-21
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.20.5
2+
current_version = 0.21.0
33
commit = False
44
tag = False
55
tag_name = {new_version}

.github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pip
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
allow:
9+
- dependency-type: direct
10+
- dependency-type: indirect
11+
- package-ecosystem: gitsubmodule
12+
directory: "/"
13+
schedule:
14+
interval: daily
15+
open-pull-requests-limit: 10

.mergify.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ pull_request_rules:
2121
conditions:
2222
- author~=dependabot\[bot\]|dependabot-preview\[bot\]
2323
- label=submodules
24-
- status-success=codebuild/pr
24+
- status-success=codebuild/custom/pr
25+
- status-success=codebuild/default/pr
2526
- "#approved-reviews-by>=1"
2627
actions:
2728
merge:

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Changelog
22

3+
### 0.21.0
4+
5+
**Commit Delta**: [Change from 0.20.5 release](https://github.com/plus3it/watchmaker/compare/0.20.5...0.21.0)
6+
7+
**Released**: 2020.08.12
8+
9+
**Summary**:
10+
11+
* Updates default watchmaker config.yaml to use salt 2019.2.5
12+
313
### 0.20.5
414

515
**Commit Delta**: [Change from 0.20.4 release](https://github.com/plus3it/watchmaker/compare/0.20.4...0.20.5)

requirements/basics.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
setuptools==36.8.0;python_version<="2.6"
22
setuptools==43.0.0;python_version<="3.4" and python_version>="2.7"
3-
setuptools==49.2.0;python_version>"3.4"
3+
setuptools==49.3.1;python_version>"3.4"
44
virtualenv==15.2.0;python_version<="2.6"
5-
virtualenv==20.0.26;python_version>="2.7"
5+
virtualenv==20.0.30;python_version>="2.7"
66
wheel==0.29.0;python_version<="2.6"
77
wheel==0.33.6;python_version<="3.4" and python_version>="2.7"
88
wheel==0.34.2;python_version>"3.4"

requirements/build.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
gravitybee==0.1.49
1+
gravitybee==0.1.53

requirements/check.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ flake8==3.8.3
55
flake8-bugbear==20.1.4
66
flake8-builtins==1.5.3
77
flake8-docstrings==1.5.0
8-
flake8-isort==3.0.1
8+
flake8-isort==4.0.0
99
flake8-future-import==0.4.6
1010
flake8-print==3.1.4
1111
isort==4.3.21

requirements/deploy.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
satsuki==0.1.24
1+
satsuki==0.1.25

requirements/docs.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r docs-check.txt
22

33
recommonmark==0.6.0
4-
setuptools==49.2.0
5-
sphinx==3.1.2
4+
setuptools==49.3.1
5+
sphinx==3.2.0
66
sphinx-rtd-theme==0.5.0

requirements/pip.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pip==9.0.3;python_version<="2.6"
22
pip==19.1;python_version<="3.4" and python_version>="2.7"
3-
pip==20.1.1;python_version>"3.4"
3+
pip==20.2.2;python_version>"3.4"

requirements/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mock==3.0.5;python_version<"3.6" and python_version>="2.7"
33
mock==4.0.2;python_version>="3.6"
44
pytest==3.2.5;python_version<"2.7" or python_version=="3.3"
55
pytest==4.6.3;python_version<"3.5" and python_version>="2.7"
6-
pytest==5.4.3;python_version>="3.5"
6+
pytest==6.0.1;python_version>="3.5"
77
pytest-travis-fold==1.3.0
88
pytest-catchlog==1.2.2;python_version<"2.7"
99
pytest-cov==2.5.1;python_version<"2.7"

requirements/tox.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
tox==2.9.1;python_version<="2.6"
44
tox==3.14.0;python_version<="3.4" and python_version>="2.7"
5-
tox==3.17.1;python_version>"3.4"
5+
tox==3.19.0;python_version>"3.4"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[metadata]
44
name = watchmaker
55
description = Applied Configuration Management
6-
version = 0.20.5
6+
version = 0.21.0
77
long_description = file: README.md, CHANGELOG.md
88
long_description_content_type = text/markdown
99
author = Plus3IT Maintainers of Watchmaker

src/watchmaker/static/config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
watchmaker_version: ">= 0.17.0"
1+
watchmaker_version: ">= 0.20.5"
22
all:
33
- salt:
44
admin_groups: null
@@ -27,16 +27,16 @@ linux:
2727
- redhat
2828
- centos
2929
el_version: 6
30-
url: https://watchmaker.cloudarmor.io/yum.defs/saltstack/salt/2018.3.4/salt-reposync-el6.repo
30+
url: https://watchmaker.cloudarmor.io/yum.defs/saltstack/salt/2019.2.5/salt-reposync-el6.repo
3131
- dist: amazon
3232
el_version: 6
33-
url: https://watchmaker.cloudarmor.io/yum.defs/saltstack/salt/2018.3.4/salt-reposync-amzn.repo
33+
url: https://watchmaker.cloudarmor.io/yum.defs/saltstack/salt/2019.2.5/salt-reposync-amzn.repo
3434
#SaltEL7:
3535
- dist:
3636
- redhat
3737
- centos
3838
el_version: 7
39-
url: https://watchmaker.cloudarmor.io/yum.defs/saltstack/salt/2018.3.4/salt-reposync-el7.repo
39+
url: https://watchmaker.cloudarmor.io/yum.defs/saltstack/salt/2019.2.5/salt-reposync-el7.repo
4040
- salt:
4141
salt_debug_log: null
4242
install_method: yum
@@ -47,4 +47,4 @@ linux:
4747
windows:
4848
- salt:
4949
salt_debug_log: null
50-
installer_url: https://watchmaker.cloudarmor.io/repo/saltstack/salt/windows/Salt-Minion-2018.3.4-Py2-AMD64-Setup.exe
50+
installer_url: https://watchmaker.cloudarmor.io/repo/saltstack/salt/windows/Salt-Minion-2019.2.5-Py2-AMD64-Setup.exe

0 commit comments

Comments
 (0)