Skip to content

Commit 168bc10

Browse files
committed
Releases watchmaker 0.27.1
1 parent 01d6a65 commit 168bc10

File tree

4 files changed

+33
-7
lines changed

4 files changed

+33
-7
lines changed

.bumpversion.cfg

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

CHANGELOG.md

+30-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [0.27.1](https://github.com/plus3it/watchmaker/releases/tag/0.27.1)
4+
5+
**Released**: 2023.05.08
6+
7+
**Summary**:
8+
9+
* Fixes typo in upload of Windows standalone binary to GitHub Releases
10+
* Documents known/spurious EL8 findings that scanning utilities may flag
11+
erroneously
12+
* Fixes the check that skips reinstalling salt when the correct version is
13+
already installed
14+
* Publishes EL8 scap scans as a release artifact to `watchmaker.cloudarmor.io`,
15+
alongside the standalone binaries
16+
* Updates scap pillar in default salt content to run scans properly on CentOS
17+
Stream and scap version 1.3
18+
* ash-linux-formula
19+
- Fixes oscap remediation on CentOS Stream 8 and Oracle Linux 8
20+
- Addresses numerous additional STIG findings on EL8 systems that were not
21+
addressed with oscap remediation
22+
- Attempts to address EL8 issue with aws-cli, where fapolicyd blocks execution
23+
* forescout-secure-connector-formula
24+
- Establishes symlink so logs are written to `/var/log` partition
25+
* scap-formula
26+
- Updates openscap content to v0.1.67, using scap 1.3 datastreams
27+
328
## [0.27.0](https://github.com/plus3it/watchmaker/releases/tag/0.27.0)
429

530
**Released**: 2023.03.31
@@ -9,10 +34,11 @@
934
* Releases support for EL8 platforms, to include Red Hat 8, CentOS 8 Stream, and
1035
Oracle Linux 8. Future work may also add support for Rocky Linux 8 and Alma
1136
Linux 8
12-
- CAVEAT: With this release, the Watchmaker standalone binary for EL8
13-
**does not** work when the system is FIPS-enabled. The problem is not yet
14-
entirely understood. Further investigation is needed before this issue
15-
can be resolved
37+
- CAVEAT: With this release, on FIPS-enabled EL8 systems, please use the
38+
[PyPi install or the source install methods](https://watchmaker.cloudarmor.io/en/stable/installation.html).
39+
Currently, the standalone method for EL8 **does not** work when the system
40+
is FIPS-enabled. The problem is not yet entirely understood. Further investigation
41+
is needed before this issue can be resolved
1642
* Updates salt worker to avoid re-installing salt when `salt-call --version`
1743
matches the `salt_version` in the Watchmaker config
1844
* Updates EL7 findings documentation to line up with latest stig version

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.27.0'
95+
version = '0.27.1'
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.27.0
6+
version = 0.27.1
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)