Skip to content

Commit c01df83

Browse files
Merge pull request #432 from puppetlabs/release-prep
Release prep v7.3.1
2 parents 8d89824 + 43b286b commit c01df83

File tree

3 files changed

+163
-178
lines changed

3 files changed

+163
-178
lines changed

CHANGELOG.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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+
## [v7.3.1](https://github.com/puppetlabs/puppetlabs-accounts/tree/v7.3.1) (2023-01-27)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/v7.3.0...v7.3.1)
8+
9+
### Fixed
10+
11+
- Update bash\_profile so that it identifies itself as "Puppet Managed" [\#426](https://github.com/puppetlabs/puppetlabs-accounts/pull/426) ([bschonec](https://github.com/bschonec))
12+
- pdksync - \(CONT-189\) Remove support for RedHat6 / OracleLinux6 / Scientific6 [\#424](https://github.com/puppetlabs/puppetlabs-accounts/pull/424) ([david22swan](https://github.com/david22swan))
13+
- pdksync - \(CONT-130\) Dropping Support for Debian 9 [\#421](https://github.com/puppetlabs/puppetlabs-accounts/pull/421) ([jordanbreen28](https://github.com/jordanbreen28))
14+
515
## [v7.3.0](https://github.com/puppetlabs/puppetlabs-accounts/tree/v7.3.0) (2022-10-03)
616

717
[Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/v7.2.0...v7.3.0)
@@ -116,6 +126,10 @@ All notable changes to this project will be documented in this file. The format
116126

117127
[Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/v6.1.0...v6.1.1)
118128

129+
### Added
130+
131+
- Employ more lenient username checks \(allow capitals\) [\#286](https://github.com/puppetlabs/puppetlabs-accounts/pull/286) ([mvandegarde](https://github.com/mvandegarde))
132+
119133
### Fixed
120134

121135
- MODULES-10550 fix keyspec parsing to allow whitespaces in options and… [\#291](https://github.com/puppetlabs/puppetlabs-accounts/pull/291) ([janit42](https://github.com/janit42))
@@ -126,7 +140,6 @@ All notable changes to this project will be documented in this file. The format
126140

127141
### Added
128142

129-
- Employ more lenient username checks \(allow capitals\) [\#286](https://github.com/puppetlabs/puppetlabs-accounts/pull/286) ([mvandegarde](https://github.com/mvandegarde))
130143
- \(MODULES-10242\) Re-add Ubuntu 14 to supported OS list [\#281](https://github.com/puppetlabs/puppetlabs-accounts/pull/281) ([sheenaajay](https://github.com/sheenaajay))
131144

132145
## [v6.0.0](https://github.com/puppetlabs/puppetlabs-accounts/tree/v6.0.0) (2019-11-11)
@@ -145,6 +158,7 @@ All notable changes to this project will be documented in this file. The format
145158

146159
- fix small typo on the root\_home key at Debian.yaml [\#260](https://github.com/puppetlabs/puppetlabs-accounts/pull/260) ([wandenberg](https://github.com/wandenberg))
147160
- Use user group instead of user name for sshkey owner group [\#258](https://github.com/puppetlabs/puppetlabs-accounts/pull/258) ([florindragos](https://github.com/florindragos))
161+
- \(MODULES-9849\) wrong order when removing user with custom sshkey file [\#250](https://github.com/puppetlabs/puppetlabs-accounts/pull/250) ([tuxmea](https://github.com/tuxmea))
148162

149163
## [v5.0.0](https://github.com/puppetlabs/puppetlabs-accounts/tree/v5.0.0) (2019-09-10)
150164

@@ -160,7 +174,6 @@ All notable changes to this project will be documented in this file. The format
160174

161175
### Fixed
162176

163-
- \(MODULES-9849\) wrong order when removing user with custom sshkey file [\#250](https://github.com/puppetlabs/puppetlabs-accounts/pull/250) ([tuxmea](https://github.com/tuxmea))
164177
- fix problematic parsing of keyspec [\#246](https://github.com/puppetlabs/puppetlabs-accounts/pull/246) ([EECOLOR](https://github.com/EECOLOR))
165178
- \(MODULES-9697\) fix for correct management of sshkey\_custom\_path [\#242](https://github.com/puppetlabs/puppetlabs-accounts/pull/242) ([tuxmea](https://github.com/tuxmea))
166179

@@ -171,6 +184,7 @@ All notable changes to this project will be documented in this file. The format
171184
### Added
172185

173186
- \(FM-8231\) Convert testing to litmus [\#230](https://github.com/puppetlabs/puppetlabs-accounts/pull/230) ([eimlav](https://github.com/eimlav))
187+
- \(MODULES-7469\) Add password\_max\_age parameter [\#221](https://github.com/puppetlabs/puppetlabs-accounts/pull/221) ([eimlav](https://github.com/eimlav))
174188

175189
### Fixed
176190

@@ -183,7 +197,6 @@ All notable changes to this project will be documented in this file. The format
183197
### Added
184198

185199
- \(FM-8023\) Add RedHat 8 support [\#227](https://github.com/puppetlabs/puppetlabs-accounts/pull/227) ([eimlav](https://github.com/eimlav))
186-
- \(MODULES-7469\) Add password\_max\_age parameter [\#221](https://github.com/puppetlabs/puppetlabs-accounts/pull/221) ([eimlav](https://github.com/eimlav))
187200

188201
### Fixed
189202

@@ -216,6 +229,7 @@ All notable changes to this project will be documented in this file. The format
216229

217230
- \(MODULES-8216\) - Fix fail when custom\_sshkey\_path and managehome=false [\#194](https://github.com/puppetlabs/puppetlabs-accounts/pull/194) ([eimlav](https://github.com/eimlav))
218231
- Fixing the limitations section of the README [\#191](https://github.com/puppetlabs/puppetlabs-accounts/pull/191) ([HelenCampbell](https://github.com/HelenCampbell))
232+
- Rename README.markdown to README.MD [\#173](https://github.com/puppetlabs/puppetlabs-accounts/pull/173) ([clairecadman](https://github.com/clairecadman))
219233

220234
## [3.1.0](https://github.com/puppetlabs/puppetlabs-accounts/tree/3.1.0) (2018-09-27)
221235

@@ -231,7 +245,6 @@ All notable changes to this project will be documented in this file. The format
231245

232246
- \(maint\) corrected filename extension for both en and ja [\#182](https://github.com/puppetlabs/puppetlabs-accounts/pull/182) ([ehom](https://github.com/ehom))
233247
- Only take care of ssh-keys if ensure is set to 'present' [\#174](https://github.com/puppetlabs/puppetlabs-accounts/pull/174) ([opteamax](https://github.com/opteamax))
234-
- Rename README.markdown to README.MD [\#173](https://github.com/puppetlabs/puppetlabs-accounts/pull/173) ([clairecadman](https://github.com/clairecadman))
235248

236249
## [3.0.0](https://github.com/puppetlabs/puppetlabs-accounts/tree/3.0.0) (2018-09-07)
237250

0 commit comments

Comments
 (0)