From 067e3c9447080d63d2ac902c63cfd614455135bf Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Thu, 5 Oct 2023 10:38:42 -0700 Subject: [PATCH] Releases watchmaker 0.28.1 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 15 +++++++++++++++ docs/conf.py | 2 +- setup.cfg | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7b385c7f9..d30643b57 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.28.0 +current_version = 0.28.1 commit = False tag = False tag_name = {new_version} diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f84f0bf4..2b0cdbf8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.28.1](https://github.com/plus3it/watchmaker/releases/tag/0.28.1) + +**Released**: 2023.10.05 + +**Summary**: + +* Fixes clobbering of `computer-name` grain when `computer-name-pattern` is also + provided. This prevented the `name-computer-formula` from setting the name + specified by the user +* Updates FAQ to include vendor guidance for EL8.8+ +* Adds guidance on OpenSSH key signing requirements for EL8 +* ash-linux-formula + - Adds handler to address pam faillock findings on EL8 + + ## [0.28.0](https://github.com/plus3it/watchmaker/releases/tag/0.28.0) **Released**: 2023.09.14 diff --git a/docs/conf.py b/docs/conf.py index 2e292cb76..87e7c8051 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -92,7 +92,7 @@ # built documents. # # The short X.Y version. -version = '0.28.0' +version = '0.28.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.cfg b/setup.cfg index 3e12dbaf6..b3db70fda 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ [metadata] name = watchmaker description = Applied Configuration Management -version = 0.28.0 +version = 0.28.1 long_description = file: README.md, CHANGELOG.md long_description_content_type = text/markdown author = Plus3IT Maintainers of Watchmaker