Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ 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).

[4.0.0]
### Added
- add empty template, fixes #47 (#52)
- Add the management of limits.conf file. (#44)
- Allow managing multiple settings in one file (#45)
- Allow Puppet 8 (#51)
- Add Ubuntu 24.04 and Debian 12 as supported OS (#51)
### Changed
- allow puppetlabs/concat < 10 (#51)
### Fixed
- Add line end character for top comment and use proper matchers for acceptance tests (#49)
### Removed
- remove Debian 9 as supported OS
- drop Puppet 6 support (#51)
- remove Ubuntu 18.04 as supported OS (#51)

[3.1.0]
### Changed
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-limits",
"version": "3.1.0",
"version": "4.0.0",
"author": "saz",
"summary": "Manage user limits via puppet",
"description": "Manage user limits via puppet",
Expand Down