openvox 8.26.1 → 8.26.2

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: aa6d4a7491b2e4e75046a4f5f816f7b00cce9fd509eb0c61751db018869b9a38
4
- data.tar.gz: 596de736cd77eff46d5a0a50e3fe266ce67b66042d4c4e205f95c96050e3bf9f
3
+ metadata.gz: 34829f1a93ec3f4f5e3fa8de6b246129e6cc7004b9153c914a1c7e8c70e77f3b
4
+ data.tar.gz: 02c8dde7b3751636cb990d852f559046ccad72de2fde6335af2b81aaf8dd9642
5
5
  SHA512:
6
- metadata.gz: '0292292934d4f6f531fa4f1165acedfe5d2ead2b6f1a465ae4de487360734f968c9fd69709b0587b142838339f316260fe5a543a796b5b6d84f94270b6aeb857'
7
- data.tar.gz: 072d0d1a9acf00401967d607d6008ef9cda3fdaf154d3fdfd8876006a93385146edc2b9a801c1e3f1bd04db02ce0c74c7a9e5ff240bff6fd30565316f217e81e
6
+ metadata.gz: cc4905eda993082dbb9f877e21df9b0bba752f9e61976720cce5710e07a699ad20d9f7f4522fcb18cd8d76cd7e2b52519ec441f0734e92e6ebe13dc3b076cad5
7
+ data.tar.gz: 053f784ccf8edda849a156abd007b02c97f96f4e54161c3a0506d40eb952d0f515823b66a21eeb2899d7923bfdf79bf93b5b42255a11247ee7aec555530b023a
data/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [8.26.2](https://github.com/openvoxproject/openvox/tree/8.26.2) (2026-04-17)
6
+
7
+ [Full Changelog](https://github.com/openvoxproject/openvox/compare/8.26.1...8.26.2)
8
+
9
+ **Fixed bugs:**
10
+
11
+ - \[Bug\]: `provides puppet-agent` uses bare major version, breaking `>= x.y.z` dependency constraints \(e.g. foreman-installer\) [\#406](https://github.com/OpenVoxProject/openvox/issues/406)
12
+ - Revert "Add syslog as a runtime dependency" [\#410](https://github.com/OpenVoxProject/openvox/pull/410) ([nmburgan](https://github.com/nmburgan))
13
+ - \(\#406\) packaging: Set Maj.Min.Patch version as `provides` instead of major one [\#407](https://github.com/OpenVoxProject/openvox/pull/407) ([bastelfreak](https://github.com/bastelfreak))
14
+
15
+ **Merged pull requests:**
16
+
17
+ - Promote puppet-runtime 2026.04.17.1 [\#411](https://github.com/OpenVoxProject/openvox/pull/411) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
18
+ - .gitignore: Ignore /acceptance/.vendor [\#408](https://github.com/OpenVoxProject/openvox/pull/408) ([bastelfreak](https://github.com/bastelfreak))
19
+
5
20
  ## [8.26.1](https://github.com/openvoxproject/openvox/tree/8.26.1) (2026-04-15)
6
21
 
7
22
  [Full Changelog](https://github.com/openvoxproject/openvox/compare/8.26.0...8.26.1)
@@ -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.26.1'
11
+ PUPPETVERSION = '8.26.2'
12
12
  IMPLEMENTATION = 'openvox'
13
13
 
14
14
  ##
data/tasks/build.rake CHANGED
@@ -17,7 +17,7 @@ namespace :vox do
17
17
  end
18
18
 
19
19
  engine = platform =~ /^(macos|windows)-/ ? 'local' : 'docker'
20
- cmd = "bundle exec build #{project} #{platform} --engine #{engine}"
20
+ cmd = "bundle exec vanagon build #{project} #{platform} --engine #{engine}"
21
21
 
22
22
  Dir.chdir('packaging') do
23
23
  run_command(cmd, silent: false, print_command: true, report_status: true)
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.26.1
4
+ version: 8.26.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenVox Project
@@ -229,20 +229,6 @@ dependencies:
229
229
  - - "~>"
230
230
  - !ruby/object:Gem::Version
231
231
  version: '1.0'
232
- - !ruby/object:Gem::Dependency
233
- name: syslog
234
- requirement: !ruby/object:Gem::Requirement
235
- requirements:
236
- - - "~>"
237
- - !ruby/object:Gem::Version
238
- version: '0.1'
239
- type: :runtime
240
- prerelease: false
241
- version_requirements: !ruby/object:Gem::Requirement
242
- requirements:
243
- - - "~>"
244
- - !ruby/object:Gem::Version
245
- version: '0.1'
246
232
  description: |
247
233
  OpenVox is a community implementation of Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, performs administrative tasks
248
234
  (such as adding users, installing packages, and updating server configurations) based on a centralized specification.