Skip to content

Commit c7b4511

Browse files
authored
Merge pull request #321 from saz/prepare-9.0.1
prepare release: v9.0.1
2 parents 4e5dd6b + 45ef956 commit c7b4511

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.1]
8+
### Fixed
9+
- Cleanup old OSes leftovers (#314)
10+
- Fix defaults functions for key-only configs (#317)
11+
- Revert "Include defaults as last line on all platforms" (#319)
12+
713
## [9.0.0]
814
### Breaking changes
915
- Drop EoL RedHat, CentOS, Debian releases (#307, #311)

metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saz-sudo",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"author": "saz",
55
"license": "Apache-2.0",
66
"summary": "Manage sudo configuration via Puppet",
@@ -78,7 +78,7 @@
7878
"operatingsystem": "Solaris",
7979
"operatingsystemrelease": [
8080
"10",
81-
"11"
81+
"11"
8282
]
8383
}
8484
],

0 commit comments

Comments
 (0)