Skip to content

Commit f72d06b

Browse files
authored
Merge pull request #412 from OpenVoxProject/release-8.26.2
Release 8.26.2
2 parents 2fe4f75 + 59362aa commit f72d06b

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

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

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+
520
## [8.26.1](https://github.com/openvoxproject/openvox/tree/8.26.1) (2026-04-15)
621

722
[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.26.0...8.26.1)

lib/puppet/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Raketasks and such to set the version based on the output of `git describe`
99

1010
module Puppet
11-
PUPPETVERSION = '8.26.1'
11+
PUPPETVERSION = '8.26.2'
1212
IMPLEMENTATION = 'openvox'
1313

1414
##

0 commit comments

Comments
 (0)