Skip to content

Latest commit

 

History

History
276 lines (163 loc) · 11.9 KB

File metadata and controls

276 lines (163 loc) · 11.9 KB

Changelog

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)

Full Changelog

Breaking changes:

  • set manage_limits_file to true by default, fixes #64 #69 (saz)
  • replace puppet requirement by openvox #66 (saz)

Implemented enhancements:

  • add Debian Trixie as supported OS #68 (saz)

Closed issues:

  • purge_limits_d_dir default: true, manage_limits_file default: false #64
  • Missing REFERENCE.md file #62

Merged pull requests:

  • Add REFERENCE and update param strings #63 (bwitt)

v5.0.0 (2024-10-28)

Full Changelog

Closed issues:

  • outdated module dependencies/requirements #55

Merged pull requests:

v4.0.1 (2024-06-10)

Full Changelog

Merged pull requests:

v4.0.0 (2024-05-22)

Full Changelog

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)

Full Changelog

Closed issues:

  • Compatibility with Puppet 7 ? #38
  • Add support for puppet6 #36
  • New release #35

Merged pull requests:

v3.0.4 (2019-10-28)

Full Changelog

Closed issues:

  • Support Puppet 6 #34

v3.0.3 (2018-07-17)

Full Changelog

Closed issues:

  • Hard, soft or both is required when ensure is absent #33
  • Unclear documentation language #32

v3.0.2 (2018-01-11)

Full Changelog

Closed issues:

  • type error with 3.0.x release #31

v3.0.1 (2018-01-11)

Full Changelog

v3.0.0 (2018-01-09)

Full Changelog

Closed issues:

  • this does not work for 2 different users in same file? #27
  • new release #24

Merged pull requests:

v2.5.0 (2016-11-17)

Full Changelog

Closed issues:

  • How do we make this puppet 4 ready? #20
  • create new major versions when changing parameters #19

Merged pull requests:

v2.3.0 (2015-05-24)

Full Changelog

Closed issues:

  • Use of entries as variable name in init.pp seems to force native merging #17

v2.2.2 (2015-03-29)

Full Changelog

v2.2.1 (2015-03-29)

Full Changelog

Closed issues:

  • Symlinks in archive #14
  • Tag released version #13

Merged pull requests:

v2.1.0 (2014-09-14)

Full Changelog

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)

Full Changelog

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)

Full Changelog

Merged pull requests:

  • CentOS 5/6 both use the same default. #1 (metcalfc)

Changelog

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]

Changed

  • 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]

Changed

  • drop explicit version requirements in .fixtures.yml (#54)

[v4.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)

[v3.1.0]

Changed

  • 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]

Added

  • CHANGELOG.md added

Changed

  • Update Puppet version requirement to include version 6 (< 7.0.0)

* This Changelog was automatically generated by github_changelog_generator