From 0f1d91c48c4ede1883cfa090f7761f7dcb93e526 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 4 Sep 2026 18:19:31 +0200 Subject: [PATCH] Release 8.16.0 Signed-off-by: Tim Meusel --- CHANGELOG.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27b0f5dcd..5d1e353a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)