Skip to content
Merged
Show file tree
Hide file tree
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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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")]]
Expand All @@ -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/.*"]
Expand Down