Releases: voxpupuli/puppet-patching_as_code
Releases · voxpupuli/puppet-patching_as_code
v3.0.1
What's Changed
Bug Fixes 🐛
- Fix missing len function by @anthonysomerset in #127
Other Changes
New Contributors
- @anthonysomerset made their first contribution in #127
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
Breaking Changes 🛠
- Drop puppet, update openvox minimum version to 8.19 by @TheMeier in #119
- Remove Puppet 6 and EOL OSes by @jstraw in #117
New Features 🎉
- metadata.json: Add OpenVox by @jstraw in #116
- puppetlabs/pwshlib: Allow 2.x by @TheMeier in #118
- Also permit puppet-extlib to provide the puppet_config directory by @jcpunk in #112
Other Changes
- prepare for migration to Vox Pupuli by @spotter-puppet in #113
- fix syntax error by jcpunk by @spotter-puppet in #122
New Contributors
- @jstraw made their first contribution in #116
- @bastelfreak made their first contribution in #115
- @TheMeier made their first contribution in #118
- @pccibot made their first contribution in #120
Full Changelog: v2.0.1...v3.0.0
v2.0.1
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v2.0.1 - 2025-02-07
Other
- logic error and wrong kernel fact result #110 (spotter-puppet)
v2.0.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v2.0.0 - 2024-08-29
Other
- fix dates #104 (spotter-puppet)
- V2.0.0 #103 (spotter-puppet)
- V1.1.8 #100 (spotter-puppet)
v1.1.9: Merge pull request #100 from puppetlabs/v1.1.8
Release prep v1.1.7 (#83)
Co-authored-by: GitHub Action <[email protected]>
Release 1.1.6
Bugfixes
- Adjusted the onlyif logic in the resources created by patching_as_code::pre_reboot_commands to ensure that these commands only execute when there is either a pending OS reboot that needs to be honered, or if there are >0 patches to install and reboot: always is used.
- Added support for RHEL 9 in the reboot detection script.
Release 1.1.5
v1.1.5 adding changes made by pdk upate after adding .sync.yml
Release 1.1.4
Improvements
- Added support for matching against full process arguments for the
patching_as_code::unsafe_process_list.
Release 1.1.3
Bugfixes
- No longer logs
Puppet Unknown variable: 'reboot'on runs outside of the patch day.
Improvements
- Correctly handles multi-architecture package updates, e.g. when there is an update for both the
i686andx86_64version of a package.