Skip to content

Latest commit

 

History

History
377 lines (240 loc) · 26.5 KB

File metadata and controls

377 lines (240 loc) · 26.5 KB

Changelog

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

9.0.0-alpha2 (2026-07-14)

Full Changelog

Breaking changes:

Fixed bugs:

  • Update ca_last_update/crl_last_update on HTTP 304 #524 (bastelfreak)
  • Copy input mtime to files generated by puppet generate types #522 (silug)
  • Tolerate concurrent creation of directories #506 (Sharpie)
  • Fix handling of Puppet::Pops serialization issues #502 (seanmil)
  • Fix regex node lookup regression from PUP-11515 #481 (corporate-gadfly)

Closed issues:

  • [Deprecation] Fine-Grained filetimeout Control #345

Merged pull requests:

  • CI: Speed up JRuby and Windows spec runs #525 (silug)
  • Add arm64 support to acceptance #495 (jpartlow)
  • Remove filetimeout deprecation warning #419 (silug)
  • Remove source_permissions deprecation warning #418 (silug)
  • add runtime deprecation warnings to Puppet::Util ENV wrappers #417 (silug)

8.28.1 (2026-07-07)

Full Changelog

Fixed bugs:

  • [Bug]: ca_refresh_interval is not respected — agent refreshes CA on every run when server responds 304 #435
  • [Bug]: Puppet 8 introduced a regex node definition regression #14

Closed issues:

  • [Deprecation] Puppet::SSL::Certificate Class #344
  • [Deprecation] PAL Script Evaluation APIs #343
  • [Deprecation] source_permissions File Parameter #340
  • [Deprecation] pluginsync Setting #339
  • [Deprecation] configprint Setting #337
  • [Deprecation] regsubst() Encoding Argument #336

9.0.0-alpha2 (2026-06-10)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Add windows-msys2-x64 build for OpenVox 9 #468 (Sharpie)

Fixed bugs:

Merged pull requests:

8.28.0 (2026-06-10)

Full Changelog

9.0.0-alpha1 (2026-05-20)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

8.27.0 (2026-05-15)

Full Changelog

8.26.2 (2026-04-18)

Full Changelog

Fixed bugs:

  • [Bug]: provides puppet-agent uses bare major version, breaking >= x.y.z dependency constraints (e.g. foreman-installer) #406
  • Revert "Add syslog as a runtime dependency" #410 (nmburgan)
  • (#406) packaging: Set Maj.Min.Patch version as provides instead of major one #407 (bastelfreak)

Merged pull requests:

8.26.1 (2026-04-15)

Full Changelog

Merged pull requests:

8.26.0 (2026-04-14)

Full Changelog

Implemented enhancements:

  • [Feature request]: file resource should support etag #328
  • [Feature request]: Provide SLES16 packages #246
  • Add a renew_cert subcommand to puppet ssl #363 (jay7x)
  • Make regsubst() sensitive-aware #354 (cocker-cc)
  • Feature: file etag support #329 (C24-AK)
  • Add environment parameter to the package resource type #321 (C24-AK)

Fixed bugs:

  • [Bug]: OpenVox Agent on SuSE 15.5 fails with version 'GLIBC_2.34' not found #226
  • fix: puppet module install should honor manage_file_permissions=false #362 (dotconfig404)
  • unbreak OpenBSD package handling. #316 (buzzdeee)
  • Use usermod(8) on OpenBSD to unbreak password management #294 (klemensn)

Merged pull requests:

8.25.0 (2026-02-17)

Full Changelog

Implemented enhancements:

  • [Feature request]: environment parameter for package resource #298
  • Add Ubuntu 26.04 support #315 (bastelfreak)
  • Reduce OpenSSL monkey patch to only calling set_params #308 (ekohl)
  • Remove monkey patch to remove daemonize #307 (ekohl)
  • Add SLES 16 ARM64 support #306 (bastelfreak)
  • Add SLES16 #302 (sbernhard)
  • Drop multi_json support #293 (ekohl)
  • Do not explicitly disable SSLv3 #287 (smortex)
  • feat: add {debian13,ubuntu24.04,ubuntu25.04}-armhf platform configs #286 (Gitii)

Fixed bugs:

  • [Bug]: OpenVox Agent fails/gets deactivated after update with theforeman-puppet #279
  • Include missing EC2 stub request #272 (eciii)

Merged pull requests:

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