From 133acc96100cf54f6f155cc97a9b2859c6e32123 Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Thu, 25 May 2023 13:35:46 -0700 Subject: [PATCH] Releases watchmaker 0.27.3 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 11 +++++++++++ docs/conf.py | 2 +- setup.cfg | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a381f17da..6bb8be60f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.27.2 +current_version = 0.27.3 commit = False tag = False tag_name = {new_version} diff --git a/CHANGELOG.md b/CHANGELOG.md index a724d5123..58f062c22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.27.3](https://github.com/plus3it/watchmaker/releases/tag/0.27.3) + +**Released**: 2023.05.25 + +**Summary**: + +* Fixes issue with standalone binary on FIPS-enabled EL8 systems, by packaging + libcrypto and libssl libraries in the binary + ## [0.27.2](https://github.com/plus3it/watchmaker/releases/tag/0.27.2) **Released**: 2023.05.18 @@ -61,6 +70,8 @@ Currently, the standalone method for EL8 **does not** work when the system is FIPS-enabled. The problem is not yet entirely understood. Further investigation is needed before this issue can be resolved + - UPDATE: The issue with FIPS-enabled EL8 and the standalone binary is fixed + in Watchmaker 0.27.3 * Updates salt worker to avoid re-installing salt when `salt-call --version` matches the `salt_version` in the Watchmaker config * Updates EL7 findings documentation to line up with latest stig version diff --git a/docs/conf.py b/docs/conf.py index 0266d7156..bfb22ce4d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -92,7 +92,7 @@ # built documents. # # The short X.Y version. -version = '0.27.2' +version = '0.27.3' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.cfg b/setup.cfg index 0ee854fa6..258ca48d8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ [metadata] name = watchmaker description = Applied Configuration Management -version = 0.27.2 +version = 0.27.3 long_description = file: README.md, CHANGELOG.md long_description_content_type = text/markdown author = Plus3IT Maintainers of Watchmaker