Skip to content

Commit 7f5c80c

Browse files
committed
Releases watchmaker 0.26.2
1 parent 8134fdc commit 7f5c80c

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.bumpversion.cfg

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

CHANGELOG.md

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

3+
## [0.26.2](https://github.com/plus3it/watchmaker/releases/tag/0.26.2)
4+
5+
**Released**: 2023.02.13
6+
7+
**Summary**:
8+
9+
* Fixes publishing of Windows standalone to GitHub Releases
10+
* docs
11+
- Provides guidance on using S3 URL feature in config references
12+
- Describes prerequisites for using AWS and Azure features
13+
- Removes references to EL6 and Python 2.6
14+
- Removes references to deprecated `--s3-url` argument
15+
* join-domain-formula
16+
- Adds support for EL8, using `sssd` to perform the domain-join
17+
318
## [0.26.1](https://github.com/plus3it/watchmaker/releases/tag/0.26.1)
419

520
**Released**: 2023.02.08
@@ -16,6 +31,9 @@
1631
Oracle Linux 8, Alma Linux 8, and Rocky Linux 8. Currently on the ash-linux
1732
hardening formula will work; none of the other salt formulas have yet been
1833
updated for EL8 support
34+
* ash-windows
35+
- Fixes warning in `lgpo` module about using `is` instead of `==` to compare
36+
string-literal values
1937

2038
## 0.26.0
2139

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.26.1
6+
version = 0.26.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)