Skip to content

Releases: puppetlabs/puppetlabs-patching_as_code

v2.0.0

29 Aug 14:26
7721a3e
Compare
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
Compare
Choose a tag to compare

Release prep v1.1.7 (#83)

01 Nov 17:05
80d267d
Compare
Choose a tag to compare
Co-authored-by: GitHub Action <[email protected]>

Release 1.1.6

28 Sep 21:45
73a0e41
Compare
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
Compare
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
Compare
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
Compare
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.

Release 1.1.2

09 Mar 15:05
0f21c67
Compare
Choose a tag to compare

Bugfixes

  • Fixes a bug that caused High Priority OS patches for Windows not to be installed, due to the wrong variable being used.

Improvements

  • Deduplicates the list of installed patches on the last run, reported in the patching_as_code fact.

Release 1.1.1

07 Mar 19:13
Compare
Choose a tag to compare

Improvements

  • Fix incorrect YAML code markers in README.md.

Release 1.1.0

07 Mar 18:50
1672787
Compare
Choose a tag to compare

Features

  • Adds support for high priority patches on an alternate patch schedule.
  • Adds high_priority_only parameter to the patching_as_code class, for compatibility with the puppetlabs/change_window module.

Improvements

  • Ensures the last_run fact data only gets written during the patch window.