|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +## [8.19.0](https://github.com/openvoxproject/openvox-agent/tree/8.19.0) (2025-05-31) |
| 6 | + |
| 7 | +[Full Changelog](https://github.com/openvoxproject/openvox-agent/compare/8.18.1...8.19.0) |
| 8 | + |
| 9 | +**Implemented enhancements:** |
| 10 | + |
| 11 | +- Update puppet component to 8.19.0 [\#49](https://github.com/OpenVoxProject/openvox-agent/pull/49) ([smortex](https://github.com/smortex)) |
| 12 | + |
| 13 | +## 8.18.1 |
| 14 | + |
| 15 | +* Fix for the PR removing the ContentsDescription class. |
| 16 | + |
| 17 | +## 8.18.0 (not released) |
| 18 | + |
| 19 | +* Further fix for the file descriptor bug from last release. |
| 20 | +* Removed unused ContentsDescription class that has been unused for a long time in favor of metadata.json. |
| 21 | +* Added support for Fedora 43 x86_64 and aarch64. Note that Fedora 43 has not yet been released and this agent is being built with the state of the OS at build time, so treat this agent accordingly. |
| 22 | +* The openvox-agent package now "provides" puppet-agent, so any projects that require a puppet-agent package can now use openvox-agent more seamlessly. It also now bounds the version for "replaces" on puppet-agent so that package managers don't complain. |
| 23 | + |
| 24 | +## 8.17.0 |
| 25 | + |
| 26 | +* Fixed an issue where we attempted to close the file descriptor of the directory we are iterating. [openvox/puppet#9552](https://github.com/puppetlabs/puppet/pull/9552) |
| 27 | +* Added Debian 13 aarch64 and x86_64. This is built using a pre-release Trixie container image. Consider this agent pre-release until Debian 13 is officially released and we build using the official image. However, you should have no problems using this agent with Trixie. |
| 28 | +* Added amazon-2-x86_64. You may continue to use the el-7-x86_64 agent for this platform, but this one is built specifically with an amazonlinux:2 container image. |
| 29 | + |
| 30 | +## 8.16.0 |
| 31 | + |
| 32 | +* Updated curl to 8.13.0 |
| 33 | +* Updated dmidecode to 3.6 |
| 34 | +* Updated libffi to 3.4.8 |
| 35 | +* Update libxml2 to 2.13.8 to address CVE-2024-56171, CVE-2025-24928, CVE-2025-32414, CVE-2025-32415 |
| 36 | +* Updated libxslt to 1.1.43 to address CVE-2024-55549, CVE-2025-24855 |
| 37 | +* Updated OpenSSL to 3.0.16 to address CVE-2024-13176, CVE-2024-9143 |
| 38 | +* Updated Ruby to 3.2.8 to address CVE-2025-27219, CVE-2025-27220, CVE-2025-27221 |
| 39 | +* Updated eruby to 1.13.1 |
| 40 | +* Updated ffi to 1.17.2 |
| 41 | +* Updated hiera-eyaml to 4.2.0 |
| 42 | +* Updated mini_portile2 to 2.8.8 |
| 43 | +* Updated nokogiri to 1.18.7 to address several CVEs that were present in the vendored versions of libxml2 and libxslt. This is component is only present in the MacOS client. CVE-2023-29469, CVE-2023-28484, CVE-2024-25062, CVE-2024-25062, CVE-2024-34459, CVE-2024-40896, CVE-2025-24928, CVE-2025-24855 |
| 44 | +* Updated optimist to 3.2.1 |
| 45 | +* Updated prime to 0.1.3 |
| 46 | +* Updated sys-filesystem to 1.4.5 |
| 47 | +* Updated boost to 1.82.0 |
| 48 | +* Removed yaml-cpp, as this was only used for the C++ version of Facter which is no longer used. |
| 49 | +* For the Windows agent, the path includes the space in "C:\Program Files\Puppet Labs" once again to maintain compatibility with certain modules. |
| 50 | + |
| 51 | +## 8.15.0 |
| 52 | + |
| 53 | +* Added support for Fedora 42 x86_64 and aarch64. |
| 54 | + |
| 55 | +## 8.14.0 |
| 56 | + |
| 57 | +* Added Windows x64 support. This should work on Windows Server 2016+ and Windows 10+. |
| 58 | +* Updated Boost to 1.82.0 for Windows only in order to fix a bug needed for buidling the Windows agent. https://github.com/boostorg/locale/commit/41868c62a0519799696b544518f1efd831ff71c2 |
| 59 | +* Fixed issue on Fedora 41 with dnf5. We were using deprecated yum flags -d and -e. Since we don't support anything older than EL7, in which these were already deprecated, they have been removed. |
| 60 | + |
| 61 | +## 8.13.0 |
| 62 | + |
| 63 | +* Added MacOS 15 (Sequoia) ARM64 support. No changes to other OS packages. Downloads for MacOS builds can be found at https://artifacts.overlookinfratech.com/#macos/ |
| 64 | + |
| 65 | +## 8.12.1 |
| 66 | + |
| 67 | +* Fix version in puppet component |
| 68 | + |
| 69 | +## 8.12.0 |
| 70 | + |
| 71 | +* Make builds reproducible |
| 72 | +* Add conflicts/replaces metadata on puppet-agent |
| 73 | +* Update branding text to OpenVox in various commands |
| 74 | +* Update rexml to 3.4.1 to address CVE-2024-49761 |
| 75 | +* Update curl to 8.12.1 to address CVE-2025-0167, CVE-2025-0665, and CVE-2025-0725, even though it should not affect OpenVox |
| 76 | +* Update semantic_puppet to 1.1.1 to fix a typo in a method name |
| 77 | +* Update Ruby to 3.2.7 |
| 78 | +* Add support for Fedora 41 (x86_64 and aarch64) |
| 79 | + |
| 80 | +## 8.11.0 |
| 81 | + |
| 82 | +* Initial openvox-agent release. Based on Puppet 8.10.0, with additional support for fedora-40-aarch64, el-10-x86_64, and el-10-aarch64. |
| 83 | + |
| 84 | + |
| 85 | +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments