All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module.
v6.0.0 (2025-10-17)
Breaking changes:
- set manage_limits_file to true by default, fixes #64 #69 (saz)
- replace puppet requirement by openvox #66 (saz)
Implemented enhancements:
Closed issues:
purge_limits_d_dirdefault: true,manage_limits_filedefault: false #64- Missing REFERENCE.md file #62
Merged pull requests:
v5.0.0 (2024-10-28)
Closed issues:
- outdated module dependencies/requirements #55
Merged pull requests:
- Fix limits_template on Debian #59 (jay7x)
- Update to module template files #58 (saz)
- little code modernization #57 (Lightning-)
v4.0.1 (2024-06-10)
Merged pull requests:
- release: v4.0.1 #56 (saz)
- update module dependencies/requirements #54 (Lightning-)
v4.0.0 (2024-05-22)
Closed issues:
- Missing newline #48
- Add an "empty" limits_template #47
- README.md indicates that this module does not manage /etc/security/limits.conf. Why doesn't it? #43
- How do you set more than one limit type in a single file? #42
- Can we support prefix configuration for limits ? #39
Merged pull requests:
- release: v4.0.0 #53 (saz)
- add empty template, fixes #47 #52 (saz)
- allow puppetlabs/concat < 10, drop puppet 6, update supported OS #51 (saz)
- Update to module template files #50 (saz)
- Add line end character for top comment in limits::limits #49 (bond-os)
- Update from modulesync_config #46 (saz)
- Allow managing multiple settings in one file #45 (bond-os)
- Add the management of limits.conf file. #44 (bschonec)
v3.1.0 (2022-07-14)
Closed issues:
Merged pull requests:
- Update from modulesync_config #41 (saz)
- Allow Puppet 7 #40 (deric)
- Use Hiera for Default-Values #37 (cocker-cc)
v3.0.4 (2019-10-28)
Closed issues:
- Support Puppet 6 #34
v3.0.3 (2018-07-17)
Closed issues:
v3.0.2 (2018-01-11)
Closed issues:
- type error with 3.0.x release #31
v3.0.1 (2018-01-11)
v3.0.0 (2018-01-09)
Closed issues:
Merged pull requests:
v2.5.0 (2016-11-17)
Closed issues:
Merged pull requests:
- title pattern for simpler definition #28 (pgassmann)
- Add manage_limits_d_dir bool class param #26 (jeffmccune)
- Add SUSE Support. #25 (aschaber1)
- path should not have a trailing slash #23 (jfroche)
- Support Puppet v4 #22 (ghoneycutt)
- Update metadata.json #21 (HoogWater)
- Added support for the Gentoo operating system family. #18 (paraenggu)
v2.3.0 (2015-05-24)
Closed issues:
- Use of entries as variable name in init.pp seems to force native merging #17
v2.2.2 (2015-03-29)
v2.2.1 (2015-03-29)
Closed issues:
Merged pull requests:
v2.1.0 (2014-09-14)
Closed issues:
- Mention PAM and pam_limits in description #7
- both-type not supported #6
- Rename limits::limits to something else? #5
Merged pull requests:
- remove double case #12 (dwerder)
- fix docu about pruging behavior #11 (dwerder)
- fix regex. so it does not match files like blaconf #10 (dwerder)
- Remove symlinks in favor of .fixtures.yml #9 (treydock)
v2.0.1 (2012-10-13)
Merged pull requests:
- Make sure created limits files end in .conf #4 (robsweet)
- Added RedHat to the list of acceptable OS families #3 (robsweet)
v2.0.0 (2012-10-03)
Merged pull requests:
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v5.0.0]
- little code modernization (#57)
- Fix limits_template on Debian (#59)
- drop some EOL operating system releases (#58) => Debian 10, CentOS 7/8, RedHat 7
[v4.0.1]
- drop explicit version requirements in .fixtures.yml (#54)
[v4.0.0]
- 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)
- allow puppetlabs/concat < 10 (#51)
- Add line end character for top comment and use proper matchers for acceptance tests (#49)
- remove Debian 9 as supported OS
- drop Puppet 6 support (#51)
- remove Ubuntu 18.04 as supported OS (#51)
[v3.1.0]
- Update Puppet version requirement to include version 7 (< 8.0.0) (#40)
- Switch to GitHub Actions and add basic acceptance tests (#41)
- Use hiera for default values (#37)
[v3.0.4]
- CHANGELOG.md added
- Update Puppet version requirement to include version 6 (< 7.0.0)
* This Changelog was automatically generated by github_changelog_generator