|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [8.13.0](https://github.com/openvoxproject/openvoxdb/tree/8.13.0) (2026-04-30) |
| 6 | + |
| 7 | +[Full Changelog](https://github.com/openvoxproject/openvoxdb/compare/8.12.1...8.13.0) |
| 8 | + |
| 9 | +**Implemented enhancements:** |
| 10 | + |
| 11 | +- \[Feature request\]: Migrate joda-time usage to java.time [\#217](https://github.com/OpenVoxProject/openvoxdb/issues/217) |
| 12 | +- Depend on latest openvox-agent packages [\#237](https://github.com/OpenVoxProject/openvoxdb/pull/237) ([bastelfreak](https://github.com/bastelfreak)) |
| 13 | +- ezbake: Update 2.7.3-\>2.7.4 [\#236](https://github.com/OpenVoxProject/openvoxdb/pull/236) ([bastelfreak](https://github.com/bastelfreak)) |
| 14 | +- Migrate from clj-time/Joda-Time to java.time [\#226](https://github.com/OpenVoxProject/openvoxdb/pull/226) ([austb](https://github.com/austb)) |
| 15 | + |
| 16 | +**Merged pull requests:** |
| 17 | + |
| 18 | +- fix: include tarballs in snapshot artifact upload by matching on version [\#254](https://github.com/OpenVoxProject/openvoxdb/pull/254) ([slauger](https://github.com/slauger)) |
| 19 | +- Add Ubuntu 26.04 to CI [\#235](https://github.com/OpenVoxProject/openvoxdb/pull/235) ([bastelfreak](https://github.com/bastelfreak)) |
| 20 | +- remove clj-parent as it was archived [\#234](https://github.com/OpenVoxProject/openvoxdb/pull/234) ([corporate-gadfly](https://github.com/corporate-gadfly)) |
| 21 | +- Refactor rewrite-service to eliminate redundant declaration of DummyProtocol [\#233](https://github.com/OpenVoxProject/openvoxdb/pull/233) ([corporate-gadfly](https://github.com/corporate-gadfly)) |
| 22 | +- Add Podman compatibility to vox:build task [\#223](https://github.com/OpenVoxProject/openvoxdb/pull/223) ([Sharpie](https://github.com/Sharpie)) |
| 23 | +- Update README to use OpenVoxDB instead of PuppetDB [\#191](https://github.com/OpenVoxProject/openvoxdb/pull/191) ([sebastianrakel](https://github.com/sebastianrakel)) |
| 24 | + |
| 25 | +## [8.12.1](https://github.com/openvoxproject/openvoxdb/tree/8.12.1) (2026-01-23) |
| 26 | + |
| 27 | +[Full Changelog](https://github.com/openvoxproject/openvoxdb/compare/8.12.0...8.12.1) |
| 28 | + |
| 29 | +**Fixed bugs:** |
| 30 | + |
| 31 | +- \[Bug\]: /pdb/meta/v1/version returns empty string in version 8.12.0 [\#183](https://github.com/OpenVoxProject/openvoxdb/issues/183) |
| 32 | + |
| 33 | +**Merged pull requests:** |
| 34 | + |
| 35 | +- Lookup version from openvox group namespace [\#184](https://github.com/OpenVoxProject/openvoxdb/pull/184) ([austb](https://github.com/austb)) |
| 36 | + |
| 37 | +## [8.12.0](https://github.com/openvoxproject/openvoxdb/tree/8.12.0) (2026-01-23) |
| 38 | + |
| 39 | +[Full Changelog](https://github.com/openvoxproject/openvoxdb/compare/8.11.0...8.12.0) |
| 40 | + |
| 41 | +**Implemented enhancements:** |
| 42 | + |
| 43 | +- Update Dockerfile for Java 17 and Ruby 3.2.9 [\#97](https://github.com/OpenVoxProject/openvoxdb/pull/97) ([bastelfreak](https://github.com/bastelfreak)) |
| 44 | +- Add postgresql 18 testing [\#83](https://github.com/OpenVoxProject/openvoxdb/pull/83) ([austb](https://github.com/austb)) |
| 45 | + |
| 46 | +**Fixed bugs:** |
| 47 | + |
| 48 | +- \[Bug\]: openvoxdb 8.11.0-1+debian13 Trixie Package Java Dependency [\#76](https://github.com/OpenVoxProject/openvoxdb/issues/76) |
| 49 | +- \[Bug\]: openvoxdb 8.11.0-1+debian13 Trixie Package Java Dependency [\#75](https://github.com/OpenVoxProject/openvoxdb/issues/75) |
| 50 | +- \[Bug\]: Reports duplicate key value violates unique constraint error [\#16](https://github.com/OpenVoxProject/openvoxdb/issues/16) |
| 51 | + |
| 52 | +**Merged pull requests:** |
| 53 | + |
| 54 | +- Add FIPS release job and update project version machinery [\#182](https://github.com/OpenVoxProject/openvoxdb/pull/182) ([nmburgan](https://github.com/nmburgan)) |
| 55 | +- Changes for FIPS [\#181](https://github.com/OpenVoxProject/openvoxdb/pull/181) ([nmburgan](https://github.com/nmburgan)) |
| 56 | +- Downgrade ring-core to version 1.14.2 [\#178](https://github.com/OpenVoxProject/openvoxdb/pull/178) ([nmburgan](https://github.com/nmburgan)) |
| 57 | +- Fix reflection errors [\#176](https://github.com/OpenVoxProject/openvoxdb/pull/176) ([austb](https://github.com/austb)) |
| 58 | +- Update build comment if it already exists [\#169](https://github.com/OpenVoxProject/openvoxdb/pull/169) ([nmburgan](https://github.com/nmburgan)) |
| 59 | +- Refactor Vox rake tasks [\#168](https://github.com/OpenVoxProject/openvoxdb/pull/168) ([nmburgan](https://github.com/nmburgan)) |
| 60 | +- Fix int tests due to missing BC jars [\#166](https://github.com/OpenVoxProject/openvoxdb/pull/166) ([nmburgan](https://github.com/nmburgan)) |
| 61 | +- Add annotations for GitHub for test failures [\#165](https://github.com/OpenVoxProject/openvoxdb/pull/165) ([nmburgan](https://github.com/nmburgan)) |
| 62 | +- Add test summary for the end of lein test [\#164](https://github.com/OpenVoxProject/openvoxdb/pull/164) ([nmburgan](https://github.com/nmburgan)) |
| 63 | +- Fixes for test task [\#159](https://github.com/OpenVoxProject/openvoxdb/pull/159) ([nmburgan](https://github.com/nmburgan)) |
| 64 | +- CI: Properly detect if all jobs passed [\#158](https://github.com/OpenVoxProject/openvoxdb/pull/158) ([bastelfreak](https://github.com/bastelfreak)) |
| 65 | +- Add vox:test task to run CI tests locally [\#152](https://github.com/OpenVoxProject/openvoxdb/pull/152) ([nmburgan](https://github.com/nmburgan)) |
| 66 | +- Move versions into managed deps and update openvox components [\#151](https://github.com/OpenVoxProject/openvoxdb/pull/151) ([nmburgan](https://github.com/nmburgan)) |
| 67 | +- Remove clj-parent [\#111](https://github.com/OpenVoxProject/openvoxdb/pull/111) ([nmburgan](https://github.com/nmburgan)) |
| 68 | +- Refactor lein profiles [\#110](https://github.com/OpenVoxProject/openvoxdb/pull/110) ([nmburgan](https://github.com/nmburgan)) |
| 69 | +- CI: comment download link to PR [\#109](https://github.com/OpenVoxProject/openvoxdb/pull/109) ([bastelfreak](https://github.com/bastelfreak)) |
| 70 | +- Fix transient failure in touch-parameters-test [\#106](https://github.com/OpenVoxProject/openvoxdb/pull/106) ([austb](https://github.com/austb)) |
| 71 | +- CI: Add support for checking PR branches [\#103](https://github.com/OpenVoxProject/openvoxdb/pull/103) ([bastelfreak](https://github.com/bastelfreak)) |
| 72 | +- Use shared release action [\#101](https://github.com/OpenVoxProject/openvoxdb/pull/101) ([bastelfreak](https://github.com/bastelfreak)) |
| 73 | +- ezbake: Migrate from puppetlabs to openvoxproject & drop EL7 / Ubuntu 18.04 builds [\#99](https://github.com/OpenVoxProject/openvoxdb/pull/99) ([bastelfreak](https://github.com/bastelfreak)) |
| 74 | +- Remove Java 11 [\#98](https://github.com/OpenVoxProject/openvoxdb/pull/98) ([bastelfreak](https://github.com/bastelfreak)) |
| 75 | +- Update dependencies and namespace [\#96](https://github.com/OpenVoxProject/openvoxdb/pull/96) ([nmburgan](https://github.com/nmburgan)) |
| 76 | +- Update report update condition to use report ID [\#80](https://github.com/OpenVoxProject/openvoxdb/pull/80) ([nmburgan](https://github.com/nmburgan)) |
| 77 | +- \(maint\) Drop beaker parameters from beaker\_acceptance.yml call [\#79](https://github.com/OpenVoxProject/openvoxdb/pull/79) ([jpartlow](https://github.com/jpartlow)) |
| 78 | + |
| 79 | +## [8.11.0](https://github.com/openvoxproject/openvoxdb/tree/8.11.0) (2025-08-24) |
| 80 | + |
| 81 | +[Full Changelog](https://github.com/openvoxproject/openvoxdb/compare/8.10.0...8.11.0) |
| 82 | + |
| 83 | +**Merged pull requests:** |
| 84 | + |
| 85 | +- Fix for tag rake task [\#74](https://github.com/OpenVoxProject/openvoxdb/pull/74) ([nmburgan](https://github.com/nmburgan)) |
| 86 | +- Allow override of ezbake version and fix ezbake ref passthrough [\#73](https://github.com/OpenVoxProject/openvoxdb/pull/73) ([nmburgan](https://github.com/nmburgan)) |
| 87 | +- clj-parent: Switch from puppetlabs to our fork [\#70](https://github.com/OpenVoxProject/openvoxdb/pull/70) ([bastelfreak](https://github.com/bastelfreak)) |
| 88 | + |
5 | 89 | ## [8.10.0](https://github.com/openvoxproject/openvoxdb/tree/8.10.0) (2025-08-04) |
6 | 90 |
|
7 | 91 | [Full Changelog](https://github.com/openvoxproject/openvoxdb/compare/8.9.1...8.10.0) |
|
0 commit comments