Skip to content

Commit 6b1d7f1

Browse files
Merge pull request #100 from puppetlabs/v1.1.8
V1.1.8
2 parents ac3d5e7 + e60e8b2 commit 6b1d7f1

File tree

5 files changed

+144
-127
lines changed

5 files changed

+144
-127
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
## [v1.1.9](https://github.com/puppetlabs/puppetlabs-patching_as_code/tree/v1.1.9) (2024-08-27)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-patching_as_code/compare/v1.1.7...v1.1.9)
8+
9+
### Fixed
10+
11+
- Fix unsafe process list [\#89](https://github.com/puppetlabs/puppetlabs-patching_as_code/pull/89) ([kreeuwijk](https://github.com/kreeuwijk))
12+
13+
### UNCATEGORIZED PRS; LABEL THEM ON GITHUB
14+
15+
- Powershell scripts should be executed with the -NoProfile parameter [\#96](https://github.com/puppetlabs/puppetlabs-patching_as_code/pull/96) ([elfranne](https://github.com/elfranne))
16+
- Exclude 'patching\_as\_code' fact from running on Darwin systems [\#93](https://github.com/puppetlabs/puppetlabs-patching_as_code/pull/93) ([kennyb-222](https://github.com/kennyb-222))
17+
- Pdk release prep fix fix [\#92](https://github.com/puppetlabs/puppetlabs-patching_as_code/pull/92) ([kreeuwijk](https://github.com/kreeuwijk))
18+
- fix PDK Release Prep action step [\#91](https://github.com/puppetlabs/puppetlabs-patching_as_code/pull/91) ([kreeuwijk](https://github.com/kreeuwijk))
19+
- remove travis [\#87](https://github.com/puppetlabs/puppetlabs-patching_as_code/pull/87) ([binford2k](https://github.com/binford2k))
20+
521
## [v1.1.7](https://github.com/puppetlabs/puppetlabs-patching_as_code/tree/v1.1.7) (2022-11-01)
622

723
[Full Changelog](https://github.com/puppetlabs/puppetlabs-patching_as_code/compare/v1.1.6...v1.1.7)

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ group :development do
3030
gem "pry", '~> 0.10', require: false
3131
gem "simplecov-console", '~> 0.5', require: false
3232
gem "puppet-debugger", '~> 1.0', require: false
33+
gem "parser", '~> 3.2.1', require: false
3334
gem "rubocop", '= 1.6.1', require: false
3435
gem "rubocop-performance", '= 1.9.1', require: false
3536
gem "rubocop-rspec", '= 2.0.1', require: false

0 commit comments

Comments
 (0)