diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cbeac3a4b..98849aa80 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.21.8 +current_version = 0.21.9 commit = False tag = False tag_name = {new_version} diff --git a/CHANGELOG.md b/CHANGELOG.md index ab4615dd0..8958f3778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ ## Changelog +### 0.21.9 + +**Commit Delta**: [Change from 0.21.8 release](https://github.com/plus3it/watchmaker/compare/0.21.8...0.21.9) + +**Released**: 2021.04.26 + +**Summary**: + +* Provides support for Salt 3003 +* ash-linux-formula + - Updates syntax to support Salt 3003 + - RHEL-07-040160 - Ensure no (competing) attempts to set TMOUT + - RHEL-07-040860 - Adds ability to handle lack of /etc/sysct.conf file +* nessus-agent-formula + - Separate agent install and configuration to support baked-in Nessus agent installations +* join-domain-formula + - (Windows) Add double-quotes to Members parameter in order for startup task state to work with Salt 3003 + ### 0.21.8 **Commit Delta**: [Change from 0.21.7 release](https://github.com/plus3it/watchmaker/compare/0.21.7...0.21.8) diff --git a/setup.cfg b/setup.cfg index a2896bdaf..6cb1e5933 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ [metadata] name = watchmaker description = Applied Configuration Management -version = 0.21.8 +version = 0.21.9 long_description = file: README.md, CHANGELOG.md long_description_content_type = text/markdown author = Plus3IT Maintainers of Watchmaker