Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit 0743683

Browse files
authored
Merge pull request #113 from OpenVoxProject/8_22_0
8.22.0 release
2 parents 3aef416 + dff7d5d commit 0743683

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [8.22.0](https://github.com/openvoxproject/openvox-agent/tree/8.22.0) (2025-08-25)
6+
7+
[Full Changelog](https://github.com/openvoxproject/openvox-agent/compare/8.21.1...8.22.0)
8+
9+
**Merged pull requests:**
10+
11+
- Promotions for 8.22.0 and fix for renaming the puppet component [\#110](https://github.com/OpenVoxProject/openvox-agent/pull/110) ([nmburgan](https://github.com/nmburgan))
12+
- Change puppet component to openvox [\#109](https://github.com/OpenVoxProject/openvox-agent/pull/109) ([nmburgan](https://github.com/nmburgan))
13+
- Remove EOL platforms [\#108](https://github.com/OpenVoxProject/openvox-agent/pull/108) ([nmburgan](https://github.com/nmburgan))
14+
- Add Ubuntu 25.04 [\#107](https://github.com/OpenVoxProject/openvox-agent/pull/107) ([genebean](https://github.com/genebean))
15+
- Updates for FIPS agents [\#106](https://github.com/OpenVoxProject/openvox-agent/pull/106) ([nmburgan](https://github.com/nmburgan))
16+
- OSX non-root user changes [\#105](https://github.com/OpenVoxProject/openvox-agent/pull/105) ([shaun-rutherford](https://github.com/shaun-rutherford))
17+
- Remove pxp-agent, add execution\_wrapper [\#101](https://github.com/OpenVoxProject/openvox-agent/pull/101) ([nmburgan](https://github.com/nmburgan))
18+
519
## [8.21.1](https://github.com/openvoxproject/openvox-agent/tree/8.21.1) (2025-07-23)
620

721
[Full Changelog](https://github.com/openvoxproject/openvox-agent/compare/8.21.0...8.21.1)

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'open3'
22

3-
OPENVOX_AGENT_VERSION = "8.21.1"
3+
OPENVOX_AGENT_VERSION = "8.22.0"
44

55
RED = "\033[31m".freeze
66
GREEN = "\033[32m".freeze

0 commit comments

Comments
 (0)