Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 50 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,54 @@

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

## [9.0.0-alpha2](https://github.com/openvoxproject/openvox/tree/9.0.0-alpha2) (2026-07-06)

[Full Changelog](https://github.com/openvoxproject/openvox/compare/9.0.0-alpha2...9.0.0-alpha2)

**Breaking changes:**

- Raise minimum Ruby version to 3.3.0 [\#442](https://github.com/OpenVoxProject/openvox/pull/442) ([silug](https://github.com/silug))
- Remove legacy SSL certificate class [\#394](https://github.com/OpenVoxProject/openvox/pull/394) ([silug](https://github.com/silug))
- Remove legacy PAL script eval APIs [\#393](https://github.com/OpenVoxProject/openvox/pull/393) ([silug](https://github.com/silug))
- Remove regsubst encoding argument [\#391](https://github.com/OpenVoxProject/openvox/pull/391) ([silug](https://github.com/silug))
- Remove pluginsync setting [\#389](https://github.com/OpenVoxProject/openvox/pull/389) ([silug](https://github.com/silug))
- Remove configprint setting [\#374](https://github.com/OpenVoxProject/openvox/pull/374) ([silug](https://github.com/silug))

**Fixed bugs:**

- \[Bug\]: ca\_refresh\_interval is not respected — agent refreshes CA on every run when server responds 304 [\#435](https://github.com/OpenVoxProject/openvox/issues/435)
- \[Bug\]: Puppet 8 introduced a regex node definition regression [\#14](https://github.com/OpenVoxProject/openvox/issues/14)
- Update ca\_last\_update/crl\_last\_update on HTTP 304 [\#524](https://github.com/OpenVoxProject/openvox/pull/524) ([bastelfreak](https://github.com/bastelfreak))
- Copy input mtime to files generated by puppet generate types [\#522](https://github.com/OpenVoxProject/openvox/pull/522) ([silug](https://github.com/silug))
- Tolerate concurrent creation of directories [\#506](https://github.com/OpenVoxProject/openvox/pull/506) ([Sharpie](https://github.com/Sharpie))
- Fix regex node lookup regression from PUP-11515 [\#481](https://github.com/OpenVoxProject/openvox/pull/481) ([corporate-gadfly](https://github.com/corporate-gadfly))

**Closed issues:**

- \[Deprecation\] `Puppet::SSL::Certificate` Class [\#344](https://github.com/OpenVoxProject/openvox/issues/344)
- \[Deprecation\] PAL Script Evaluation APIs [\#343](https://github.com/OpenVoxProject/openvox/issues/343)
- \[Deprecation\] `source_permissions` File Parameter [\#340](https://github.com/OpenVoxProject/openvox/issues/340)
- \[Deprecation\] `pluginsync` Setting [\#339](https://github.com/OpenVoxProject/openvox/issues/339)
- \[Deprecation\] `configprint` Setting [\#337](https://github.com/OpenVoxProject/openvox/issues/337)
- \[Deprecation\] `regsubst()` Encoding Argument [\#336](https://github.com/OpenVoxProject/openvox/issues/336)

**Merged pull requests:**

- CI: Speed up JRuby and Windows spec runs [\#525](https://github.com/OpenVoxProject/openvox/pull/525) ([silug](https://github.com/silug))
- Lower minimum Ruby version to 3.2.0 [\#519](https://github.com/OpenVoxProject/openvox/pull/519) ([silug](https://github.com/silug))
- Promote puppet-resource\_api 2.0.1 into main [\#517](https://github.com/OpenVoxProject/openvox/pull/517) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
- Promote puppet-runtime 2026.07.06.1 into main [\#516](https://github.com/OpenVoxProject/openvox/pull/516) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
- Revert "require 'set'" removals [\#513](https://github.com/OpenVoxProject/openvox/pull/513) ([Sharpie](https://github.com/Sharpie))
- Fix handling of Puppet::Pops serialization issues [\#502](https://github.com/OpenVoxProject/openvox/pull/502) ([seanmil](https://github.com/seanmil))
- Promote puppet-runtime 2026.06.24.1 into main [\#500](https://github.com/OpenVoxProject/openvox/pull/500) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
- Explicitly check out main branch during backports [\#498](https://github.com/OpenVoxProject/openvox/pull/498) ([Sharpie](https://github.com/Sharpie))
- Add arm64 support to acceptance [\#495](https://github.com/OpenVoxProject/openvox/pull/495) ([jpartlow](https://github.com/jpartlow))
- Remove source\_permissions deprecation warning [\#418](https://github.com/OpenVoxProject/openvox/pull/418) ([silug](https://github.com/silug))
- add runtime deprecation warnings to Puppet::Util ENV wrappers [\#417](https://github.com/OpenVoxProject/openvox/pull/417) ([silug](https://github.com/silug))

## [9.0.0-alpha2](https://github.com/openvoxproject/openvox/tree/9.0.0-alpha2) (2026-06-10)

[Full Changelog](https://github.com/openvoxproject/openvox/compare/9.0.0-alpha1...9.0.0-alpha2)
[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.28.0...9.0.0-alpha2)

**Breaking changes:**

Expand All @@ -27,6 +72,10 @@ All notable changes to this project will be documented in this file.
- CI: Use bot account for backports [\#472](https://github.com/OpenVoxProject/openvox/pull/472) ([bastelfreak](https://github.com/bastelfreak))
- Add JRuby 10.0.5.0 and 10.1.0.0 to test matrix [\#463](https://github.com/OpenVoxProject/openvox/pull/463) ([silug](https://github.com/silug))

## [8.28.0](https://github.com/openvoxproject/openvox/tree/8.28.0) (2026-06-10)

[Full Changelog](https://github.com/openvoxproject/openvox/compare/9.0.0-alpha1...8.28.0)

## [9.0.0-alpha1](https://github.com/openvoxproject/openvox/tree/9.0.0-alpha1) (2026-05-20)

[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.27.0...9.0.0-alpha1)
Expand Down
Loading