Skip to content

Commit 856cc7a

Browse files
committed
Prepares for 0.9.0 release
1 parent 9160477 commit 856cc7a

File tree

4 files changed

+42
-12
lines changed

4 files changed

+42
-12
lines changed

CHANGELOG.md

+39-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,44 @@
11
## Changelog
22

3-
### x.x.x
4-
5-
**Commit Delta**: [Change from 0.8.0 release](https://github.com/plus3it/watchmaker/compare/0.8.0...x.x.x)
6-
7-
**Released**: TBD
8-
9-
**Summary**:
10-
11-
* TBD
3+
### 0.9.0
4+
5+
**Commit Delta**: [Change from 0.8.0 release](https://github.com/plus3it/watchmaker/compare/0.8.0...0.9.0)
6+
7+
**Released**: 2018.02.12
8+
9+
**Summary**:
10+
11+
* [[Issue #499][499]][[PR #513][513]] Includes additional details about the
12+
platform and python version in the watchmaker log
13+
* [[Issue #500][500]][[PR #512][512]] Retries file retrieval up to 5 times
14+
* [[Issue #501][501]][[PR #507][507]] Uses urllib handlers to retrieve all
15+
files
16+
- Deprecates the argument `--s3-source`; to retrieve a file from an S3
17+
bucket use the syntax: `s3://<bucket>/<key>`
18+
- Local files may be specified as absolute or relative paths, and may or
19+
may not be prefixed with `file://`
20+
* [[PR #496][496]] Moves CloudFormation and Terraform templates to their own
21+
project, [terraform-aws-watchmaker][terraform-aws-watchmaker]
22+
* [[PR #491][491]] Improves compatibility of the watchmaker bootstrap.ps1
23+
script when executed by an Azure custom script extension
24+
* [[Issue #430][430]][[PR #487][487]] Writes watchmaker salt config to a
25+
custom path:
26+
- Windows: `C:\Watchmaker\Salt\conf`
27+
- Linux: `/opt/watchmaker/salt`
28+
* scap-formula
29+
- Incorporates content from OpenSCAP Security Guide v0.1.37-1
30+
31+
[430]: https://github.com/plus3it/watchmaker/issues/430
32+
[499]: https://github.com/plus3it/watchmaker/issues/499
33+
[500]: https://github.com/plus3it/watchmaker/issues/500
34+
[501]: https://github.com/plus3it/watchmaker/issues/501
35+
[487]: https://github.com/plus3it/watchmaker/pull/487
36+
[491]: https://github.com/plus3it/watchmaker/pull/491
37+
[496]: https://github.com/plus3it/watchmaker/pull/496
38+
[507]: https://github.com/plus3it/watchmaker/pull/507
39+
[512]: https://github.com/plus3it/watchmaker/pull/512
40+
[513]: https://github.com/plus3it/watchmaker/pull/513
41+
[terraform-aws-watchmaker]: https://github.com/plus3it/terraform-aws-watchmaker
1242

1343
### 0.8.0
1444

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = watchmaker
33
description = Applied Configuration Management
4-
version = 0.8.1.dev
4+
version = 0.9.0
55
author = Plus3IT Maintainers of Watchmaker
66
author_email = [email protected]
77
url = https://github.com/plus3it/watchmaker

0 commit comments

Comments
 (0)