openvox 9.0.0.pre.beta2 → 9.0.0.pre.rc2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +91 -26
  3. data/Gemfile +5 -3
  4. data/Gemfile.lock +666 -0
  5. data/HISTORY.md +311 -0
  6. data/Rakefile +5 -6
  7. data/ext/debian/puppet.default +2 -2
  8. data/ext/debian/puppet.init +2 -2
  9. data/ext/windows/service/daemon.rb +1 -2
  10. data/lib/hiera/scope.rb +0 -2
  11. data/lib/puppet/agent/disabler.rb +1 -1
  12. data/lib/puppet/agent/locker.rb +1 -1
  13. data/lib/puppet/agent.rb +79 -7
  14. data/lib/puppet/application/agent.rb +19 -4
  15. data/lib/puppet/application/ssl.rb +7 -6
  16. data/lib/puppet/application.rb +1 -2
  17. data/lib/puppet/configurer/fact_handler.rb +5 -1
  18. data/lib/puppet/confine.rb +1 -2
  19. data/lib/puppet/environments.rb +3 -12
  20. data/lib/puppet/face/epp.rb +0 -2
  21. data/lib/puppet/file_bucket/dipper.rb +0 -2
  22. data/lib/puppet/file_serving/content.rb +1 -2
  23. data/lib/puppet/file_serving/mount.rb +1 -2
  24. data/lib/puppet/functions/tree_each.rb +1 -1
  25. data/lib/puppet/generate/type.rb +1 -1
  26. data/lib/puppet/gettext/config.rb +0 -2
  27. data/lib/puppet/graph/simple_graph.rb +0 -2
  28. data/lib/puppet/http/service.rb +46 -17
  29. data/lib/puppet/indirector/facts/facter.rb +13 -12
  30. data/lib/puppet/indirector/file_bucket_file/file.rb +0 -2
  31. data/lib/puppet/interface/action.rb +1 -1
  32. data/lib/puppet/module.rb +1 -6
  33. data/lib/puppet/node.rb +5 -1
  34. data/lib/puppet/parser/ast.rb +1 -2
  35. data/lib/puppet/parser/compiler/catalog_validator.rb +1 -2
  36. data/lib/puppet/parser/files.rb +0 -2
  37. data/lib/puppet/parser/resource.rb +0 -4
  38. data/lib/puppet/parser/scope.rb +1 -5
  39. data/lib/puppet/pops/adaptable.rb +0 -2
  40. data/lib/puppet/pops/loader/base_loader.rb +0 -2
  41. data/lib/puppet/pops/loader/loader.rb +0 -2
  42. data/lib/puppet/pops/loader/runtime3_type_loader.rb +0 -2
  43. data/lib/puppet/pops/loaders.rb +0 -2
  44. data/lib/puppet/pops/lookup/hiera_config.rb +0 -2
  45. data/lib/puppet/pops/lookup/interpolation.rb +0 -2
  46. data/lib/puppet/pops/lookup/key_recorder.rb +2 -4
  47. data/lib/puppet/pops/lookup/lookup_key.rb +0 -2
  48. data/lib/puppet/pops/merge_strategy.rb +1 -1
  49. data/lib/puppet/pops/migration/migration_checker.rb +1 -2
  50. data/lib/puppet/pops/parser/lexer2.rb +2 -2
  51. data/lib/puppet/pops/parser/lexer_support.rb +0 -2
  52. data/lib/puppet/pops/parser/locatable.rb +2 -4
  53. data/lib/puppet/pops/parser/locator.rb +9 -18
  54. data/lib/puppet/pops/puppet_stack.rb +1 -1
  55. data/lib/puppet/pops/time/timespan.rb +0 -2
  56. data/lib/puppet/pops/types/class_loader.rb +1 -3
  57. data/lib/puppet/pops/types/iterable.rb +0 -2
  58. data/lib/puppet/pops/types/p_runtime_type.rb +0 -2
  59. data/lib/puppet/pops/types/p_timespan_type.rb +1 -3
  60. data/lib/puppet/pops/types/puppet_object.rb +2 -4
  61. data/lib/puppet/pops/types/type_acceptor.rb +1 -2
  62. data/lib/puppet/pops/types/type_factory.rb +1 -1
  63. data/lib/puppet/pops/types/types.rb +1 -8
  64. data/lib/puppet/pops/utils.rb +0 -6
  65. data/lib/puppet/pops/validation/checker4_0.rb +2 -6
  66. data/lib/puppet/pops/visitor.rb +1 -1
  67. data/lib/puppet/property/ensure.rb +0 -4
  68. data/lib/puppet/provider/nameservice.rb +0 -2
  69. data/lib/puppet/provider/network_device.rb +1 -2
  70. data/lib/puppet/provider/package/pkgdmg.rb +0 -2
  71. data/lib/puppet/provider/package/portage.rb +1 -1
  72. data/lib/puppet/provider/package/portupgrade.rb +2 -2
  73. data/lib/puppet/provider/parsedfile.rb +0 -2
  74. data/lib/puppet/provider/service/base.rb +2 -4
  75. data/lib/puppet/provider/service/launchd.rb +1 -1
  76. data/lib/puppet/provider/service/openwrt.rb +1 -2
  77. data/lib/puppet/provider/service/service.rb +1 -2
  78. data/lib/puppet/provider/service/smf.rb +6 -6
  79. data/lib/puppet/provider/service/systemd.rb +0 -41
  80. data/lib/puppet/provider/service/upstart.rb +1 -1
  81. data/lib/puppet/provider/user/directoryservice.rb +3 -5
  82. data/lib/puppet/reference/metaparameter.rb +1 -1
  83. data/lib/puppet/settings.rb +0 -2
  84. data/lib/puppet/test/test_helper.rb +1 -2
  85. data/lib/puppet/transaction/event.rb +0 -1
  86. data/lib/puppet/transaction/persistence.rb +0 -2
  87. data/lib/puppet/type/component.rb +1 -2
  88. data/lib/puppet/type/file.rb +1 -3
  89. data/lib/puppet/type/resources.rb +0 -2
  90. data/lib/puppet/type/user.rb +0 -2
  91. data/lib/puppet/type.rb +4 -15
  92. data/lib/puppet/util/at_fork/noop.rb +3 -6
  93. data/lib/puppet/util/fileparsing.rb +0 -6
  94. data/lib/puppet/util/filetype.rb +0 -2
  95. data/lib/puppet/util/ldap/generator.rb +0 -2
  96. data/lib/puppet/util/network_device/transport/base.rb +2 -4
  97. data/lib/puppet/util/rdoc/code_objects.rb +1 -1
  98. data/lib/puppet/util/rdoc/parser/puppet_parser_core.rb +3 -2
  99. data/lib/puppet/util/selinux.rb +16 -1
  100. data/lib/puppet/util/symbolic_file_mode.rb +2 -2
  101. data/lib/puppet/util/windows/file.rb +0 -1
  102. data/lib/puppet/version.rb +1 -1
  103. data/man/man8/puppet-agent.8 +7 -3
  104. data/tasks/vox.rake +2 -2
  105. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed28d3fffefb78cd48456950fec1e0ffa693ecf8c4fb2824984173ce29f86851
