diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c3dd018be..cf549e414 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.26.2 +current_version = 0.26.3 commit = False tag = False tag_name = {new_version} diff --git a/CHANGELOG.md b/CHANGELOG.md index 66d9e484d..9511d4afc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.26.3](https://github.com/plus3it/watchmaker/releases/tag/0.26.3) + +**Released**: 2023.02.27 + +**Summary**: + +* Skips provider detection when provider requirements are not installed +* Updates watchmaker salt log config to avoid capturing senstive data in salt log +* forescout-secure-connector-formula + - Adds support for EL8 when FIPS is enabled +* name-computer-formula + - Sets hostname as fqdn when `dns_domain` is provided +* join-domain-formula + - Runs fix-collision script when using sssd + - Updates fix-collision to avoid capturing sensitive values in salt log + - Updates sssd method to set extra os attributes only when requested + - Updates windows join script to avoid capturing sensitive values in salt log + ## [0.26.2](https://github.com/plus3it/watchmaker/releases/tag/0.26.2) **Released**: 2023.02.13 diff --git a/setup.cfg b/setup.cfg index d6ed0a935..385131d34 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ [metadata] name = watchmaker description = Applied Configuration Management -version = 0.26.2 +version = 0.26.3 long_description = file: README.md, CHANGELOG.md long_description_content_type = text/markdown author = Plus3IT Maintainers of Watchmaker