Skip to content

Commit

Permalink
Releases watchmaker 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Feb 8, 2023
1 parent e0323fb commit 4f4ebe0
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 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.26.0
current_version = 0.26.1
commit = False
tag = False
tag_name = {new_version}
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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

**Released**: 2023.02.08

**Summary**:

* Uses pyinstaller directly to build standalone packages, eliminating dependency
on gravitybee
* Uses new python apis to reference package metadata and resources, improving
support for alternative packaging methods, like in-memory runtimes (pyoxidizer)
or ziparchives
* Adds PEP517 package metadata
* [Alpha] Allows watchmaker to run on Red Hat Enterprise Linux 8, Centos 8 Stream,
Oracle Linux 8, Alma Linux 8, and Rocky Linux 8. Currently on the ash-linux
hardening formula will work; none of the other salt formulas have yet been
updated for EL8 support

## 0.26.0

**Commit Delta**: [Change from 0.25.0 release](https://github.com/plus3it/watchmaker/compare/0.25.0...0.26.0)
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@
linkcheck_ignore = [
r'https://github\.com/plus3it/watchmaker/compare/(\d+\.){3}\.(\.\d+){3}',
r'https://github\.com/plus3it/watchmaker/compare/(\d+\.){3}\.(\.x){3}',
r'https://github\.com/plus3it/watchmaker/releases/tag/.*',
r'https://watchmaker\.cloudarmor\.io/releases/.*$',
r'https://watchmaker\.cloudarmor\.io/.*#.*',
r'https://docs\.saltstack\.com/en/latest/ref/modules/all/[a-z\.]*#[a-z\.]*', # noqa: E501, pylint: disable=line-too-long
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.26.0
version = 0.26.1
long_description = file: README.md, CHANGELOG.md
long_description_content_type = text/markdown
author = Plus3IT Maintainers of Watchmaker
Expand Down

0 comments on commit 4f4ebe0

Please sign in to comment.