Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releases watchmaker version 0.16.1 #909

Merged
merged 36 commits into from
Jun 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
2a87db3
Add Pull Reminder badge
May 10, 2019
3593fc2
Bump pytest from 4.4.2 to 4.5.0
dependabot-support May 11, 2019
1b1870e
Bump isort from 4.3.18 to 4.3.19
dependabot-support May 13, 2019
be38ef8
Merge pull request #891 from plus3it/dependabot/pip/pytest-4.5.0
eemperor May 13, 2019
c8f4082
Merge pull request #892 from plus3it/dependabot/pip/isort-4.3.19
eemperor May 13, 2019
7acefe9
Merge pull request #886 from allez-allez-allez/pull-reminder
YakDriver May 13, 2019
b964b89
Bump isort from 4.3.19 to 4.3.20
dependabot-support May 15, 2019
3e53c13
Merge pull request #893 from plus3it/dependabot/pip/isort-4.3.20
YakDriver May 15, 2019
5d0579c
Bump pygments from 2.4.0 to 2.4.1
dependabot-preview[bot] May 24, 2019
54bf829
Merge pull request #894 from plus3it/dependabot/pip/pygments-2.4.1
YakDriver May 24, 2019
088e6dc
Bump pygments from 2.4.1 to 2.4.2
dependabot-preview[bot] May 28, 2019
be6172a
Merge pull request #895 from plus3it/dependabot/pip/pygments-2.4.2
YakDriver May 28, 2019
b71897c
Bump sphinx from 2.0.1 to 2.1.0
dependabot-preview[bot] Jun 2, 2019
ffe28b2
Bump pytest from 4.5.0 to 4.6.1
dependabot-preview[bot] Jun 2, 2019
142c3ac
Merge pull request #898 from plus3it/dependabot/pip/pytest-4.6.1
YakDriver Jun 3, 2019
7f3153b
Bump pytest from 4.6.1 to 4.6.2
dependabot-preview[bot] Jun 3, 2019
b429c2c
Merge pull request #899 from plus3it/dependabot/pip/pytest-4.6.2
YakDriver Jun 3, 2019
94fbaed
Add lex language for pygments so sphinx will not complain
YakDriver Jun 4, 2019
864a21e
Merge pull request #897 from plus3it/dependabot/pip/sphinx-2.1.0
YakDriver Jun 4, 2019
e06a833
Bump check-manifest from 0.38 to 0.39
dependabot-preview[bot] Jun 6, 2019
d6729c9
Merge pull request #901 from plus3it/dependabot/pip/check-manifest-0.39
YakDriver Jun 6, 2019
bbb8397
Bump sphinx from 2.1.0 to 2.1.1
dependabot-preview[bot] Jun 10, 2019
066fb83
Merge pull request #902 from plus3it/dependabot/pip/sphinx-2.1.1
YakDriver Jun 10, 2019
25da4f0
Bump pytest from 4.6.2 to 4.6.3
dependabot-preview[bot] Jun 11, 2019
11efaa6
Merge pull request #903 from plus3it/dependabot/pip/pytest-4.6.3
YakDriver Jun 11, 2019
6fb234f
Bump src/watchmaker/static/salt/formulas/scap-formula
dependabot-preview[bot] Jun 14, 2019
3455b51
Merge pull request #904 from plus3it/dependabot/submodules/src/watchm…
eemperor Jun 14, 2019
c0ee58b
Bump sphinx from 2.1.1 to 2.1.2
dependabot-preview[bot] Jun 19, 2019
3e718bb
Merge pull request #905 from plus3it/dependabot/pip/sphinx-2.1.2
eemperor Jun 20, 2019
051b544
Bump src/watchmaker/static/salt/content from `e70b56c` to `156cfaa`
dependabot-preview[bot] Jun 20, 2019
c61e580
Merge pull request #906 from plus3it/dependabot/submodules/src/watchm…
eemperor Jun 21, 2019
dfff331
Bump src/watchmaker/static/salt/formulas/join-domain-formula
dependabot-preview[bot] Jun 21, 2019
bd245ec
Merge pull request #908 from plus3it/dependabot/submodules/src/watchm…
eemperor Jun 21, 2019
8027c98
Prepares watchmaker 0.16.1 release
eemperor Jun 21, 2019
8818cd0
Prepares watchmaker 0.16.1 release (#907)
lorengordon Jun 21, 2019
d30459c
Releases watchmaker version 0.16.1
eemperor Jun 21, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.16.0
current_version = 0.16.1
commit = False
tag = False
tag_name = {new_version}
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
## Changelog

### 0.16.1

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

**Released**: 2019.06.21

**Summary**:

* join-domain-formula
- Updates find-collision.sh ldap search to include uppercase and lowercase versions of provided hostname
* scap-formula
- Adds script to build OSCAP content with 'stig' profile included for CentOS
- Updates OSCAP content to v0.1.44
* watchmaker-salt-content
- Switches Linux scap profile pillar settings to 'stig'

### 0.16.0

**Commit Delta**: [Change from 0.15.2 release](https://github.com/plus3it/watchmaker/compare/0.15.2...0.16.0)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![Travis CI Build Status](https://travis-ci.org/plus3it/watchmaker.svg?branch=develop)](https://travis-ci.org/plus3it/watchmaker)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/plus3it/watchmaker?branch=develop&svg=true)](https://ci.appveyor.com/project/plus3it/watchmaker)
[![Latest Version](https://img.shields.io/pypi/v/watchmaker.svg?label=version)](https://pypi.python.org/pypi/watchmaker)
[![pullreminders](https://pullreminders.com/badge.svg)](https://pullreminders.com?ref=badge)

# Watchmaker

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

autoclass_content = 'class'
autodoc_member_order = 'bysource'
autodoc_default_flags = ['members', 'show-inheritance']
autodoc_default_options = {'members': True, 'show-inheritance': True}

napoleon_use_param = False

Expand Down
2 changes: 1 addition & 1 deletion docs/findings/el7.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Some scanners implement an "intentional fail" for this audit-item. This is desig

This automation has the underlying assumption that all RPM-managed SUID files — be it by the OS vendor or the provider of the software _hosted by_ the OS — is implicitly authorized. A way to quickly-verify compliance with this assumption is to execute:

~~~
~~~bash
for SUID in $( find / -user root -perm -4000 -print 2> /dev/null )
do
printf "%s: " "${SUID}"
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Variables can be input interactively via the Terraform console or directly to
the Terraform module. An example Terraform file that calls the `lx-autoscale`
module is shown below.

```
```terraform
provider "aws" {}

module "test-lx-instance" {
Expand Down
6 changes: 3 additions & 3 deletions requirements/check.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
check-manifest==0.38
check-manifest==0.39
flake8==3.7.7
flake8-bugbear==19.3.0
flake8-builtins==1.4.1
flake8-docstrings==1.3.0
flake8-isort==2.7.0
flake8-future-import==0.4.5
flake8-print==3.1.0
isort==4.3.18
isort==4.3.20
m2r==0.2.1
pep8-naming==0.8.2
pydocstyle==3.0.0
pygments==2.4.0
pygments==2.4.2
pylint==2.3.1
readme-renderer==24.0
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
m2r==0.2.1
setuptools==41.0.1
sphinx==2.0.1
sphinx==2.1.2
sphinx-rtd-theme==0.4.3
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mock==2.0.0;python_version=="2.6" # pyup: ==2.0.0
mock==3.0.5;python_version>="2.7"
pytest==3.2.5;python_version=="2.6" or python_version=="3.3" # pyup: ==3.2.5
pytest==4.4.2;python_version=="2.7" or python_version>="3.4"
pytest==4.6.3;python_version=="2.7" or python_version>="3.4"
pytest-travis-fold==1.3.0
pytest-catchlog==1.2.2;python_version=="2.6"
pytest-cov==2.5.1;python_version=="2.6" # pyup: ==2.5.1
Expand Down
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.16.0
version = 0.16.1
author = Plus3IT Maintainers of Watchmaker
author_email = [email protected]
url = https://github.com/plus3it/watchmaker
Expand Down