Skip to content

Releases: voxpupuli/puppet-patching_as_code

v3.0.1

22 Oct 19:55
v3.0.1
dc37f40

Choose a tag to compare

What's Changed

Bug Fixes 🐛

Other Changes

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

17 Sep 17:50
v3.0.0
09e60b0

Choose a tag to compare

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

New Contributors

Full Changelog: v2.0.1...v3.0.0

v2.0.1

07 Feb 02:03
4120380

Choose a tag to compare

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

Full Changelog

Other

v2.0.0

29 Aug 14:26
7721a3e

Choose a tag to compare

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

Full Changelog

Other

v1.1.9: Merge pull request #100 from puppetlabs/v1.1.8

28 Aug 14:47
6b1d7f1

Choose a tag to compare

Release prep v1.1.7 (#83)

01 Nov 17:05
80d267d

Choose a tag to compare

Co-authored-by: GitHub Action <[email protected]>

Release 1.1.6

28 Sep 21:45
73a0e41

Choose a tag to compare

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

28 Sep 19:49

Choose a tag to compare

v1.1.5

adding changes made by pdk upate after adding .sync.yml

Release 1.1.4

15 Jul 14:35
ce145a0

Choose a tag to compare

Improvements

  • Added support for matching against full process arguments for the patching_as_code::unsafe_process_list.

Release 1.1.3

20 Jun 11:19
fb758b9

Choose a tag to compare

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 i686 and x86_64 version of a package.