Skip to content

Commit 33f98fc

Browse files
authored
Merge pull request #257 from OpenVoxProject/release-8.13.0
Release 8.13.0
2 parents 4250c2d + f514e8f commit 33f98fc

3 files changed

Lines changed: 88 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,90 @@
22

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

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+
589
## [8.10.0](https://github.com/openvoxproject/openvoxdb/tree/8.10.0) (2025-08-04)
690

791
[Full Changelog](https://github.com/openvoxproject/openvoxdb/compare/8.9.1...8.10.0)

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102

103103
;; If you modify the version manually, run release_scripts/sync_ezbake_dep.rb to keep
104104
;; the ezbake dependency in sync.
105-
(defproject org.openvoxproject/puppetdb "8.13.0-SNAPSHOT"
105+
(defproject org.openvoxproject/puppetdb "8.13.0"
106106
:description "OpenVox-integrated catalog and fact storage"
107107

108108
:license {:name "Apache License, Version 2.0"
@@ -366,7 +366,7 @@
366366
;;
367367
;; Do not modify this line. It is managed by the release process
368368
;; via the release_scripts/sync_ezbake_dep.rb script.
369-
[org.openvoxproject/puppetdb "8.13.0-SNAPSHOT"]]
369+
[org.openvoxproject/puppetdb "8.13.0"]]
370370
:name "puppetdb"
371371
:plugins [[org.openvoxproject/lein-ezbake ~(or (System/getenv "EZBAKE_VERSION") "2.7.4")]]}
372372
:ezbake-fips {:dependencies ^:replace [[org.bouncycastle/bcpkix-fips]
@@ -375,7 +375,7 @@
375375
[org.clojure/clojure]
376376
;; Do not modify this line. It is managed by the release process
377377
;; via the release_scripts/sync_ezbake_dep.rb script.
378-
[org.openvoxproject/puppetdb "8.13.0-SNAPSHOT"]]
378+
[org.openvoxproject/puppetdb "8.13.0"]]
379379
:name "puppetdb"
380380
:uberjar-exclusions [#"^org/bouncycastle/.*"]
381381
:plugins [[org.openvoxproject/lein-ezbake ~(or (System/getenv "EZBAKE_VERSION") "2.7.4")]]}

rakelib/changelog.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ else
1818
config.exclude_labels = %w[dependencies duplicate question invalid wontfix wont-fix modulesync skip-changelog]
1919
# this is probably the worst way to do this
2020
# ideally there would be a VERSION file and clojure and Rake would read it
21-
config.future_release = File.readlines('project.clj').first.scan(/".*"/).first.gsub('"', '')
21+
config.future_release= '8.13.0'
2222
# we limit the changelog to all new openvox releases, to skip perforce onces
2323
# otherwise the changelog generate takes a lot amount of time
2424
config.since_tag = '8.9.1'

0 commit comments

Comments
 (0)