From 24e9af8ee5ba63ecbbd1c01e9755a89a8f281dec Mon Sep 17 00:00:00 2001 From: Long Lam <31355535+eemperor@users.noreply.github.com> Date: Thu, 6 Jun 2024 14:10:06 -0400 Subject: [PATCH] Releases watchmaker version 0.28.5 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 16 ++++++++++++++++ docs/conf.py | 2 +- setup.cfg | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3f6b4a2d6..f09a9b773 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.28.4 +current_version = 0.28.5 commit = False tag = False tag_name = {new_version} diff --git a/CHANGELOG.md b/CHANGELOG.md index 55b71b974..e942699b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.28.5](https://github.com/plus3it/watchmaker/releases/tag/0.28.5) + +**Released**: 2024.06.06 + +**Summary**: + +* Provides several new FAQs to address recent changes and SCAP findings +* Provides update on discontinuation of CentOS Stream 8 and possible work-around +* ash-linux-formula + - Addresses findings related to UEFI-enabled systems + - Removes remote log entry injected by scap content +* name-computer-formula + - Provides options to skip either the forward or reverse nsupdate +* scap-formula + - Updates openscap content to 0.1.72 + ## [0.28.4](https://github.com/plus3it/watchmaker/releases/tag/0.28.4) **Released**: 2024.03.07 diff --git a/docs/conf.py b/docs/conf.py index cbe413e6a..b3a75813a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -92,7 +92,7 @@ # built documents. # # The short X.Y version. -version = '0.28.4' +version = '0.28.5' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.cfg b/setup.cfg index 9510da03b..afd1fbda4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ [metadata] name = watchmaker description = Applied Configuration Management -version = 0.28.4 +version = 0.28.5 long_description = file: README.md, CHANGELOG.md long_description_content_type = text/markdown author = Plus3IT Maintainers of Watchmaker