Skip to content

Commit 3f0be10

Browse files
authored
Merge pull request #3264 from eemperor/0.28.2
Releases watchmaker version 0.28.2
2 parents dab5da8 + 9a98a54 commit 3f0be10

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.28.1
2+
current_version = 0.28.2
33
commit = False
44
tag = False
55
tag_name = {new_version}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.28.2](https://github.com/plus3it/watchmaker/releases/tag/0.28.2)
4+
5+
**Released**: 2023.10.31
6+
7+
**Summary**:
8+
9+
* Updates Watchmaker default config to use Salt 3006.4
10+
* Documents invalid finding in EL8 for remote access monitoring methods
11+
* ash-linux-formula
12+
- Addresses several EL8 Cat2 findings from recent SCAP scans
13+
* join-domain-formula
14+
- (Linux) Adds cron config that refreshes AD computer object attributes
15+
316
## [0.28.1](https://github.com/plus3it/watchmaker/releases/tag/0.28.1)
417

518
**Released**: 2023.10.05

docs/conf.py

+1-1
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.28.1'
95+
version = '0.28.2'
9696
# The full version, including alpha/beta/rc tags.
9797
release = version
9898

setup.cfg

+1-1
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.28.1
6+
version = 0.28.2
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)