Skip to content

Commit 96befb9

Browse files
authored
Merge pull request #3229 from lorengordon/release/0.28.0
2 parents 67b61ef + 00a6106 commit 96befb9

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.27.5
2+
current_version = 0.28.0
33
commit = False
44
tag = False
55
tag_name = {new_version}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [0.28.0](https://github.com/plus3it/watchmaker/releases/tag/0.28.0)
4+
5+
**Released**: 2023.09.14
6+
7+
**Summary**:
8+
9+
* Add watchmaker config argument `computer_name_pattern`, and exit with error
10+
if provided `computer_name` does not match. Also writes grain for use with
11+
name-computer-formula
12+
* Updates default watchmaker config to use salt 3006.2
13+
* Documents customization options for the watchmaker salt content
14+
* Documents workarounds for known "gotchas" when applying EL7 and EL8 STIG controls
15+
* ash-linux-formula
16+
- Supports customization for mapping users to different SELinux contexts
17+
- Removes el7 and EL8 STIG handlers that are now provided by SCAP remediation
18+
content
19+
- Consolidates all separate EL8 PAM handlers to states based on new authselect
20+
capabilities
21+
* join-domain-formula
22+
- Adds support for `tries` option that retries a failed join domain action
23+
- Integrates with ash-linux PAM handlers to apply STIG controls, if available
24+
* trellix-agent-formula
25+
- Refactors firewalld states around newer salt functionality
26+
* name-computer-formula
27+
- Supports reading pattern from salt grain
28+
329
## [0.27.5](https://github.com/plus3it/watchmaker/releases/tag/0.27.5)
430

531
**Released**: 2023.08.07

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
# built documents.
9393
#
9494
# The short X.Y version.
95-
version = '0.27.5'
95+
version = '0.28.0'
9696
# The full version, including alpha/beta/rc tags.
9797
release = version
9898

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[metadata]
44
name = watchmaker
55
description = Applied Configuration Management
6-
version = 0.27.5
6+
version = 0.28.0
77
long_description = file: README.md, CHANGELOG.md
88
long_description_content_type = text/markdown
99
author = Plus3IT Maintainers of Watchmaker

0 commit comments

Comments
 (0)