File tree Expand file tree Collapse file tree 4 files changed +29
-3
lines changed
Expand file tree Collapse file tree 4 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.27.5
2+ current_version = 0.28.0
33commit = False
44tag = False
55tag_name = {new_version}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
9797release = version
9898
Original file line number Diff line number Diff line change 33[metadata]
44name = watchmaker
55description = Applied Configuration Management
6- version = 0.27.5
6+ version = 0.28.0
77long_description = file: README.md, CHANGELOG.md
88long_description_content_type = text/markdown
99author = Plus3IT Maintainers of Watchmaker
You can’t perform that action at this time.
0 commit comments