Skip to content

Commit 30e607f

Browse files
authored
Merge pull request #301 from puppetlabs/release-prep
Release prep v5.0.1
2 parents 0cf7290 + 5453cba commit 30e607f

File tree

2 files changed

+82
-105
lines changed

2 files changed

+82
-105
lines changed

CHANGELOG.md

Lines changed: 81 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -1,202 +1,179 @@
1-
# Change log
1+
<!-- markdownlint-disable MD024 -->
2+
# Changelog
23

3-
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).
4+
All notable changes to this project will be documented in this file.
45

5-
## [v5.0.0](https://github.com/puppetlabs/puppetlabs-acl/tree/v5.0.0) (2023-04-19)
6+
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).
7+
8+
## [v5.0.1](https://github.com/puppetlabs/puppetlabs-acl/tree/v5.0.1) - 2024-06-27
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/v5.0.0...v5.0.1)
11+
12+
## [v5.0.0](https://github.com/puppetlabs/puppetlabs-acl/tree/v5.0.0) - 2023-04-19
613

714
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/v4.1.2...v5.0.0)
815

916
### Changed
1017

11-
- \(CONT-686\) - Add Puppet 8/Drop Puppet 6 [\#279](https://github.com/puppetlabs/puppetlabs-acl/pull/279) ([jordanbreen28](https://github.com/jordanbreen28))
18+
- (CONT-686) - Add Puppet 8/Drop Puppet 6 [#279](https://github.com/puppetlabs/puppetlabs-acl/pull/279) ([jordanbreen28](https://github.com/jordanbreen28))
1219

13-
## [v4.1.2](https://github.com/puppetlabs/puppetlabs-acl/tree/v4.1.2) (2023-03-21)
20+
## [v4.1.2](https://github.com/puppetlabs/puppetlabs-acl/tree/v4.1.2) - 2023-03-21
1421

1522
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/v4.1.1...v4.1.2)
1623

1724
### Fixed
1825

19-
- pdksync - \(CONT-494\) Pin github\_changelog\_generator and JSON gem versions [\#270](https://github.com/puppetlabs/puppetlabs-acl/pull/270) ([david22swan](https://github.com/david22swan))
26+
- pdksync - (CONT-494) Pin github_changelog_generator and JSON gem versions [#270](https://github.com/puppetlabs/puppetlabs-acl/pull/270) ([david22swan](https://github.com/david22swan))
2027

21-
## [v4.1.1](https://github.com/puppetlabs/puppetlabs-acl/tree/v4.1.1) (2022-10-03)
28+
## [v4.1.1](https://github.com/puppetlabs/puppetlabs-acl/tree/v4.1.1) - 2022-10-03
2229

2330
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/v4.1.0...v4.1.1)
2431

2532
### Fixed
2633

27-
- Removing unsupported windows versions [\#265](https://github.com/puppetlabs/puppetlabs-acl/pull/265) ([jordanbreen28](https://github.com/jordanbreen28))
28-
- \(GH-260\) Update mask docs [\#263](https://github.com/puppetlabs/puppetlabs-acl/pull/263) ([pmcmaw](https://github.com/pmcmaw))
29-
- \(MODULES-10908\) fix noop behavior [\#261](https://github.com/puppetlabs/puppetlabs-acl/pull/261) ([garrettrowell](https://github.com/garrettrowell))
30-
- \(IAC-976\) - Removal of inappropriate terminology [\#203](https://github.com/puppetlabs/puppetlabs-acl/pull/203) ([pmcmaw](https://github.com/pmcmaw))
34+
- Removing unsupported windows versions [#265](https://github.com/puppetlabs/puppetlabs-acl/pull/265) ([jordanbreen28](https://github.com/jordanbreen28))
35+
- (GH-260) Update mask docs [#263](https://github.com/puppetlabs/puppetlabs-acl/pull/263) ([pmcmaw](https://github.com/pmcmaw))
36+
- (MODULES-10908) fix noop behavior [#261](https://github.com/puppetlabs/puppetlabs-acl/pull/261) ([garrettrowell](https://github.com/garrettrowell))
3137

32-
## [v4.1.0](https://github.com/puppetlabs/puppetlabs-acl/tree/v4.1.0) (2022-05-23)
38+
## [v4.1.0](https://github.com/puppetlabs/puppetlabs-acl/tree/v4.1.0) - 2022-05-23
3339

3440
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/v4.0.0...v4.1.0)
3541

3642
### Added
3743

38-
- pdksync - \(FM-8922\) - Add Support for Windows 2022 [\#253](https://github.com/puppetlabs/puppetlabs-acl/pull/253) ([david22swan](https://github.com/david22swan))
44+
- pdksync - (FM-8922) - Add Support for Windows 2022 [#253](https://github.com/puppetlabs/puppetlabs-acl/pull/253) ([david22swan](https://github.com/david22swan))
3945

40-
## [v4.0.0](https://github.com/puppetlabs/puppetlabs-acl/tree/v4.0.0) (2021-03-01)
46+
## [v4.0.0](https://github.com/puppetlabs/puppetlabs-acl/tree/v4.0.0) - 2021-03-01
4147

4248
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/v3.2.1...v4.0.0)
4349

4450
### Changed
4551

46-
- pdksync - Remove Puppet 5 from testing and bump minimal version to 6.0.0 [\#229](https://github.com/puppetlabs/puppetlabs-acl/pull/229) ([carabasdaniel](https://github.com/carabasdaniel))
52+
- pdksync - Remove Puppet 5 from testing and bump minimal version to 6.0.0 [#229](https://github.com/puppetlabs/puppetlabs-acl/pull/229) ([carabasdaniel](https://github.com/carabasdaniel))
4753

48-
## [v3.2.1](https://github.com/puppetlabs/puppetlabs-acl/tree/v3.2.1) (2020-11-30)
54+
## [v3.2.1](https://github.com/puppetlabs/puppetlabs-acl/tree/v3.2.1) - 2020-11-30
4955

5056
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/v3.2.0...v3.2.1)
5157

5258
### Fixed
5359

54-
- \(IAC-1089\) Remove dependency on 'win32/security' gem for Puppet 7 compatibility [\#208](https://github.com/puppetlabs/puppetlabs-acl/pull/208) ([sanfrancrisko](https://github.com/sanfrancrisko))
60+
- (IAC-1089) Remove dependency on 'win32/security' gem for Puppet 7 compatibility [#208](https://github.com/puppetlabs/puppetlabs-acl/pull/208) ([sanfrancrisko](https://github.com/sanfrancrisko))
5561

56-
## [v3.2.0](https://github.com/puppetlabs/puppetlabs-acl/tree/v3.2.0) (2020-08-18)
62+
## [v3.2.0](https://github.com/puppetlabs/puppetlabs-acl/tree/v3.2.0) - 2020-08-19
5763

5864
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/v3.1.1...v3.2.0)
5965

6066
### Added
6167

62-
- pdksync - \(IAC-973\) - Update travis/appveyor to run on new default branch main [\#199](https://github.com/puppetlabs/puppetlabs-acl/pull/199) ([david22swan](https://github.com/david22swan))
63-
64-
## [v3.1.1](https://github.com/puppetlabs/puppetlabs-acl/tree/v3.1.1) (2020-04-08)
65-
66-
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/v3.1.0...v3.1.1)
68+
- pdksync - (IAC-973) - Update travis/appveyor to run on new default branch main [#199](https://github.com/puppetlabs/puppetlabs-acl/pull/199) ([david22swan](https://github.com/david22swan))
6769

6870
### Fixed
6971

70-
- \[MODULES-1336\] Fix noop failure reports [\#188](https://github.com/puppetlabs/puppetlabs-acl/pull/188) ([carabasdaniel](https://github.com/carabasdaniel))
71-
72-
## [v3.1.0](https://github.com/puppetlabs/puppetlabs-acl/tree/v3.1.0) (2019-12-03)
72+
- (IAC-976) - Removal of inappropriate terminology [#203](https://github.com/puppetlabs/puppetlabs-acl/pull/203) ([pmcmaw](https://github.com/pmcmaw))
7373

74-
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/v3.0.0...v3.1.0)
75-
76-
## v3.0.0
77-
78-
### Summary
79-
80-
Major release which removes support for older versions of Puppet-Agent. Also adds support for Windows Server 2019
81-
82-
#### Features
74+
## [v3.1.1](https://github.com/puppetlabs/puppetlabs-acl/tree/v3.1.1) - 2020-04-08
8375

84-
- Add support for Windows Server 2019 ([FM-7693](https://tickets.puppetlabs.com/browse/FM-7693))
85-
- Add Puppet Strings docs ([MODULES-9304](https://tickets.puppetlabs.com/browse/MODULES-9304))
86-
87-
#### Bug Fixes
88-
89-
- Update acceptance tests to improve the quality and efficiency ([MODULES-9294](https://tickets.puppetlabs.com/browse/MODULES-9294))
76+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/v3.1.0...v3.1.1)
9077

91-
#### Changed
78+
### Fixed
9279

93-
- Raise lower Puppet bound to 5.5.10 ([MODULES-9297](https://tickets.puppetlabs.com/browse/MODULES-9297))
80+
- [MODULES-1336] Fix noop failure reports [#188](https://github.com/puppetlabs/puppetlabs-acl/pull/188) ([carabasdaniel](https://github.com/carabasdaniel))
9481

95-
## 2018-10-10 - Supported Release 2.1.0
82+
## [v3.1.0](https://github.com/puppetlabs/puppetlabs-acl/tree/v3.1.0) - 2019-12-03
9683

97-
### Summary
84+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/v3.0.0...v3.1.0)
9885

99-
Feature release including support for Windows Server 2016 and Puppet 6
86+
## [v3.0.0](https://github.com/puppetlabs/puppetlabs-acl/tree/v3.0.0) - 2019-07-23
10087

101-
#### Features
88+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/2.1.0...v3.0.0)
10289

103-
- Add support for Windows Server 2016
104-
- Convert module for PDK ([MODULES-6459](https://tickets.puppetlabs.com/browse/MODULES-6459))
105-
- Add support for Puppet 6 ([MODULES-7832](https://tickets.puppetlabs.com/browse/MODULES-7832))
90+
### Changed
10691

107-
#### Bug Fixes
92+
- (MODULES-9297) Raise lower Puppet bound to 5.5.10 [#152](https://github.com/puppetlabs/puppetlabs-acl/pull/152) ([eimlav](https://github.com/eimlav))
10893

109-
- Update tests for Unicode on Windows
110-
- Convert acceptance tests to rspec format ([MODULES-5978](https://tickets.puppetlabs.com/browse/MODULES-5978))
111-
- Update module to conform with rubocop ([MODULES-5899](https://tickets.puppetlabs.com/browse/MODULES-5899))
112-
- Add support for Beaker Testmode Switcher ([MODULES-6739](https://tickets.puppetlabs.com/browse/MODULES-6739))
94+
### Added
11395

114-
## 2017-07-31 - Supported Release 2.0.1
96+
- (MODULES-9304) Add Puppet Strings docs [#153](https://github.com/puppetlabs/puppetlabs-acl/pull/153) ([eimlav](https://github.com/eimlav))
97+
- (WIN280) add skip() unless pattern to tests [#145](https://github.com/puppetlabs/puppetlabs-acl/pull/145) ([ThoughtCrhyme](https://github.com/ThoughtCrhyme))
11598

116-
### Summary
99+
## [2.1.0](https://github.com/puppetlabs/puppetlabs-acl/tree/2.1.0) - 2018-10-11
117100

118-
Minor bugfix release
101+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/2.0.1...2.1.0)
119102

120-
#### Bug Fixes
103+
### Added
121104

122-
- Fixed issue with using ALL APPLICATION PACKAGES or ALL RESTRICTED APPLICATION PACKAGES accounts as the identity in a manifest ([MODULES-5152](https://tickets.puppetlabs.com/browse/MODULES-5227)).
105+
- (MODULES-6739) Add Testmode switcher [#124](https://github.com/puppetlabs/puppetlabs-acl/pull/124) ([jpogran](https://github.com/jpogran))
123106

124-
## 2017-05-19 - Supported Release 2.0.0
107+
### Fixed
125108

126-
### Summary
109+
- (MODULES-5364) All version negative/prop_file fix [#110](https://github.com/puppetlabs/puppetlabs-acl/pull/110) ([Iristyle](https://github.com/Iristyle))
127110

128-
Major release which removes support for older versions of Puppet-Agent. Also adds support of newer PE versions and fix for a future Puppet Agent release.
111+
## [2.0.1](https://github.com/puppetlabs/puppetlabs-acl/tree/2.0.1) - 2017-08-03
129112

130-
#### Features
113+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/2.0.0...2.0.1)
131114

132-
- Added compatibility for Windows 10.
133-
- Updated module with Puppet standard module development tools.
115+
### Fixed
134116

135-
#### Bug Fixes
117+
- (MODULES-5152) Fix ACE mutation on output [#105](https://github.com/puppetlabs/puppetlabs-acl/pull/105) ([Iristyle](https://github.com/Iristyle))
136118

137-
- Removed Windows 2003 as a supported Operating System.
138-
- Fixed minor issues in testing due to changes in Gem file dependencies.
139-
- Added support for localization.
140-
- Updated puppet version compatibility for modern Puppet agents ([MODULES-4838](https://tickets.puppetlabs.com/browse/MODULES-4838)).
141-
- Fixed issue ACL YAML serialization in Ruby 2.3.x ([MODULES-4275](https://tickets.puppetlabs.com/browse/MODULES-4275)).
119+
## [2.0.0](https://github.com/puppetlabs/puppetlabs-acl/tree/2.0.0) - 2017-05-19
142120

143-
## 2015-12-08 - Supported Release 1.1.2
121+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/1.1.2...2.0.0)
144122

145-
### Summary
123+
### Changed
146124

147-
Small release for support of newer PE versions.
125+
- (MODULES-4275) Customize ACE YAML serialization [#97](https://github.com/puppetlabs/puppetlabs-acl/pull/97) ([Iristyle](https://github.com/Iristyle))
148126

149-
## 2015-07-28 - Supported Release 1.1.1
127+
### Fixed
150128

151-
### Summary
129+
- Fix frozen string [#85](https://github.com/puppetlabs/puppetlabs-acl/pull/85) ([hunner](https://github.com/hunner))
130+
- Workaround frozen strings on ruby 1.9 [#82](https://github.com/puppetlabs/puppetlabs-acl/pull/82) ([hunner](https://github.com/hunner))
131+
- (MODULES-3632) Use json_pure always [#81](https://github.com/puppetlabs/puppetlabs-acl/pull/81) ([hunner](https://github.com/hunner))
152132

153-
Add Puppet 4 and PE 2015.2.0 to metadata
133+
## [1.1.2](https://github.com/puppetlabs/puppetlabs-acl/tree/1.1.2) - 2015-12-07
154134

155-
#### Features
156-
- README updates
157-
- Acceptance test fixes
158-
- Gemfile changes
135+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/1.1.1...1.1.2)
159136

160-
## 2015-02-17 - Supported Release 1.1.0
137+
## [1.1.1](https://github.com/puppetlabs/puppetlabs-acl/tree/1.1.1) - 2015-07-29
161138

162-
### Summary
139+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/1.1.0...1.1.1)
163140

164-
Deprecates `type` in permissions array has been renamed to `perm_type`
141+
## [1.1.0](https://github.com/puppetlabs/puppetlabs-acl/tree/1.1.0) - 2015-02-17
165142

166-
#### Features
143+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/1.0.4...1.1.0)
167144

168-
- Permissions parameter now takes array of hashes with `perm_type` instead of Puppet 4.0 protected word `type`
145+
## [1.0.4](https://github.com/puppetlabs/puppetlabs-acl/tree/1.0.4) - 2014-12-30
169146

170-
## 2014-12-30 - Supported Release 1.0.4
147+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/1.0.3...1.0.4)
171148

172-
### Summary
149+
### Added
173150

174-
Bug fixes and typo in metadata summary
151+
- ACL Access Rights Mask Addition Worksheet [#44](https://github.com/puppetlabs/puppetlabs-acl/pull/44) ([ferventcoder](https://github.com/ferventcoder))
175152

176-
## 2014-08-25 - Supported Release 1.0.3
153+
### Fixed
177154

178-
### Summary
155+
- (MODULES-1482) Fix Autorequires to only include resource title [#46](https://github.com/puppetlabs/puppetlabs-acl/pull/46) ([ferventcoder](https://github.com/ferventcoder))
179156

180-
This release enables compatibility with x64-native ruby and puppet 3.7
157+
## [1.0.3](https://github.com/puppetlabs/puppetlabs-acl/tree/1.0.3) - 2014-08-27
181158

182-
## 2014-07-15 - Supported Release 1.0.2
159+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/1.0.2...1.0.3)
183160

184-
### Summary
161+
### Changed
185162

186-
This release merely updates metadata.json so the module can be uninstalled and
187-
upgraded via the puppet module command.
163+
- (MODULES-1174) Puppet 3.7 compatibility [#38](https://github.com/puppetlabs/puppetlabs-acl/pull/38) ([Iristyle](https://github.com/Iristyle))
188164

189-
## 2014-03-04 - Supported Release 1.0.1
165+
### Fixed
190166

191-
### Summary
167+
- install puppet when running against foss [#37](https://github.com/puppetlabs/puppetlabs-acl/pull/37) ([justinstoller](https://github.com/justinstoller))
192168

193-
Add metadata compatibility for PE 3.2.
169+
## [1.0.2](https://github.com/puppetlabs/puppetlabs-acl/tree/1.0.2) - 2014-07-16
194170

195-
## 2014-03-04 - Supported Release 1.0.0
171+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/1.0.1...1.0.2)
196172

197-
### Summary
173+
## [1.0.1](https://github.com/puppetlabs/puppetlabs-acl/tree/1.0.1) - 2014-05-27
198174

199-
This is the initial supported release of the ACL module.
175+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/1.0.0...1.0.1)
200176

177+
## [1.0.0](https://github.com/puppetlabs/puppetlabs-acl/tree/1.0.0) - 2014-05-21
201178

202-
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
179+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-acl/compare/14896caa52cfc479e4788442fe965492e94e6917...1.0.0)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-acl",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"author": "puppetlabs",
55
"summary": "This module provides the ability to manage ACLs on nodes",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)