Skip to content
Merged
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
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,28 @@

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

## [8.15.2](https://github.com/openvoxproject/openvox-server/tree/8.15.2) (2026-07-25)
## [8.16.0](https://github.com/openvoxproject/openvox-server/tree/8.16.0) (2026-09-08)

[Full Changelog](https://github.com/openvoxproject/openvox-server/compare/8.15.2...8.16.0)

We had a hiccup with our CI system and the 9.0.0-beta3 packages weren't released. In addition, a 9.0.0 release was published to [clojars](https://clojars.org/org.openvoxproject/puppetserver) with the 9.0.0-beta3 changes. 9.0.0-beta4 just republishes the 9.0.0-beta3 changes.

**Implemented enhancements:**

- packages: depend on openvox-agent \>= 8.29.0 [\#625](https://github.com/OpenVoxProject/openvox-server/pull/625) ([bastelfreak](https://github.com/bastelfreak))

**Fixed bugs:**

- \[Bug\]: JAVA\_ARGS missing some security flags required by newer JVMs [\#609](https://github.com/OpenVoxProject/openvox-server/issues/609)
- \[Bug\]: 200%+ regression in catalog compilation performance in OpenVox 9 betas [\#600](https://github.com/OpenVoxProject/openvox-server/issues/600)
- \[Bug\]: server log entries for 9.0.0~beta2 when a catalog is compiled [\#552](https://github.com/OpenVoxProject/openvox-server/issues/552)
- \[Bug\]: '/etc/puppetlabs/puppetserver/conf.d' must exist and must be readable [\#515](https://github.com/OpenVoxProject/openvox-server/issues/515)

**Merged pull requests:**

- \[Backport 8.x\] Revert "Inform trapperkeeper about service readiness" [\#615](https://github.com/OpenVoxProject/openvox-server/pull/615) ([Sharpie](https://github.com/Sharpie))

## [8.15.2](https://github.com/openvoxproject/openvox-server/tree/8.15.2) (2026-07-27)

[Full Changelog](https://github.com/openvoxproject/openvox-server/compare/8.15.1...8.15.2)

Expand Down