Skip to content

Commit

Permalink
release: v4.0.0 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
saz authored May 22, 2024
1 parent a54c7b4 commit 4998608
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
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

0 comments on commit 4998608

Please sign in to comment.