4
- data.tar.gz: 0130557c8b8cd1b805c53395857d5bc87b2386dea0ff8ed9eee404502b25bbd8
3
+ metadata.gz: f29edf50ba8dd2fc88054cd64eea9e92ebd6eb453d2fcb13b8a27423a97030f4
4
+ data.tar.gz: 64407b9b3b0b1a3440b2e3939642b0b5500dd60114ee4cdcd5f8600ab2ae38fe
5
5
  SHA512:
6
- metadata.gz: d62217611432c108a6f4d44204e1e4d2509fc25e8dceef9fd1fef955838c2ca1c8def8c744491295f401ed90c5a7d806c5d5242bb1832ff237c0ca4112060f43
7
- data.tar.gz: '095767b88adee1ebdcc4054af43c9ff8053d20910de818b5505266061cd3f8d129d8e2a8cdb7200b34042b352694293bfa58d3c7621fdb1efafeda8c7f4d8d11'
6
+ metadata.gz: 2695f5441ae64957e961fd90ab0cbd4fe2a9c3a7ae4e3a9473116207c25b7f2860cb54fdf1ca688ed550ab87626cb353d09c564a84c96ee680757c8c2ed2bc55
7
+ data.tar.gz: d92d00bab1a6e223d09b2931ab34b8b5165e0fee80b0d1cfd24e74400ed5d280fdc7285b3176da02ca9f8b893276bbfd5ea6c93c7611d5c847b6ef98dfac9432
data/CHANGELOG.md CHANGED
@@ -2,6 +2,69 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [9.0.0-rc2](https://github.com/openvoxproject/openvox/tree/9.0.0-rc2) (2026-09-25)
6
+
7
+ [Full Changelog](https://github.com/openvoxproject/openvox/compare/9.0.0-rc1...9.0.0-rc2)
8
+
9
+ **Implemented enhancements:**
10
+
11
+ - openfact: update 6.1.0 -\> 6.2.0 [\#677](https://github.com/OpenVoxProject/openvox/pull/677) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
12
+ - Promote openfact 6.1.0 into main [\#668](https://github.com/OpenVoxProject/openvox/pull/668) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
13
+
14
+ **Fixed bugs:**
15
+
16
+ - \[Bug\]: use of "server\_list" \(instead of server\) throws an error [\#658](https://github.com/OpenVoxProject/openvox/issues/658)
17
+ - Wait for certificates in the forked child, not in the daemon [\#683](https://github.com/OpenVoxProject/openvox/pull/683) ([silug](https://github.com/silug))
18
+ - Only require the server setting when no explicit server is given [\#659](https://github.com/OpenVoxProject/openvox/pull/659) ([silug](https://github.com/silug))
19
+ - print "Loading facts" just once [\#656](https://github.com/OpenVoxProject/openvox/pull/656) ([bastelfreak](https://github.com/bastelfreak))
20
+ - Pin json below 3 to unblock CI [\#655](https://github.com/OpenVoxProject/openvox/pull/655) ([miharp](https://github.com/miharp))
21
+ - Do not swallow RunTimeoutError while collecting facts [\#643](https://github.com/OpenVoxProject/openvox/pull/643) ([silug](https://github.com/silug))
22
+ - Kill the forked agent run if it outlives runtimeout [\#642](https://github.com/OpenVoxProject/openvox/pull/642) ([silug](https://github.com/silug))
23
+
24
+ **Merged pull requests:**
25
+
26
+ - puppet-runtime: Update 2026.09.02.1 -\> 2026.09.24.1 [\#684](https://github.com/OpenVoxProject/openvox/pull/684) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
27
+ - Accept ca\_server and report\_server without server when running as root [\#661](https://github.com/OpenVoxProject/openvox/pull/661) ([silug](https://github.com/silug))
28
+ - Document --environment in puppet agent help [\#653](https://github.com/OpenVoxProject/openvox/pull/653) ([miharp](https://github.com/miharp))
29
+ - Install the service defaults file on Debian [\#645](https://github.com/OpenVoxProject/openvox/pull/645) ([jcharaoui](https://github.com/jcharaoui))
30
+ - Fix systemd unreferenced variable warning on Debian [\#644](https://github.com/OpenVoxProject/openvox/pull/644) ([jcharaoui](https://github.com/jcharaoui))
31
+ - Increase delay affordance in waitforlock test [\#641](https://github.com/OpenVoxProject/openvox/pull/641) ([jcharaoui](https://github.com/jcharaoui))
32
+
33
+ ## [9.0.0-rc1](https://github.com/openvoxproject/openvox/tree/9.0.0-rc1) (2026-09-04)
34
+
35
+ [Full Changelog](https://github.com/openvoxproject/openvox/compare/9.0.0-beta2...9.0.0-rc1)
36
+
37
+ **Breaking changes:**
38
+
39
+ - raise ArgumentError for root when server is unset [\#623](https://github.com/OpenVoxProject/openvox/pull/623) ([corporate-gadfly](https://github.com/corporate-gadfly))
40
+ - refactor\(service/systemd\): remove Debian SysVInit compatibility fallback [\#562](https://github.com/OpenVoxProject/openvox/pull/562) ([TheMeier](https://github.com/TheMeier))
41
+
42
+ **Implemented enhancements:**
43
+
44
+ - feat: add multi platform builds [\#607](https://github.com/OpenVoxProject/openvox/pull/607) ([rwaffen](https://github.com/rwaffen))
45
+ - rubocop: cleanup formatting and whitespace [\#594](https://github.com/OpenVoxProject/openvox/pull/594) ([bastelfreak](https://github.com/bastelfreak))
46
+
47
+ **Fixed bugs:**
48
+
49
+ - \[Bug\]: Sometimes Error "This 'if' statement has no effect", sometimes not [\#542](https://github.com/OpenVoxProject/openvox/issues/542)
50
+ - Fix excessive reads of /proc/mounts [\#620](https://github.com/OpenVoxProject/openvox/pull/620) ([jenxie](https://github.com/jenxie))
51
+ - puppet generate: print module directory when types are missing [\#617](https://github.com/OpenVoxProject/openvox/pull/617) ([Sharpie](https://github.com/Sharpie))
52
+ - Report errors when renewing a certificate fails [\#610](https://github.com/OpenVoxProject/openvox/pull/610) ([jay7x](https://github.com/jay7x))
53
+
54
+ **Security fixes:**
55
+
56
+ - Promote puppet-runtime 2026.09.02.1 into main [\#628](https://github.com/OpenVoxProject/openvox/pull/628) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
57
+
58
+ **Merged pull requests:**
59
+
60
+ - puppet node: redeclare to identical values is a `notice` not a warning. [\#626](https://github.com/OpenVoxProject/openvox/pull/626) ([jcpunk](https://github.com/jcpunk))
61
+ - fix links to point to docs.openvoxproject.org [\#609](https://github.com/OpenVoxProject/openvox/pull/609) ([corporate-gadfly](https://github.com/corporate-gadfly))
62
+ - Fix a small typo in the markdown docs \(redux\) [\#603](https://github.com/OpenVoxProject/openvox/pull/603) ([jcharaoui](https://github.com/jcharaoui))
63
+ - Update filebucket content acceptance tests for literal checksum semantics [\#602](https://github.com/OpenVoxProject/openvox/pull/602) ([silug](https://github.com/silug))
64
+ - Request report storage explicitly in cached-catalog drift test [\#598](https://github.com/OpenVoxProject/openvox/pull/598) ([silug](https://github.com/silug))
65
+ - Compare facterversion against installed facter in acceptance test [\#597](https://github.com/OpenVoxProject/openvox/pull/597) ([silug](https://github.com/silug))
66
+ - Migrate lookup acceptance tests to Hiera 5 data providers [\#596](https://github.com/OpenVoxProject/openvox/pull/596) ([silug](https://github.com/silug))
67
+
5
68
  ## [9.0.0-beta2](https://github.com/openvoxproject/openvox/tree/9.0.0-beta2) (2026-08-05)
6
69
 
7
70
  [Full Changelog](https://github.com/openvoxproject/openvox/compare/9.0.0-beta1...9.0.0-beta2)
@@ -33,7 +96,6 @@ All notable changes to this project will be documented in this file.
33
96
 
34
97
  **Closed issues:**
35
98
 
36
- - Packaged java module in spec is referencing old artifacts [\#563](https://github.com/OpenVoxProject/openvox/issues/563)
37
99
  - \[Deprecation\] Replace `puppet master` Terminology in User-Facing Docs/Help [\#347](https://github.com/OpenVoxProject/openvox/issues/347)
38
100
  - \[Deprecation\] Data-Binding Settings [\#338](https://github.com/OpenVoxProject/openvox/issues/338)
39
101
  - \[Deprecation\] `file { content => <checksum> }` Filebucket Retrieval Behavior [\#335](https://github.com/OpenVoxProject/openvox/issues/335)
@@ -53,7 +115,6 @@ All notable changes to this project will be documented in this file.
53
115
  - Fix a small typo in the markdown docs [\#569](https://github.com/OpenVoxProject/openvox/pull/569) ([jcharaoui](https://github.com/jcharaoui))
54
116
  - Validate that the catalog is compiled for this node [\#568](https://github.com/OpenVoxProject/openvox/pull/568) ([binford2k](https://github.com/binford2k))
55
117
  - User resource pw provider: Switches a couple commands to the safer array syntax [\#567](https://github.com/OpenVoxProject/openvox/pull/567) ([binford2k](https://github.com/binford2k))
56
- - Generate module tarball fixtures at test time [\#566](https://github.com/OpenVoxProject/openvox/pull/566) ([silug](https://github.com/silug))
57
118
  - Set `PUPPET_EXTRA_OPTS` variable to empty [\#559](https://github.com/OpenVoxProject/openvox/pull/559) ([corporate-gadfly](https://github.com/corporate-gadfly))
58
119
  - Promote puppet-runtime 2026.07.16.1 into main [\#553](https://github.com/OpenVoxProject/openvox/pull/553) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
59
120
  - Rebrand Puppet -\> OpenVox and fix links [\#530](https://github.com/OpenVoxProject/openvox/pull/530) ([silug](https://github.com/silug))
@@ -62,7 +123,7 @@ All notable changes to this project will be documented in this file.
62
123
 
63
124
  ## [9.0.0-beta1](https://github.com/openvoxproject/openvox/tree/9.0.0-beta1) (2026-07-15)
64
125
 
65
- [Full Changelog](https://github.com/openvoxproject/openvox/compare/8.28.1...9.0.0-beta1)
126
+ [Full Changelog](https://github.com/openvoxproject/openvox/compare/9.0.0-alpha2...9.0.0-beta1)
66
127
 
67
128
  **Breaking changes:**
68
129
 
@@ -75,6 +136,8 @@ All notable changes to this project will be documented in this file.
75
136
 
76
137
  **Fixed bugs:**
77
138
 
139
+ - \[Bug\]: ca\_refresh\_interval is not respected — agent refreshes CA on every run when server responds 304 [\#435](https://github.com/OpenVoxProject/openvox/issues/435)
140
+ - \[Bug\]: Puppet 8 introduced a regex node definition regression [\#14](https://github.com/OpenVoxProject/openvox/issues/14)
78
141
  - Update ca\_last\_update/crl\_last\_update on HTTP 304 [\#524](https://github.com/OpenVoxProject/openvox/pull/524) ([bastelfreak](https://github.com/bastelfreak))
79
142
  - Copy input mtime to files generated by puppet generate types [\#522](https://github.com/OpenVoxProject/openvox/pull/522) ([silug](https://github.com/silug))
80
143
  - Tolerate concurrent creation of directories [\#506](https://github.com/OpenVoxProject/openvox/pull/506) ([Sharpie](https://github.com/Sharpie))
@@ -84,6 +147,12 @@ All notable changes to this project will be documented in this file.
84
147
  **Closed issues:**
85
148
 
86
149
  - \[Deprecation\] Fine-Grained `filetimeout` Control [\#345](https://github.com/OpenVoxProject/openvox/issues/345)
150
+ - \[Deprecation\] `Puppet::SSL::Certificate` Class [\#344](https://github.com/OpenVoxProject/openvox/issues/344)
151
+ - \[Deprecation\] PAL Script Evaluation APIs [\#343](https://github.com/OpenVoxProject/openvox/issues/343)
152
+ - \[Deprecation\] `source_permissions` File Parameter [\#340](https://github.com/OpenVoxProject/openvox/issues/340)
153
+ - \[Deprecation\] `pluginsync` Setting [\#339](https://github.com/OpenVoxProject/openvox/issues/339)
154
+ - \[Deprecation\] `configprint` Setting [\#337](https://github.com/OpenVoxProject/openvox/issues/337)
155
+ - \[Deprecation\] `regsubst()` Encoding Argument [\#336](https://github.com/OpenVoxProject/openvox/issues/336)
87
156
 
88
157
  **Merged pull requests:**
89
158
 
@@ -93,27 +162,9 @@ All notable changes to this project will be documented in this file.
93
162
  - Remove source\_permissions deprecation warning [\#418](https://github.com/OpenVoxProject/openvox/pull/418) ([silug](https://github.com/silug))
94
163
  - add runtime deprecation warnings to Puppet::Util ENV wrappers [\#417](https://github.com/OpenVoxProject/openvox/pull/417) ([silug](https://github.com/silug))
95
164
 
96
- ## [8.28.1](https://github.com/openvoxproject/openvox/tree/8.28.1) (2026-07-07)
97
-
98
- [Full Changelog](https://github.com/openvoxproject/openvox/compare/9.0.0-alpha2...8.28.1)
99
-
100
- **Fixed bugs:**
101
-
102
- - \[Bug\]: ca\_refresh\_interval is not respected — agent refreshes CA on every run when server responds 304 [\#435](https://github.com/OpenVoxProject/openvox/issues/435)
103
- - \[Bug\]: Puppet 8 introduced a regex node definition regression [\#14](https://github.com/OpenVoxProject/openvox/issues/14)
104
-
105
- **Closed issues:**
106
-
107
- - \[Deprecation\] `Puppet::SSL::Certificate` Class [\#344](https://github.com/OpenVoxProject/openvox/issues/344)
108
- - \[Deprecation\] PAL Script Evaluation APIs [\#343](https://github.com/OpenVoxProject/openvox/issues/343)
109
- - \[Deprecation\] `source_permissions` File Parameter [\#340](https://github.com/OpenVoxProject/openvox/issues/340)
110
- - \[Deprecation\] `pluginsync` Setting [\#339](https://github.com/OpenVoxProject/openvox/issues/339)
111
- - \[Deprecation\] `configprint` Setting [\#337](https://github.com/OpenVoxProject/openvox/issues/337)
112
- - \[Deprecation\] `regsubst()` Encoding Argument [\#336](https://github.com/OpenVoxProject/openvox/issues/336)
113
-
114
165
  ## [9.0.0-alpha2](https://github.com/openvoxproject/openvox/tree/9.0.0-alpha2) (2026-06-10)
115
166
 
116
- [Full Changelog](https://github.com/openvoxproject/openvox/compare/8.28.0...9.0.0-alpha2)
167
+ [Full Changelog](https://github.com/openvoxproject/openvox/compare/9.0.0-alpha1...9.0.0-alpha2)
117
168
 
118
169
  **Breaking changes:**
119
170
 
@@ -136,13 +187,27 @@ All notable changes to this project will be documented in this file.
136
187
  - CI: Use bot account for backports [\#472](https://github.com/OpenVoxProject/openvox/pull/472) ([bastelfreak](https://github.com/bastelfreak))
137
188
  - Add JRuby 10.0.5.0 and 10.1.0.0 to test matrix [\#463](https://github.com/OpenVoxProject/openvox/pull/463) ([silug](https://github.com/silug))
138
189
 
139
- ## [8.28.0](https://github.com/openvoxproject/openvox/tree/8.28.0) (2026-06-10)
190
+ ## [8.28.1](https://github.com/openvoxproject/openvox/tree/8.28.1) (2026-07-07)
191
+
192
+ [Full Changelog](https://github.com/openvoxproject/openvox/compare/8.28.0...8.28.1)
193
+
194
+ **Fixed bugs:**
140
195
 
141
- [Full Changelog](https://github.com/openvoxproject/openvox/compare/9.0.0-alpha1...8.28.0)
196
+ - \[Bug\]: ca\_refresh\_interval is not respected — agent refreshes CA on every run when server responds 304 [\#435](https://github.com/OpenVoxProject/openvox/issues/435)
197
+ - \[Bug\]: Puppet 8 introduced a regex node definition regression [\#14](https://github.com/OpenVoxProject/openvox/issues/14)
198
+
199
+ **Closed issues:**
142
200
 
143
- ## [9.0.0-alpha1](https://github.com/openvoxproject/openvox/tree/9.0.0-alpha1) (2026-05-20)
201
+ - \[Deprecation\] `Puppet::SSL::Certificate` Class [\#344](https://github.com/OpenVoxProject/openvox/issues/344)
202
+ - \[Deprecation\] PAL Script Evaluation APIs [\#343](https://github.com/OpenVoxProject/openvox/issues/343)
203
+ - \[Deprecation\] `source_permissions` File Parameter [\#340](https://github.com/OpenVoxProject/openvox/issues/340)
204
+ - \[Deprecation\] `pluginsync` Setting [\#339](https://github.com/OpenVoxProject/openvox/issues/339)
205
+ - \[Deprecation\] `configprint` Setting [\#337](https://github.com/OpenVoxProject/openvox/issues/337)
206
+ - \[Deprecation\] `regsubst()` Encoding Argument [\#336](https://github.com/OpenVoxProject/openvox/issues/336)
207
+
208
+ ## [8.28.0](https://github.com/openvoxproject/openvox/tree/8.28.0) (2026-06-10)
144
209
 
145
- [Full Changelog](https://github.com/openvoxproject/openvox/compare/8.27.0...9.0.0-alpha1)
210
+ [Full Changelog](https://github.com/openvoxproject/openvox/compare/8.27.0...8.28.0)
146
211
 
147
212
  **Implemented enhancements:**
148
213
 
data/Gemfile CHANGED
@@ -32,7 +32,7 @@ group(:features) do
32
32
  #gem 'ruby-shadow', '~> 2.5', require: false, platforms: [:ruby]
33
33
  gem 'minitar', '~> 1.0', require: false
34
34
  gem 'msgpack', '~> 1.2', require: false
35
- gem 'rdoc', ['~> 6.0', '< 6.4.0'], require: false, platforms: [:ruby]
35
+ gem 'rdoc', '~> 8.0', require: false, platforms: [:ruby]
36
36
  # requires native augeas headers/libs
37
37
  # gem 'ruby-augeas', require: false, platforms: [:ruby]
38
38
  # requires native ldap headers/libs
@@ -55,8 +55,10 @@ group(:test) do
55
55
  gem 'webmock', '~> 3.0', require: false
56
56
  gem 'webrick', '~> 1.7', require: false
57
57
  gem 'yard', require: false
58
+ # The source gemspec has the generic ruby platform, so declare this explicitly for Windows development and CI.
59
+ gem 'win32ole', '>= 1.8', '< 2.0', require: false, platforms: [:windows]
58
60
 
59
- gem 'rubocop', '~> 1.88.2', require: false, platforms: [:ruby]
61
+ gem 'rubocop', '~> 1.91.0', require: false, platforms: [:ruby]
60
62
  gem 'rubocop-i18n', '~> 3.0', require: false, platforms: [:ruby]
61
63
  gem 'rubocop-performance', '~> 1.0', require: false, platforms: [:ruby]
62
64
  gem 'rubocop-rake', '~> 0.6', require: false, platforms: [:ruby]
@@ -77,7 +79,7 @@ group(:packaging) do
77
79
  gem 'vanagon', *location_for(ENV['VANAGON_LOCATION'] || 'https://github.com/openvoxproject/vanagon#main')
78
80
  end
79
81
  gem 'artifactory'
80
- gem 'json'
82
+ gem 'json', '< 3'
81
83
  gem 'octokit'
82
84
  end
83
85