Skip to content

Commit

Permalink
Merge pull request #3264 from eemperor/0.28.2
Browse files Browse the repository at this point in the history
Releases watchmaker version 0.28.2
  • Loading branch information
eemperor authored Oct 31, 2023
2 parents dab5da8 + 9a98a54 commit 3f0be10
Show file tree
Hide file tree
Showing 4 changed files with 16 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.1
current_version = 0.28.2
commit = False
tag = False
tag_name = {new_version}
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.28.2](https://github.com/plus3it/watchmaker/releases/tag/0.28.2)

**Released**: 2023.10.31

**Summary**:

* Updates Watchmaker default config to use Salt 3006.4
* Documents invalid finding in EL8 for remote access monitoring methods
* ash-linux-formula
- Addresses several EL8 Cat2 findings from recent SCAP scans
* join-domain-formula
- (Linux) Adds cron config that refreshes AD computer object attributes

## [0.28.1](https://github.com/plus3it/watchmaker/releases/tag/0.28.1)

**Released**: 2023.10.05
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.1'
version = '0.28.2'
# 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.1
version = 0.28.2
long_description = file: README.md, CHANGELOG.md
long_description_content_type = text/markdown
author = Plus3IT Maintainers of Watchmaker
Expand Down

0 comments on commit 3f0be10

Please sign in to comment.