Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.29.4
current_version = 0.30.0
commit = False
tag = False
tag_name = {new_version}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ tests/logfiles/
# Environment files
Pipfile
Pipfile.lock
uv.lock

# Unit test / coverage reports
.pytest_cache
Expand Down
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

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

**Released**: 2026.05.28

**Summary**:

* Updates Salt version to 3007.13
* Expands supported Python versions to 3.14
* Project updated to use Ruff for lint and format checks
* ash-linux-formula
* Adds new STIG handlers for EL9
* ash-windows-formula
* Adds option to set custom login banners
* cortex-xdr-formula
- New formula addition to Watchmaker
* nessus-agent-formula
- Adds symlink for Nessus’ temp-dir to `/var`
* scap-formula
- Updates SCAP content to v0.1.80
* watchmaker-salt-content
- Updates default SCC version to 5.14
- Adds content for cortex-xdr-formula
- Adds config to support s3 urls vi pillar options
* windows-update-agent-formula
- Adds support for newer versions of Windows Server

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

**Released**: 2025.08.01
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
# built documents.
#
# The short X.Y version.
version = "0.29.4"
version = "0.30.0"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = ["uv-build<0.12"]

[project]
name = "watchmaker"
version = "0.29.4"
version = "0.30.0"
description = "Applied Configuration Management"
readme = {file = "README.md", content-type = "text/markdown"}
license = "Apache-2.0"
Expand Down
Loading
Loading