Releases: OpenVoxProject/openvox
Releases · OpenVoxProject/openvox
8.23.0
- This is our first release where MacOS and Windows agents are built entirely in GitHub Actions!
- MacOS x86_64 is now supported
- The MacOS agents now work on all currently supported MacOS versions (13, 14, and 15). No need for separate packages!
- The openvox-agent repo, which was the repo used for building the openvox-agent packages, has now been integrated into this openvox repo under the 'packaging' directory. This will allow us to have fewer steps in the build process and tag changes more cleanly, rather than having to tag two separate repos. Note that for releases prior to this one, the changelog in this file refers only to the changes to openvox itself and not packaging changes. For example, 8.22.1 was released to fix an unintentional service renaming issue and details are in the openvox-agent repo. At some point, we may try to integrate the two changelogs.
- This release contains a large number of dependencies bumps. Most are not security related, but many dependencies were lagging for a long time. See this PR for details.
- A patch for Augeas to address CVE-2025-2588
Implemented enhancements:
Fixed bugs:
- treat windows service accounts as case insensitive #172 (binford2k)
- Ensure confdir exists #171 (binford2k)
Merged pull requests:
Full Changelog: 8.22.0...8.23.0
8.22.0
Full Changelog: 8.21.1...8.22.0
8.21.1
8.21.0
8.20.0
What's Changed
New Features 🎉
- (PUP-12083) Update soft limit warning for fact value & name length by @bastelfreak in #137
- Switch from facter to openfact by @smortex in #142
Bug Fixes 🐛
- Maintain consistent JSON formatting by @bastelfreak in #132
Dependency Updates ⬆️
- Update base64 requirement from >= 0.1, < 0.3 to >= 0.1, < 0.4 by @dependabot in #104
Other Changes
New Contributors
- @OpenVoxProjectBot made their first contribution in #144
Full Changelog: 8.19.2...8.20.0
8.19.2
What's Changed
Bug Fixes 🐛
- Add racc gem dependency by @ekohl in #89
- Reflect Ruby 3.4 stack trace changes by @ekohl in #100
- Add base64 as gem dependencies for Ruby 3.4 by @ekohl in #98
- server_facts: Switch implementation->serverimplementation by @binford2k in #107
Full Changelog: 8.19.1...8.19.2
7.37.2
What's Changed
Bug Fixes
- server_facts: Switch implementation->serverimplementation by @bastelfreak in #108
Full Changelog: 7.37.1...7.37.2
8.19.1
7.37.1
No user facing changes in this release.
Full Changelog: 7.37.0...7.37.1
7.37.0
What's Changed
Features & Enhancements
- Add
implementation
fact to agent and server by @bastelfreak in #87
Full Changelog: 7.36.1...7.37.0