openvox 8.26.2 → 8.27.0
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 +4 -4
- data/CHANGELOG.md +29 -1
- data/Gemfile +1 -1
- data/lib/puppet/ffi/windows/api_types.rb +1 -1
- data/lib/puppet/interface/action.rb +1 -1
- data/lib/puppet/pops/lookup/sub_lookup.rb +3 -0
- data/lib/puppet/util/fileparsing.rb +3 -3
- data/lib/puppet/version.rb +1 -1
- data/tasks/upload.rake +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4c843fbe86064f932413b012a552e6cecf6623ecd71be172a8db1b5ac350c8f6
|
|
4
|
+
data.tar.gz: 87fbb8cf66802e3f367e014730960c81b3d5915ccb2a616f34ff32cc7f95fc40
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ccb529f52fa44c2245eabdb509c75c4d430d21de88ec661c9f2013fbffeb2e8c23b85fa9fd619cdb38593c0b4f0c863fc4fd501fe6fdb2631df819fbb1ea9ae6
|
|
7
|
+
data.tar.gz: c561244e6dd9d1f5e13faf50897dbb48ded025ef1917ba857f9b13a30504e6078ce1b7139aa0b6050a2532ce62d601d062b8e879c168172cdce7b529174ddb04
|
data/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,35 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
## [8.
|
|
5
|
+
## [8.27.0](https://github.com/openvoxproject/openvox/tree/8.27.0) (2026-05-15)
|
|
6
|
+
|
|
7
|
+
[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.26.2...8.27.0)
|
|
8
|
+
|
|
9
|
+
**Fixed bugs:**
|
|
10
|
+
|
|
11
|
+
- \[Bug\]: openvox-agent 8.26.2 reports 8.26.1 with --version option [\#415](https://github.com/OpenVoxProject/openvox/issues/415)
|
|
12
|
+
- avoid badly anchored regular expression [\#414](https://github.com/OpenVoxProject/openvox/pull/414) ([corporate-gadfly](https://github.com/corporate-gadfly))
|
|
13
|
+
|
|
14
|
+
**Closed issues:**
|
|
15
|
+
|
|
16
|
+
- \[docs\] use openvox-strings instead of puppet-strings [\#433](https://github.com/OpenVoxProject/openvox/issues/433)
|
|
17
|
+
|
|
18
|
+
**Merged pull requests:**
|
|
19
|
+
|
|
20
|
+
- Fix rubocop 1.86.2 lint [\#447](https://github.com/OpenVoxProject/openvox/pull/447) ([Sharpie](https://github.com/Sharpie))
|
|
21
|
+
- Clarify "ref" description in GitHub build workflow [\#445](https://github.com/OpenVoxProject/openvox/pull/445) ([Sharpie](https://github.com/Sharpie))
|
|
22
|
+
- Promote puppet-runtime 2026.05.11.1 into main [\#437](https://github.com/OpenVoxProject/openvox/pull/437) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
|
|
23
|
+
- Promote openfact 5.6.1 into main [\#436](https://github.com/OpenVoxProject/openvox/pull/436) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
|
|
24
|
+
- Switch from puppet-strings to openvox-strings [\#434](https://github.com/OpenVoxProject/openvox/pull/434) ([tuxmea](https://github.com/tuxmea))
|
|
25
|
+
- Update acceptance defaults and descriptions for OpenVox 9 [\#431](https://github.com/OpenVoxProject/openvox/pull/431) ([nmburgan](https://github.com/nmburgan))
|
|
26
|
+
- Promote puppet-runtime 2026.05.07.1 into main [\#429](https://github.com/OpenVoxProject/openvox/pull/429) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
|
|
27
|
+
- Change branch name in promote workflow [\#428](https://github.com/OpenVoxProject/openvox/pull/428) ([nmburgan](https://github.com/nmburgan))
|
|
28
|
+
- Changes to prepare for 8.x branching [\#425](https://github.com/OpenVoxProject/openvox/pull/425) ([nmburgan](https://github.com/nmburgan))
|
|
29
|
+
- Update github\_changelog\_generator [\#424](https://github.com/OpenVoxProject/openvox/pull/424) ([nmburgan](https://github.com/nmburgan))
|
|
30
|
+
- Modify S3 copy command to suppress progress output [\#423](https://github.com/OpenVoxProject/openvox/pull/423) ([corporate-gadfly](https://github.com/corporate-gadfly))
|
|
31
|
+
- 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))
|
|
32
|
+
|
|
33
|
+
## [8.26.2](https://github.com/openvoxproject/openvox/tree/8.26.2) (2026-04-18)
|
|
6
34
|
|
|
7
35
|
[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.26.1...8.26.2)
|
|
8
36
|
|
data/Gemfile
CHANGED
|
@@ -93,7 +93,7 @@ end
|
|
|
93
93
|
platforms :ruby do
|
|
94
94
|
group :release, optional: true do
|
|
95
95
|
gem 'faraday-retry', require: false
|
|
96
|
-
gem 'github_changelog_generator',
|
|
96
|
+
gem 'github_changelog_generator', '~> 1.18', require: false
|
|
97
97
|
end
|
|
98
98
|
end
|
|
99
99
|
|
|
@@ -230,7 +230,7 @@ module Puppet::FFI::Windows
|
|
|
230
230
|
:Data4, [:byte, 8]
|
|
231
231
|
|
|
232
232
|
def self.[](s)
|
|
233
|
-
raise _('Bad GUID format.') unless s =~
|
|
233
|
+
raise _('Bad GUID format.') unless s =~ /\A[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}\z/i
|
|
234
234
|
|
|
235
235
|
new.tap do |guid|
|
|
236
236
|
guid[:Data1] = s[0, 8].to_i(16)
|
|
@@ -14,7 +14,7 @@ class Puppet::Interface::Action
|
|
|
14
14
|
|
|
15
15
|
# @api private
|
|
16
16
|
def initialize(face, name)
|
|
17
|
-
raise "#{name.inspect} is an invalid action name" unless name.to_s =~
|
|
17
|
+
raise "#{name.inspect} is an invalid action name" unless name.to_s =~ /\A[a-z]\w*\z/
|
|
18
18
|
|
|
19
19
|
@face = face
|
|
20
20
|
@name = name.to_sym
|
|
@@ -21,6 +21,8 @@ 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
|
|
24
26
|
segments = key.split(/(\s*"[^"]+"\s*|\s*'[^']+'\s*|[^'".]+)/)
|
|
25
27
|
if segments.empty?
|
|
26
28
|
# Only happens if the original key was an empty string
|
|
@@ -45,6 +47,7 @@ module SubLookup
|
|
|
45
47
|
else
|
|
46
48
|
raise yield('Syntax error')
|
|
47
49
|
end
|
|
50
|
+
# rubocop:enable Lint/ParenthesesAsGroupedExpression
|
|
48
51
|
end
|
|
49
52
|
|
|
50
53
|
# Perform a sub-lookup using the given _segments_ to access the given _value_. Each segment must be a string. A string
|
|
@@ -103,13 +103,13 @@ module Puppet::Util::FileParsing
|
|
|
103
103
|
# Convert a record into a line by joining the fields together appropriately.
|
|
104
104
|
# This is pulled into a separate method so it can be called by the hooks.
|
|
105
105
|
def join(details)
|
|
106
|
-
joinchar =
|
|
106
|
+
joinchar = joiner
|
|
107
107
|
|
|
108
108
|
fields.filter_map { |field|
|
|
109
109
|
# If the field is marked absent, use the appropriate replacement
|
|
110
110
|
if details[field] == :absent or details[field] == [:absent] or details[field].nil?
|
|
111
|
-
if
|
|
112
|
-
|
|
111
|
+
if optional.include?(field)
|
|
112
|
+
absent
|
|
113
113
|
else
|
|
114
114
|
raise ArgumentError, _("Field '%{field}' is required") % { field: field }
|
|
115
115
|
end
|
data/lib/puppet/version.rb
CHANGED
data/tasks/upload.rake
CHANGED
|
@@ -44,7 +44,7 @@ namespace :vox do
|
|
|
44
44
|
path = "s3://#{bucket}/#{component}/#{args[:tag]}"
|
|
45
45
|
files.each do |f|
|
|
46
46
|
f = `cygpath -m #{f}`.chomp if os =~ /windows/
|
|
47
|
-
run_command("#{s3} cp #{f} #{path}/#{File.basename(f)}", silent: false)
|
|
47
|
+
run_command("#{s3} cp #{f} #{path}/#{File.basename(f)} --no-progress", silent: false)
|
|
48
48
|
end
|
|
49
49
|
end
|
|
50
50
|
end
|
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.
|
|
4
|
+
version: 8.27.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenVox Project
|
|
@@ -1366,7 +1366,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
1366
1366
|
- !ruby/object:Gem::Version
|
|
1367
1367
|
version: 1.3.1
|
|
1368
1368
|
requirements: []
|
|
1369
|
-
rubygems_version: 4.0.
|
|
1369
|
+
rubygems_version: 4.0.10
|
|
1370
1370
|
specification_version: 4
|
|
1371
1371
|
summary: OpenVox, a community implementation of Puppet -- an automated configuration
|
|
1372
1372
|
management tool
|