You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add an "empty" limits\_template [\#47](https://github.com/saz/puppet-limits/issues/47)
60
+
- README.md indicates that this module does not manage /etc/security/limits.conf. Why doesn't it? [\#43](https://github.com/saz/puppet-limits/issues/43)
61
+
- How do you set more than one limit type in a single file? [\#42](https://github.com/saz/puppet-limits/issues/42)
62
+
- Can we support prefix configuration for limits ? [\#39](https://github.com/saz/puppet-limits/issues/39)
- allow puppetlabs/concat \< 10, drop puppet 6, update supported OS [\#51](https://github.com/saz/puppet-limits/pull/51) ([saz](https://github.com/saz))
69
+
- Update to module template files [\#50](https://github.com/saz/puppet-limits/pull/50) ([saz](https://github.com/saz))
70
+
- Add line end character for top comment in limits::limits [\#49](https://github.com/saz/puppet-limits/pull/49) ([bond-os](https://github.com/bond-os))
71
+
- Update from modulesync\_config [\#46](https://github.com/saz/puppet-limits/pull/46) ([saz](https://github.com/saz))
72
+
- Allow managing multiple settings in one file [\#45](https://github.com/saz/puppet-limits/pull/45) ([bond-os](https://github.com/bond-os))
73
+
- Add the management of limits.conf file. [\#44](https://github.com/saz/puppet-limits/pull/44) ([bschonec](https://github.com/bschonec))
- Added support for the Gentoo operating system family. [\#18](https://github.com/saz/puppet-limits/pull/18) ([paraenggu](https://github.com/paraenggu))
- CentOS 5/6 both use the same default. [\#1](https://github.com/saz/puppet-limits/pull/1) ([metcalfc](https://github.com/metcalfc))
211
+
212
+
# Changelog
213
+
214
+
All notable changes to this project will be documented in this file.
215
+
216
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
217
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
218
+
219
+
[v5.0.0]
8
220
9
221
### Changed
10
222
11
223
- little code modernization (#57)
12
224
- Fix limits_template on Debian (#59)
13
225
- drop some EOL operating system releases (#58) => Debian 10, CentOS 7/8, RedHat 7
226
+
227
+
[v4.0.1]
228
+
229
+
### Changed
230
+
231
+
- drop explicit version requirements in .fixtures.yml (#54)
232
+
233
+
[v4.0.0]
234
+
235
+
### Added
236
+
237
+
- add empty template, fixes #47 (#52)
238
+
- Add the management of limits.conf file. (#44)
239
+
- Allow managing multiple settings in one file (#45)
240
+
- Allow Puppet 8 (#51)
241
+
- Add Ubuntu 24.04 and Debian 12 as supported OS (#51)
242
+
243
+
### Changed
244
+
245
+
- allow puppetlabs/concat < 10 (#51)
246
+
247
+
### Fixed
248
+
249
+
- Add line end character for top comment and use proper matchers for acceptance tests (#49)
250
+
251
+
### Removed
252
+
253
+
- remove Debian 9 as supported OS
254
+
- drop Puppet 6 support (#51)
255
+
- remove Ubuntu 18.04 as supported OS (#51)
256
+
257
+
[v3.1.0]
258
+
259
+
### Changed
260
+
261
+
- Update Puppet version requirement to include version 7 (< 8.0.0) (#40)
262
+
- Switch to GitHub Actions and add basic acceptance tests (#41)
263
+
- Use hiera for default values (#37)
264
+
265
+
[v3.0.4]
266
+
267
+
### Added
268
+
269
+
- CHANGELOG.md added
270
+
271
+
### Changed
272
+
273
+
- Update Puppet version requirement to include version 6 (< 7.0.0)
274
+
275
+
276
+
\**This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
0 commit comments