From 88c415af250acb102306e2dd2f178cc9de2be795 Mon Sep 17 00:00:00 2001 From: Steffen Zieger Date: Fri, 18 Oct 2024 16:11:49 +0200 Subject: [PATCH] release: v9.0.0 --- CHANGELOG.md | 13 +++++++++++++ metadata.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c30b2a9..f29f951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/metadata.json b/metadata.json index ab2321a..037f3a0 100644 --- a/metadata.json +++ b/metadata.json @@ -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",