From 6bb0cd288aa7dcf5981549ce0ef9f53923fc9bd4 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 12 Aug 2026 10:39:24 +0200 Subject: [PATCH] Release 9.0.0-beta5 Signed-off-by: Tim Meusel --- CHANGELOG.md | 16 ++++++++++++++++ project.clj | 6 +++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fd4341eb..7309560e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. +## [9.0.0-beta5](https://github.com/openvoxproject/openvox-server/tree/9.0.0-beta5) (2026-08-12) + +[Full Changelog](https://github.com/openvoxproject/openvox-server/compare/9.0.0-beta4...9.0.0-beta5) + +**Implemented enhancements:** + +- Fall back to the vendored PEM CA bundle for the system trust store [\#558](https://github.com/OpenVoxProject/openvox-server/pull/558) ([silug](https://github.com/silug)) + +**Fixed bugs:** + +- Fix the report authorization test's is\_pe? misfire [\#557](https://github.com/OpenVoxProject/openvox-server/pull/557) ([silug](https://github.com/silug)) + +**Merged pull requests:** + +- Fix the filebucket read authorization test [\#556](https://github.com/OpenVoxProject/openvox-server/pull/556) ([silug](https://github.com/silug)) + ## [9.0.0-beta4](https://github.com/openvoxproject/openvox-server/tree/9.0.0-beta4) (2026-08-06) [Full Changelog](https://github.com/openvoxproject/openvox-server/compare/9.0.0-beta3...9.0.0-beta4) diff --git a/project.clj b/project.clj index a36e1a322..45c92e123 100644 --- a/project.clj +++ b/project.clj @@ -24,7 +24,7 @@ ;; If you modify the version manually, run scripts/sync_ezbake_dep.rb to keep ;; the ezbake dependency in sync. -(defproject org.openvoxproject/puppetserver "9.1.0-SNAPSHOT" +(defproject org.openvoxproject/puppetserver "9.0.0-beta5-SNAPSHOT" :description "OpenVox Server" :license {:name "Apache License, Version 2.0" @@ -253,7 +253,7 @@ [org.openvoxproject/jruby-utils] ;; Do not modify this line. It is managed by the release process ;; via the scripts/sync_ezbake_dep.rb script. - [org.openvoxproject/puppetserver "9.1.0-SNAPSHOT"] + [org.openvoxproject/puppetserver "9.0.0-beta5-SNAPSHOT"] [org.openvoxproject/trapperkeeper-webserver] [org.openvoxproject/trapperkeeper-metrics]] :plugins [[org.openvoxproject/lein-ezbake ~(or (System/getenv "EZBAKE_VERSION") "2.9.1")]] @@ -266,7 +266,7 @@ [org.openvoxproject/jruby-utils] ;; Do not modify this line. It is managed by the release process ;; via the scripts/sync_ezbake_dep.rb script. - [org.openvoxproject/puppetserver "9.1.0-SNAPSHOT"] + [org.openvoxproject/puppetserver "9.0.0-beta5-SNAPSHOT"] [org.openvoxproject/trapperkeeper-webserver] [org.openvoxproject/trapperkeeper-metrics]] :uberjar-exclusions [#"^org/bouncycastle/.*"]