Skip to content

Commit 58cd212

Browse files
v0.20.1
1 parent e6a2722 commit 58cd212

File tree

2 files changed

+9
-22
lines changed

2 files changed

+9
-22
lines changed

CHANGELOG.md

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [v0.20.1](https://github.com/albatrossflavour/puppet_os_patching/tree/v0.20.1) (2023-07-18)
6+
7+
[Full Changelog](https://github.com/albatrossflavour/puppet_os_patching/compare/v0.20.0...v0.20.1)
8+
9+
### UNCATEGORIZED PRS; LABEL THEM ON GITHUB
10+
11+
- \#229 fix syntax error [\#230](https://github.com/albatrossflavour/puppet_os_patching/pull/230) ([albatrossflavour](https://github.com/albatrossflavour))
12+
513
## [v0.20.0](https://github.com/albatrossflavour/puppet_os_patching/tree/v0.20.0) (2023-07-13)
614

715
[Full Changelog](https://github.com/albatrossflavour/puppet_os_patching/compare/0.19.0...v0.20.0)
@@ -25,27 +33,6 @@ All notable changes to this project will be documented in this file. The format
2533

2634
[Full Changelog](https://github.com/albatrossflavour/puppet_os_patching/compare/0.18.0...0.19.0)
2735

28-
## [0.19.0](https://github.com/albatrossflavour/puppet_os_patching/tree/0.19.0) (2023-02-26)
29-
30-
[Full Changelog](https://github.com/albatrossflavour/puppet_os_patching/compare/0.18.0...0.19.0)
31-
32-
**Implemented enhancements:**
33-
34-
- The os\_patching\_fact\_generation.sh does not run apt update [\#217](https://github.com/albatrossflavour/puppet_os_patching/issues/217)
35-
- \#217 add an apt update as part of the fact generation [\#224](https://github.com/albatrossflavour/puppet_os_patching/pull/224) ([albatrossflavour](https://github.com/albatrossflavour))
36-
- Don't record note from subscription-manager if enabled [\#221](https://github.com/albatrossflavour/puppet_os_patching/pull/221) ([jcpunk](https://github.com/jcpunk))
37-
38-
**Closed issues:**
39-
40-
- Regular expression does not capture all packages [\#222](https://github.com/albatrossflavour/puppet_os_patching/issues/222)
41-
42-
**Merged pull requests:**
43-
44-
- \#222 Update os\_patching\_fact\_generation.sh [\#223](https://github.com/albatrossflavour/puppet_os_patching/pull/223) ([dpavlotzky](https://github.com/dpavlotzky))
45-
- Add correct reboot detection for RHEL 8 and 9 [\#220](https://github.com/albatrossflavour/puppet_os_patching/pull/220) ([jcpunk](https://github.com/jcpunk))
46-
- fix issue \#211 [\#219](https://github.com/albatrossflavour/puppet_os_patching/pull/219) ([brajjan](https://github.com/brajjan))
47-
- Update Apt Support - Fixes \#217 [\#218](https://github.com/albatrossflavour/puppet_os_patching/pull/218) ([AMDHome](https://github.com/AMDHome))
48-
4936
## [0.18.0](https://github.com/albatrossflavour/puppet_os_patching/tree/0.18.0) (2022-08-08)
5037

5138
[Full Changelog](https://github.com/albatrossflavour/puppet_os_patching/compare/v0.17.0...0.18.0)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "albatrossflavour-os_patching",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"author": "albatrossflavour",
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)