openvox 8.28.0 → 9.0.0.pre.alpha2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22a10676212dffb7385dd0b2a93b63e82b431be1721c626845e9b8c9aa3244a3
4
- data.tar.gz: 8b11717749ebc30080d5868897d2af18734696ef84bf52f9e0390ecf5e381431
3
+ metadata.gz: 339c5fb2d2500d3313f1cce4ce036c2195687ab085c27ff51b057b8268129cf4
4
+ data.tar.gz: 1f1d1fc0714e7d123acbbcb46956187ee74509342a006d1acef23a7c1fc6e841
5
5
  SHA512:
6
- metadata.gz: d83254af4656f5ba95cc0710ac577d80a53c6d8881c4905601d689eff159838dba3b59635c2db446cae49a5bf137453d055bd067d0c61541e00f6d5a73062d82
7
- data.tar.gz: 77ee41bb27713bf2867d9b616580904347595e64a87b24f9d3ba0b3c1c2cc63198cba689b3b806e612db26df8f2cc0e833d6a16e169bf17f393204cf0743a77e
6
+ metadata.gz: 2718c3a0382123b2293d5b25aa8ccf3c28f8f3a9bbf6c818e1e4bc0d294ea925a1647188acfd84560b1ba6c48f4d7e88552346686d3f634f59b78706bb642476
7
+ data.tar.gz: de6fbe865701dec9ef8a1e42afc4d9ad02ef3adcaa1397090c3e20e4b33025dd774ac8dbb0903e684ca671c0586af497c0fd90a60b37644decbf7cb2667e112c
data/CHANGELOG.md CHANGED
@@ -2,26 +2,39 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- ## [8.28.0](https://github.com/openvoxproject/openvox/tree/8.28.0) (2026-06-10)
5
+ ## [9.0.0-alpha2](https://github.com/openvoxproject/openvox/tree/9.0.0-alpha2) (2026-06-10)
6
6
 
