Skip to content

Commit 913cb9c

Browse files
authored
Merge pull request #296 from saz/prepare-8.0.0
prepare release: v8.0.0
2 parents 84b774d + 854a92b commit 913cb9c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)