Skip to content

Commit

Permalink
Releases watchmaker 0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Oct 5, 2023
1 parent c18afb6 commit 067e3c9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.28.0
current_version = 0.28.1
commit = False
tag = False
tag_name = {new_version}
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 067e3c9

Please sign in to comment.