File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 8.0.0]
8+ ### Breaking changes
9+ - drop support for puppet6 (#295 )
10+ - replace ensure_packages() with package (#295 )
11+ ### Removed
12+ - stdlib is no longer a dependency, as the only usage (ensure_packages) was removed
13+ - Drop EoL Debian 9 (#294 )
14+ ### Added
15+ - add data types and doc strings to most manifests (#285 )
16+ - Add puppet 8 support (#294 )
17+ - add some newer OS releaseas (#295 )
18+ - Add prefix parameter to prefix all sudoers.d entries (#261 )
19+ ### Fixed
20+ - Restore format and behavior prior to adding wheel_config parameter (#278 )
21+
722## [ 7.0.2]
823### Added
924- Allow stdlib < 9.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " saz-sudo" ,
3- "version" : " 7 .0.2 " ,
3+ "version" : " 8 .0.0 " ,
44 "author" : " saz" ,
55 "license" : " Apache-2.0" ,
66 "summary" : " Manage sudo configuration via Puppet" ,
You can’t perform that action at this time.
0 commit comments