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

Prepares for 0.9.0 release #515

Merged
merged 1 commit into from
Feb 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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