Skip to content

Commit d95fb42

Browse files
authored
Merge pull request #277 from voxpupuli/release-prep
Release 3.1.0
2 parents 25396e3 + 1ccc3a8 commit d95fb42

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v3.1.0](https://github.com/voxpupuli/puppet-os_patching/tree/v3.1.0) (2026-03-05)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-os_patching/compare/v3.0.1...v3.1.0)
10+
11+
**Implemented enhancements:**
12+
13+
- feat: set timeout for apt like with dnf and zypper [\#274](https://github.com/voxpupuli/puppet-os_patching/pull/274) ([rwaffen](https://github.com/rwaffen))
14+
15+
**Fixed bugs:**
16+
17+
- fix: use filter\_set and then the `.names` methode [\#276](https://github.com/voxpupuli/puppet-os_patching/pull/276) ([rwaffen](https://github.com/rwaffen))
18+
- fix: return only arrays with names\(strings\) instead of TargetSpecs/ResultSpecs [\#275](https://github.com/voxpupuli/puppet-os_patching/pull/275) ([rwaffen](https://github.com/rwaffen))
19+
- fix: Parse versionlocked packages properly for RHEL 8+ [\#266](https://github.com/voxpupuli/puppet-os_patching/pull/266) ([jordyb6](https://github.com/jordyb6))
20+
721
## [v3.0.1](https://github.com/voxpupuli/puppet-os_patching/tree/v3.0.1) (2026-02-26)
822

923
[Full Changelog](https://github.com/voxpupuli/puppet-os_patching/compare/v3.0.0...v3.0.1)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-os_patching",
3-
"version": "3.0.2-rc0",
3+
"version": "3.1.0",
44
"author": "Vox Pupuli",
55
"summary": "Perform OS level patching through tasks and report on patch levels through facts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)