Skip to content

Commit 06930e4

Browse files
authored
Merge pull request #405 from OpenVoxProject/release-8.26.1
Release 8.26.1
2 parents 8c8c75e + b9966ae commit 06930e4

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [8.26.1](https://github.com/openvoxproject/openvox/tree/8.26.1) (2026-04-15)
6+
7+
[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.26.0...8.26.1)
8+
9+
**Merged pull requests:**
10+
11+
- Promote puppet-runtime 2026.04.15.1 [\#404](https://github.com/OpenVoxProject/openvox/pull/404) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
12+
- Add signoff to promote action [\#402](https://github.com/OpenVoxProject/openvox/pull/402) ([nmburgan](https://github.com/nmburgan))
13+
- Add syslog as a runtime dependency [\#400](https://github.com/OpenVoxProject/openvox/pull/400) ([nmburgan](https://github.com/nmburgan))
14+
- acceptance: add hiera-eyaml v5 backend test [\#399](https://github.com/OpenVoxProject/openvox/pull/399) ([nmburgan](https://github.com/nmburgan))
15+
- avoid command injection risk [\#398](https://github.com/OpenVoxProject/openvox/pull/398) ([corporate-gadfly](https://github.com/corporate-gadfly))
16+
517
## [8.26.0](https://github.com/openvoxproject/openvox/tree/8.26.0) (2026-04-14)
618

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

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.0'
11+
PUPPETVERSION = '8.26.1'
1212
IMPLEMENTATION = 'openvox'
1313

1414
##

0 commit comments

Comments
 (0)