Skip to content

Commit

Permalink
Merge pull request #312 from saz/release-9.0.0
Browse files Browse the repository at this point in the history
release: v9.0.0
  • Loading branch information
saz authored Oct 18, 2024
2 parents 0ae6abe + 88c415a commit 61c615c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [9.0.0]
### Breaking changes
- Drop EoL RedHat, CentOS, Debian releases (#307, #311)
- Drop Scientific from supported OS (#311)
### Added
- add package_manage param (#299)
- Add support for RedHat 9 (#301)
- add types in sudo::conf (#306)
### Fixed
- remove purge_ignore example from README, as it is not working as documented (#303)
- use sudo::defaults in rhel9 template, fix tests (#304)
- Remove parameters from README.md, mention REFERENCE.md, fixes #197 (#305)

## [8.0.0]
### Breaking changes
- drop support for puppet6 (#295)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saz-sudo",
"version": "8.0.0",
"version": "9.0.0",
"author": "saz",
"license": "Apache-2.0",
"summary": "Manage sudo configuration via Puppet",
Expand Down

0 comments on commit 61c615c

Please sign in to comment.