File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.26.1
2
+ current_version = 0.26.2
3
3
commit = False
4
4
tag = False
5
5
tag_name = {new_version}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
18
## [ 0.26.1] ( https://github.com/plus3it/watchmaker/releases/tag/0.26.1 )
4
19
5
20
** Released** : 2023.02.08
16
31
Oracle Linux 8, Alma Linux 8, and Rocky Linux 8. Currently on the ash-linux
17
32
hardening formula will work; none of the other salt formulas have yet been
18
33
updated for EL8 support
34
+ * ash-windows
35
+ - Fixes warning in ` lgpo ` module about using ` is ` instead of ` == ` to compare
36
+ string-literal values
19
37
20
38
## 0.26.0
21
39
Original file line number Diff line number Diff line change 3
3
[metadata]
4
4
name = watchmaker
5
5
description = Applied Configuration Management
6
- version = 0.26.1
6
+ version = 0.26.2
7
7
long_description = file: README.md, CHANGELOG.md
8
8
long_description_content_type = text/markdown
9
9
author = Plus3IT Maintainers of Watchmaker
You can’t perform that action at this time.
0 commit comments