Skip to content

Commit

Permalink
Prepare watchmaker 0.16.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eemperor committed Aug 23, 2019
1 parent 327e9ad commit c8fc76c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
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.3
current_version = 0.16.4
commit = False
tag = False
tag_name = {new_version}
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
## Changelog

### 0.16.4

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

**Released**: 2019.08.23

**Summary**:

* Updates documentation on pip usage in Linux to always use `python3 -m pip...`
* dotnet4-formula
- Adds .NET Framework 4.8 version and associated KB to lookup tables
* fup-formula
- New salt formula to install packages via URL
* scap-formula
- (Windows) Adds configuration to allow scan results to be generated when using SCC v5.0.2 and higher
* watchmaker-salt-content
- (Windows) Adds .NET Framework 4.8 info to dotnet winrepo package content

### 0.16.3

**Commit Delta**: [Change from 0.16.2 release](https://github.com/plus3it/watchmaker/compare/0.16.2...0.16.3)
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.3
version = 0.16.4
author = Plus3IT Maintainers of Watchmaker
author_email = [email protected]
url = https://github.com/plus3it/watchmaker
Expand Down

0 comments on commit c8fc76c

Please sign in to comment.