Skip to content

Commit

Permalink
Merge pull request #515 from lorengordon/0.9.0
Browse files Browse the repository at this point in the history
Prepares for 0.9.0 release
  • Loading branch information
lorengordon authored Feb 12, 2018
2 parents 9160477 + 856cc7a commit 26b6198
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 12 deletions.
48 changes: 39 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,44 @@
## Changelog

### x.x.x

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

**Released**: TBD

**Summary**:

* TBD
### 0.9.0

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

**Released**: 2018.02.12

**Summary**:

* [[Issue #499][499]][[PR #513][513]] Includes additional details about the
platform and python version in the watchmaker log
* [[Issue #500][500]][[PR #512][512]] Retries file retrieval up to 5 times
* [[Issue #501][501]][[PR #507][507]] Uses urllib handlers to retrieve all
files
- Deprecates the argument `--s3-source`; to retrieve a file from an S3
bucket use the syntax: `s3://<bucket>/<key>`
- Local files may be specified as absolute or relative paths, and may or
may not be prefixed with `file://`
* [[PR #496][496]] Moves CloudFormation and Terraform templates to their own
project, [terraform-aws-watchmaker][terraform-aws-watchmaker]
* [[PR #491][491]] Improves compatibility of the watchmaker bootstrap.ps1
script when executed by an Azure custom script extension
* [[Issue #430][430]][[PR #487][487]] Writes watchmaker salt config to a
custom path:
- Windows: `C:\Watchmaker\Salt\conf`
- Linux: `/opt/watchmaker/salt`
* scap-formula
- Incorporates content from OpenSCAP Security Guide v0.1.37-1

[430]: https://github.com/plus3it/watchmaker/issues/430
[499]: https://github.com/plus3it/watchmaker/issues/499
[500]: https://github.com/plus3it/watchmaker/issues/500
[501]: https://github.com/plus3it/watchmaker/issues/501
[487]: https://github.com/plus3it/watchmaker/pull/487
[491]: https://github.com/plus3it/watchmaker/pull/491
[496]: https://github.com/plus3it/watchmaker/pull/496
[507]: https://github.com/plus3it/watchmaker/pull/507
[512]: https://github.com/plus3it/watchmaker/pull/512
[513]: https://github.com/plus3it/watchmaker/pull/513
[terraform-aws-watchmaker]: https://github.com/plus3it/terraform-aws-watchmaker

### 0.8.0

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = watchmaker
description = Applied Configuration Management
version = 0.8.1.dev
version = 0.9.0
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
Submodule join-domain-formula updated 1 files
+21 −3 README.md

0 comments on commit 26b6198

Please sign in to comment.