diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d30643b57..197c90c4c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.28.1 +current_version = 0.28.2 commit = False tag = False tag_name = {new_version} diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b0cdbf8c..c65100e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.28.2](https://github.com/plus3it/watchmaker/releases/tag/0.28.2) + +**Released**: 2023.10.31 + +**Summary**: + +* Updates Watchmaker default config to use Salt 3006.4 +* Documents invalid finding in EL8 for remote access monitoring methods +* ash-linux-formula + - Addresses several EL8 Cat2 findings from recent SCAP scans +* join-domain-formula + - (Linux) Adds cron config that refreshes AD computer object attributes + ## [0.28.1](https://github.com/plus3it/watchmaker/releases/tag/0.28.1) **Released**: 2023.10.05 diff --git a/docs/conf.py b/docs/conf.py index 87e7c8051..76ff4c6e0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -92,7 +92,7 @@ # built documents. # # The short X.Y version. -version = '0.28.1' +version = '0.28.2' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.cfg b/setup.cfg index b3db70fda..dc13b2ee7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ [metadata] name = watchmaker description = Applied Configuration Management -version = 0.28.1 +version = 0.28.2 long_description = file: README.md, CHANGELOG.md long_description_content_type = text/markdown author = Plus3IT Maintainers of Watchmaker