Skip to content

Commit 61c615c

Browse files
authored
Merge pull request #312 from saz/release-9.0.0
release: v9.0.0
2 parents 0ae6abe + 88c415a commit 61c615c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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+
## [9.0.0]
8+
### Breaking changes
9+
- Drop EoL RedHat, CentOS, Debian releases (#307, #311)
10+
- Drop Scientific from supported OS (#311)
11+
### Added
12+
- add package_manage param (#299)
13+
- Add support for RedHat 9 (#301)
14+
- add types in sudo::conf (#306)
15+
### Fixed
16+
- remove purge_ignore example from README, as it is not working as documented (#303)
17+
- use sudo::defaults in rhel9 template, fix tests (#304)
18+
- Remove parameters from README.md, mention REFERENCE.md, fixes #197 (#305)
19+
720
## [8.0.0]
821
### Breaking changes
922
- drop support for puppet6 (#295)

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saz-sudo",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"author": "saz",
55
"license": "Apache-2.0",
66
"summary": "Manage sudo configuration via Puppet",

0 commit comments

Comments
 (0)