Skip to content

Latest commit

 

History

History
180 lines (107 loc) · 11.3 KB

File metadata and controls

180 lines (107 loc) · 11.3 KB

Changelog

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

8.24.2 (2025-12-15)

Full Changelog

Fixed bugs:

  • [Bug]: Version 8.24.0 fails with Error: Could not find a suitable provider for augeas #262

Merged pull requests:

8.24.1 (2025-12-05)

Full Changelog

Fixed bugs:

  • [Bug]: sysctl augeas broken after upgrade to Version 8.24.0 #264
  • [Bug]: Augeas broken since openvox 8.24.0, missing augeas/facade #263

Merged pull requests:

8.24.0 (2025-12-04)

Full Changelog

Implemented enhancements:

  • Loosen some gem dependencies for new versions and update minitar usage #242 (nmburgan)
  • Create execution_wrapper.bat to allow Choria to work with Windows #222 (magarvo)
  • feat: add opkg package management support for TurrisOS #221 (VILJkid)
  • Add jruby-9.4.14.0 to CI matrix #210 (bastelfreak)

Fixed bugs:

  • [Bug]: implementation is just a local fact #220
  • [Bug]: puppet apply warns about missing client certificates #21

Merged pull requests:

8.23.1 (2025-09-08)

Full Changelog

Fixed bugs:

Merged pull requests:

8.23.0 (2025-09-07)

Full Changelog

  • 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:

  • Respect systemd's RUNTIME_DIRECTORY environment variable #165 (ekohl)

Fixed bugs:

Merged pull requests:

8.22.0 (2025-08-23)

Full Changelog

8.21.1 (2025-07-23)

Full Changelog

Fixed bugs:

  • Make passing invalid options to install.rb fatal #156 (ekohl)

Merged pull requests:

  • Revert "Mark some failing 8.3 Windows tests as pending" #159 (ekohl)
  • (maint) Drop debian-10 from testing matrix #152 (jpartlow)

8.21.0 (2025-07-09)

Full Changelog

Implemented enhancements:

8.20.0 (2025-06-27)

Full Changelog

Implemented enhancements:

  • Switch from facter to openfact #142 (smortex)
  • (PUP-12083) Update soft limit warning for fact value & name length #137 (bastelfreak)

Fixed bugs:

Merged pull requests:

  • cleanup gem metadata after Perforce->OpenVoxProject migration #140 (smortex)

8.19.2 (2025-06-06)

Full Changelog

Fixed bugs:

  • server_facts: Switch implementation->serverimplementation #107 (binford2k)
  • Reflect Ruby 3.4 stack trace changes #100 (ekohl)
  • Add base64 as gem dependencies for Ruby 3.4 #98 (ekohl)
  • Add racc gem dependency #89 (ekohl)

8.19.1 (2025-06-03)

Full Changelog

Fixed bugs:

  • Fix invalid gemspec in AIO package #91 (smortex)

8.19.0 (2025-05-30)

Full Changelog

Implemented enhancements:

  • Add implementation fact to agent and server. #63 (ffrank)

Fixed bugs:

  • Replace erase with remove, since it's no longer supported with DNF5 #68 (Stricken1670)

* This Changelog was automatically generated by github_changelog_generator