7
- [Full Changelog](https://github.com/openvoxproject/openvox/compare/8.27.0...8.28.0)
7
+ [Full Changelog](https://github.com/openvoxproject/openvox/compare/9.0.0-alpha1...9.0.0-alpha2)
8
+
9
+ **Breaking changes:**
10
+
11
+ - return to preprocessing deferred functions by default [\#462](https://github.com/OpenVoxProject/openvox/pull/462) ([binford2k](https://github.com/binford2k))
12
+ - Decouple :posix feature from :syslog library check [\#458](https://github.com/OpenVoxProject/openvox/pull/458) ([silug](https://github.com/silug))
13
+ - remove pe\_serverversion fact [\#397](https://github.com/OpenVoxProject/openvox/pull/397) ([corporate-gadfly](https://github.com/corporate-gadfly))
8
14
 
9
15
  **Implemented enhancements:**
10
16
 
11
- - Backport: Add Platform definitions for Fedora 44 to 8.x [\#459](https://github.com/OpenVoxProject/openvox/pull/459) ([Sharpie](https://github.com/Sharpie))
17
+ - Add windows-msys2-x64 build for OpenVox 9 [\#468](https://github.com/OpenVoxProject/openvox/pull/468) ([Sharpie](https://github.com/Sharpie))
12
18
 
13
19
  **Fixed bugs:**
14
20
 
15
- - \[Backport 8.x\] Fix File.open Ruby 3.2 regression in FileSystem::Uniquefile [\#478](https://github.com/OpenVoxProject/openvox/pull/478) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
16
- - \[Backport 8.x\] Manage group members on EL 10 without libuser [\#477](https://github.com/OpenVoxProject/openvox/pull/477) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
21
+ - Manage group members on EL 10 without libuser [\#476](https://github.com/OpenVoxProject/openvox/pull/476) ([Sharpie](https://github.com/Sharpie))
22
+ - Fix File.open Ruby 3.2 regression in FileSystem::Uniquefile [\#450](https://github.com/OpenVoxProject/openvox/pull/450) ([JonasVerhofste](https://github.com/JonasVerhofste))
17
23
 
18
24
  **Merged pull requests:**
19
25
 
20
- - Promote puppet-runtime 2026.06.09.1 into 8.x [\#480](https://github.com/OpenVoxProject/openvox/pull/480) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
26
+ - Promote puppet-runtime 2026.06.09.1 into main [\#479](https://github.com/OpenVoxProject/openvox/pull/479) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
27
+ - CI: Use bot account for backports [\#472](https://github.com/OpenVoxProject/openvox/pull/472) ([bastelfreak](https://github.com/bastelfreak))
28
+ - 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))
21
29
 
22
- ## [8.27.0](https://github.com/openvoxproject/openvox/tree/8.27.0) (2026-05-15)
30
+ ## [9.0.0-alpha1](https://github.com/openvoxproject/openvox/tree/9.0.0-alpha1) (2026-05-20)
23
31
 
24
- [Full Changelog](https://github.com/openvoxproject/openvox/compare/8.26.2...8.27.0)
32
+ [Full Changelog](https://github.com/openvoxproject/openvox/compare/8.27.0...9.0.0-alpha1)
33
+
34
+ **Implemented enhancements:**
35
+
36
+ - Add platform definitions for Fedora 44 [\#455](https://github.com/OpenVoxProject/openvox/pull/455) ([Sharpie](https://github.com/Sharpie))
37
+ - Promote openfact 5.6.1 into main [\#436](https://github.com/OpenVoxProject/openvox/pull/436) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
25
38
 
26
39
  **Fixed bugs:**
27
40
 
@@ -29,13 +42,18 @@ All notable changes to this project will be documented in this file.
29
42
 
30
43
  **Merged pull requests:**
31
44
 
32
- - 8.x Backport: Fix rubocop 1.86.2 lint [\#448](https://github.com/OpenVoxProject/openvox/pull/448) ([Sharpie](https://github.com/Sharpie))
33
- - Promote puppet-runtime 2026.05.11.1 into 8.x [\#439](https://github.com/OpenVoxProject/openvox/pull/439) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
34
- - Promote openfact 5.6.1 into 8.x [\#438](https://github.com/OpenVoxProject/openvox/pull/438) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
35
- - Promote puppet-runtime 2026.05.07.1 into 8.x [\#430](https://github.com/OpenVoxProject/openvox/pull/430) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
45
+ - Promote puppet-runtime 2026.05.20.1 into main [\#453](https://github.com/OpenVoxProject/openvox/pull/453) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
46
+ - Switch from puppet-strings to openvox-strings [\#434](https://github.com/OpenVoxProject/openvox/pull/434) ([tuxmea](https://github.com/tuxmea))
47
+ - Update acceptance defaults and descriptions for OpenVox 9 [\#431](https://github.com/OpenVoxProject/openvox/pull/431) ([nmburgan](https://github.com/nmburgan))
48
+ - Promote puppet-runtime 2026.05.07.1 into main [\#429](https://github.com/OpenVoxProject/openvox/pull/429) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
49
+ - Change branch name in promote workflow [\#428](https://github.com/OpenVoxProject/openvox/pull/428) ([nmburgan](https://github.com/nmburgan))
36
50
  - Changes to prepare for 8.x branching [\#425](https://github.com/OpenVoxProject/openvox/pull/425) ([nmburgan](https://github.com/nmburgan))
37
51
  - Add release version check and stop trying to bump to an RC version [\#413](https://github.com/OpenVoxProject/openvox/pull/413) ([nmburgan](https://github.com/nmburgan))
38
52
 
53
+ ## [8.27.0](https://github.com/openvoxproject/openvox/tree/8.27.0) (2026-05-15)
54
+
55
+ [Full Changelog](https://github.com/openvoxproject/openvox/compare/8.26.2...8.27.0)
56
+
39
57
  ## [8.26.2](https://github.com/openvoxproject/openvox/tree/8.26.2) (2026-04-18)
40
58
 
41
59
  [Full Changelog](https://github.com/openvoxproject/openvox/compare/8.26.1...8.26.2)
data/Gemfile CHANGED
@@ -56,7 +56,7 @@ group(:test) do
56
56
  gem 'webrick', '~> 1.7', require: false
57
57
  gem 'yard', require: false
58
58
 
59
- gem 'rubocop', '~> 1.86.1', require: false, platforms: [:ruby]
59
+ gem 'rubocop', '~> 1.87.0', require: false, platforms: [:ruby]
60
60
  gem 'rubocop-i18n', '~> 3.0', require: false, platforms: [:ruby]
61
61
  gem 'rubocop-performance', '~> 1.0', require: false, platforms: [:ruby]
62
62
  gem 'rubocop-rake', '~> 0.6', require: false, platforms: [:ruby]
data/Rakefile CHANGED
@@ -162,8 +162,7 @@ begin
162
162
  config.exclude_labels = %w[dependencies duplicate question invalid wontfix wont-fix modulesync skip-changelog]
163
163
  config.since_tag = "8.18.1"
164
164
  config.future_release = Puppet::PUPPETVERSION
165
- config.exclude_tags_regex = /\A[7,9]\./
166
- config.release_branch = "8.x"
165
+ config.exclude_tags_regex = /\A7\./
167
166
  end
168
167
  rescue LoadError
169
168
  task :changelog do
@@ -2100,14 +2100,16 @@ EOT
2100
2100
  what is being done.",
2101
2101
  },
2102
2102
  :preprocess_deferred => {
2103
- :default => false,
2103
+ :default => true,
2104
2104
  :type => :boolean,
2105
2105
  :desc => "Whether Puppet should call deferred functions before applying
2106
2106
  the catalog. If set to `true`, all prerequisites required for the
2107
2107
  deferred function must be satisfied before the Puppet run. If set to
2108
2108
  `false`, deferred functions follow Puppet relationships and
2109
2109
  ordering. In this way, Puppet can install the prerequisites required for a
2110
- deferred function and call the deferred function in the same run.",
2110
+ deferred function and call the deferred function in the same run.
2111
+ Please note that many functions that return complex datatypes will fail
2112
+ when disabling preprocessing and this option may be removed in the future.",
2111
2113
  },
2112
2114
  :summarize => {
2113
2115
  :default => false,
@@ -12,7 +12,7 @@ Puppet.features.add(:syslog, :libs => ["syslog"])
12
12
  # We can use POSIX user functions
13
13
  Puppet.features.add(:posix) do
14
14
  require 'etc'
15
- !Etc.getpwuid(0).nil? && Puppet.features.syslog?
15
+ !Puppet::Util::Platform.windows? && !Etc.getpwuid(0).nil?
16
16
  end
17
17
 
18
18
  # We can use Microsoft Windows functions
@@ -7,12 +7,6 @@ class Puppet::Node::ServerFacts
7
7
  # Add implementation information
8
8
  server_facts["serverimplementation"] = Puppet.implementation
9
9
 
10
- # Add our server Puppet Enterprise version, if available.
11
- pe_version_file = '/opt/puppetlabs/server/pe_version'
12
- if File.readable?(pe_version_file) and !File.zero?(pe_version_file)
13
- server_facts['pe_serverversion'] = File.read(pe_version_file).chomp
14
- end
15
-
16
10
  # Add our server version to the fact list
17
11
  server_facts["serverversion"] = Puppet.version.to_s
18
12
 
@@ -21,8 +21,6 @@ module SubLookup
21
21
  def split_key(key)
22
22
  return [key] if key.match(SPECIAL).nil?
23
23
 
24
- # Rubocop 1.86.2 starts mis-classifying the "raise yield" constructions as a failure.
25
- # rubocop:disable Lint/ParenthesesAsGroupedExpression
26
24
  segments = key.split(/(\s*"[^"]+"\s*|\s*'[^']+'\s*|[^'".]+)/)
27
25
  if segments.empty?
28
26
  # Only happens if the original key was an empty string
@@ -47,7 +45,6 @@ module SubLookup
47
45
  else
48
46
  raise yield('Syntax error')
49
47
  end
50
- # rubocop:enable Lint/ParenthesesAsGroupedExpression
51
48
  end
52
49
 
53
50
  # Perform a sub-lookup using the given _segments_ to access the given _value_. Each segment must be a string. A string
@@ -146,10 +146,7 @@ Puppet::Type.type(:package).provide :puppetserver_gem, :parent => :gem do
146
146
  puppet_default_vendor_gems = '/opt/puppetlabs/puppet/lib/ruby/vendor_gems'
147
147
  puppetserver_default_gem_path = [puppetserver_default_gem_home, puppetserver_default_vendored_jruby_gems, puppet_default_vendor_gems].join(':')
148
148
 
149
- pe_puppetserver_conf_file = '/etc/puppetlabs/puppetserver/conf.d/pe-puppet-server.conf'
150
- os_puppetserver_conf_file = '/etc/puppetlabs/puppetserver/puppetserver.conf'
151
- puppetserver_conf_file = Puppet.runtime[:facter].value(:pe_server_version) ? pe_puppetserver_conf_file : os_puppetserver_conf_file
152
- puppetserver_conf = Hocon.load(puppetserver_conf_file)
149
+ puppetserver_conf = Hocon.load('/etc/puppetlabs/puppetserver/puppetserver.conf')
153
150
 
154
151
  gem_env = {}
155
152
  if puppetserver_conf.empty? || puppetserver_conf.key?('jruby-puppet') == false
data/lib/puppet/util.rb CHANGED
@@ -523,11 +523,12 @@ module Util
523
523
 
524
524
  module_function :thinmark
525
525
 
526
- PUPPET_STACK_INSERTION_FRAME = if RUBY_VERSION >= '3.4'
527
- /.*puppet_stack\.rb.*in.*'Puppet::Pops::PuppetStack\.stack'/
528
- else
529
- /.*puppet_stack\.rb.*in.*`stack'/
530
- end
526
+ # Matches the frame where Puppet::Pops::PuppetStack.stack appears in a Ruby
527
+ # backtrace. The format varies by Ruby version and implementation:
528
+ # Ruby 3.3: in `stack'
529
+ # Ruby 3.4+: in 'Puppet::Pops::PuppetStack.stack' (qualified for module method)
530
+ # JRuby 10+: in 'stack' (unqualified)
531
+ PUPPET_STACK_INSERTION_FRAME = /puppet_stack\.rb.*in ['`](?:Puppet::Pops::PuppetStack\.)?stack'/
531
532
 
532
533
  # utility method to get the current call stack and format it to a human-readable string (which some IDEs/editors
533
534
  # will recognize as links to the line numbers in the trace)
@@ -8,7 +8,7 @@
8
8
  # Raketasks and such to set the version based on the output of `git describe`
9
9
 
10
10
  module Puppet
11
- PUPPETVERSION = '8.28.0'
11
+ PUPPETVERSION = '9.0.0-alpha2'
12
12
  IMPLEMENTATION = 'openvox'
13
13
 
14
14
  ##
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openvox
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.28.0
4
+ version: 9.0.0.pre.alpha2
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenVox Project