Skip to content

Commit bb256ca

Browse files
committed
Release 6.0.0
1 parent ebfe4e7 commit bb256ca

File tree

2 files changed

+265
-2
lines changed

2 files changed

+265
-2
lines changed

CHANGELOG.md

Lines changed: 264 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,273 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7-
## [v5.0.0](https://github.com/saz/puppet-limits/releases/tag/v5.0.0) (2024-10-28)
7+
## [v6.0.0](https://github.com/saz/puppet-limits/tree/v6.0.0) (2025-10-17)
8+
9+
[Full Changelog](https://github.com/saz/puppet-limits/compare/v5.0.0...v6.0.0)
10+
11+
**Breaking changes:**
12+
13+
- set manage\_limits\_file to true by default, fixes \#64 [\#69](https://github.com/saz/puppet-limits/pull/69) ([saz](https://github.com/saz))
14+
- replace puppet requirement by openvox [\#66](https://github.com/saz/puppet-limits/pull/66) ([saz](https://github.com/saz))
15+
16+
**Implemented enhancements:**
17+
18+
- add Debian Trixie as supported OS [\#68](https://github.com/saz/puppet-limits/pull/68) ([saz](https://github.com/saz))
19+
20+
**Closed issues:**
21+
22+
- `purge_limits_d_dir` default: true, `manage_limits_file` default: false [\#64](https://github.com/saz/puppet-limits/issues/64)
23+
- Missing REFERENCE.md file [\#62](https://github.com/saz/puppet-limits/issues/62)
24+
25+
**Merged pull requests:**
26+
27+
- Add REFERENCE and update param strings [\#63](https://github.com/saz/puppet-limits/pull/63) ([bwitt](https://github.com/bwitt))
28+
29+
## [v5.0.0](https://github.com/saz/puppet-limits/tree/v5.0.0) (2024-10-28)
30+
31+
[Full Changelog](https://github.com/saz/puppet-limits/compare/v4.0.1...v5.0.0)
32+
33+
**Closed issues:**
34+
35+
- outdated module dependencies/requirements [\#55](https://github.com/saz/puppet-limits/issues/55)
36+
37+
**Merged pull requests:**
38+
39+
- Fix limits\_template on Debian [\#59](https://github.com/saz/puppet-limits/pull/59) ([jay7x](https://github.com/jay7x))
40+
- Update to module template files [\#58](https://github.com/saz/puppet-limits/pull/58) ([saz](https://github.com/saz))
41+
- little code modernization [\#57](https://github.com/saz/puppet-limits/pull/57) ([Lightning-](https://github.com/Lightning-))
42+
43+
## [v4.0.1](https://github.com/saz/puppet-limits/tree/v4.0.1) (2024-06-10)
44+
45+
[Full Changelog](https://github.com/saz/puppet-limits/compare/v4.0.0...v4.0.1)
46+
47+
**Merged pull requests:**
48+
49+
- release: v4.0.1 [\#56](https://github.com/saz/puppet-limits/pull/56) ([saz](https://github.com/saz))
50+
- update module dependencies/requirements [\#54](https://github.com/saz/puppet-limits/pull/54) ([Lightning-](https://github.com/Lightning-))
51+
52+
## [v4.0.0](https://github.com/saz/puppet-limits/tree/v4.0.0) (2024-05-22)
53+
54+
[Full Changelog](https://github.com/saz/puppet-limits/compare/v3.1.0...v4.0.0)
55+
56+
**Closed issues:**
57+
58+
- Missing newline [\#48](https://github.com/saz/puppet-limits/issues/48)
59+
- 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)
63+
64+
**Merged pull requests:**
65+
66+
- release: v4.0.0 [\#53](https://github.com/saz/puppet-limits/pull/53) ([saz](https://github.com/saz))
67+
- add empty template, fixes \#47 [\#52](https://github.com/saz/puppet-limits/pull/52) ([saz](https://github.com/saz))
68+
- 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))
74+
75+
## [v3.1.0](https://github.com/saz/puppet-limits/tree/v3.1.0) (2022-07-14)
76+
77+
[Full Changelog](https://github.com/saz/puppet-limits/compare/v3.0.4...v3.1.0)
78+
79+
**Closed issues:**
80+
81+
- Compatibility with Puppet 7 ? [\#38](https://github.com/saz/puppet-limits/issues/38)
82+
- Add support for puppet6 [\#36](https://github.com/saz/puppet-limits/issues/36)
83+
- New release [\#35](https://github.com/saz/puppet-limits/issues/35)
84+
85+
**Merged pull requests:**
86+
87+
- Update from modulesync\_config [\#41](https://github.com/saz/puppet-limits/pull/41) ([saz](https://github.com/saz))
88+
- Allow Puppet 7 [\#40](https://github.com/saz/puppet-limits/pull/40) ([deric](https://github.com/deric))
89+
- Use Hiera for Default-Values [\#37](https://github.com/saz/puppet-limits/pull/37) ([cocker-cc](https://github.com/cocker-cc))
90+
91+
## [v3.0.4](https://github.com/saz/puppet-limits/tree/v3.0.4) (2019-10-28)
92+
93+
[Full Changelog](https://github.com/saz/puppet-limits/compare/v3.0.3...v3.0.4)
94+
95+
**Closed issues:**
96+
97+
- Support Puppet 6 [\#34](https://github.com/saz/puppet-limits/issues/34)
98+
99+
## [v3.0.3](https://github.com/saz/puppet-limits/tree/v3.0.3) (2018-07-17)
100+
101+
[Full Changelog](https://github.com/saz/puppet-limits/compare/v3.0.2...v3.0.3)
102+
103+
**Closed issues:**
104+
105+
- Hard, soft or both is required when ensure is absent [\#33](https://github.com/saz/puppet-limits/issues/33)
106+
- Unclear documentation language [\#32](https://github.com/saz/puppet-limits/issues/32)
107+
108+
## [v3.0.2](https://github.com/saz/puppet-limits/tree/v3.0.2) (2018-01-11)
109+
110+
[Full Changelog](https://github.com/saz/puppet-limits/compare/v3.0.1...v3.0.2)
111+
112+
**Closed issues:**
113+
114+
- type error with 3.0.x release [\#31](https://github.com/saz/puppet-limits/issues/31)
115+
116+
## [v3.0.1](https://github.com/saz/puppet-limits/tree/v3.0.1) (2018-01-11)
117+
118+
[Full Changelog](https://github.com/saz/puppet-limits/compare/v3.0.0...v3.0.1)
119+
120+
## [v3.0.0](https://github.com/saz/puppet-limits/tree/v3.0.0) (2018-01-09)
121+
122+
[Full Changelog](https://github.com/saz/puppet-limits/compare/v2.5.0...v3.0.0)
123+
124+
**Closed issues:**
125+
126+
- this does not work for 2 different users in same file? [\#27](https://github.com/saz/puppet-limits/issues/27)
127+
- new release [\#24](https://github.com/saz/puppet-limits/issues/24)
128+
129+
**Merged pull requests:**
130+
131+
- refactored for Puppet 4 / Hiera 5 [\#30](https://github.com/saz/puppet-limits/pull/30) ([crayfishx](https://github.com/crayfishx))
132+
133+
## [v2.5.0](https://github.com/saz/puppet-limits/tree/v2.5.0) (2016-11-17)
134+
135+
[Full Changelog](https://github.com/saz/puppet-limits/compare/v2.3.0...v2.5.0)
136+
137+
**Closed issues:**
138+
139+
- How do we make this puppet 4 ready? [\#20](https://github.com/saz/puppet-limits/issues/20)
140+
- create new major versions when changing parameters [\#19](https://github.com/saz/puppet-limits/issues/19)
141+
142+
**Merged pull requests:**
143+
144+
- title pattern for simpler definition [\#28](https://github.com/saz/puppet-limits/pull/28) ([pgassmann](https://github.com/pgassmann))
145+
- Add manage\_limits\_d\_dir bool class param [\#26](https://github.com/saz/puppet-limits/pull/26) ([jeffmccune](https://github.com/jeffmccune))
146+
- Add SUSE Support. [\#25](https://github.com/saz/puppet-limits/pull/25) ([aschaber1](https://github.com/aschaber1))
147+
- path should not have a trailing slash [\#23](https://github.com/saz/puppet-limits/pull/23) ([jfroche](https://github.com/jfroche))
148+
- Support Puppet v4 [\#22](https://github.com/saz/puppet-limits/pull/22) ([ghoneycutt](https://github.com/ghoneycutt))
149+
- Update metadata.json [\#21](https://github.com/saz/puppet-limits/pull/21) ([HoogWater](https://github.com/HoogWater))
150+
- Added support for the Gentoo operating system family. [\#18](https://github.com/saz/puppet-limits/pull/18) ([paraenggu](https://github.com/paraenggu))
151+
152+
## [v2.3.0](https://github.com/saz/puppet-limits/tree/v2.3.0) (2015-05-24)
153+
154+
[Full Changelog](https://github.com/saz/puppet-limits/compare/v2.2.2...v2.3.0)
155+
156+
**Closed issues:**
157+
158+
- Use of entries as variable name in init.pp seems to force native merging [\#17](https://github.com/saz/puppet-limits/issues/17)
159+
160+
## [v2.2.2](https://github.com/saz/puppet-limits/tree/v2.2.2) (2015-03-29)
161+
162+
[Full Changelog](https://github.com/saz/puppet-limits/compare/v2.2.1...v2.2.2)
163+
164+
## [v2.2.1](https://github.com/saz/puppet-limits/tree/v2.2.1) (2015-03-29)
165+
166+
[Full Changelog](https://github.com/saz/puppet-limits/compare/v2.1.0...v2.2.1)
167+
168+
**Closed issues:**
169+
170+
- Symlinks in archive [\#14](https://github.com/saz/puppet-limits/issues/14)
171+
- Tag released version [\#13](https://github.com/saz/puppet-limits/issues/13)
172+
173+
**Merged pull requests:**
174+
175+
- Add a "Managed by Puppet" comment. [\#16](https://github.com/saz/puppet-limits/pull/16) ([Farzy](https://github.com/Farzy))
176+
- integrate with hiera [\#15](https://github.com/saz/puppet-limits/pull/15) ([mburger](https://github.com/mburger))
177+
178+
## [v2.1.0](https://github.com/saz/puppet-limits/tree/v2.1.0) (2014-09-14)
179+
180+
[Full Changelog](https://github.com/saz/puppet-limits/compare/v2.0.1...v2.1.0)
181+
182+
**Closed issues:**
183+
184+
- Mention PAM and pam\_limits in description [\#7](https://github.com/saz/puppet-limits/issues/7)
185+
- both-type not supported [\#6](https://github.com/saz/puppet-limits/issues/6)
186+
- Rename limits::limits to something else? [\#5](https://github.com/saz/puppet-limits/issues/5)
187+
188+
**Merged pull requests:**
189+
190+
- remove double case [\#12](https://github.com/saz/puppet-limits/pull/12) ([dwerder](https://github.com/dwerder))
191+
- fix docu about pruging behavior [\#11](https://github.com/saz/puppet-limits/pull/11) ([dwerder](https://github.com/dwerder))
192+
- fix regex. so it does not match files like blaconf [\#10](https://github.com/saz/puppet-limits/pull/10) ([dwerder](https://github.com/dwerder))
193+
- Remove symlinks in favor of .fixtures.yml [\#9](https://github.com/saz/puppet-limits/pull/9) ([treydock](https://github.com/treydock))
194+
195+
## [v2.0.1](https://github.com/saz/puppet-limits/tree/v2.0.1) (2012-10-13)
196+
197+
[Full Changelog](https://github.com/saz/puppet-limits/compare/v2.0.0...v2.0.1)
198+
199+
**Merged pull requests:**
200+
201+
- Make sure created limits files end in .conf [\#4](https://github.com/saz/puppet-limits/pull/4) ([robsweet](https://github.com/robsweet))
202+
- Added RedHat to the list of acceptable OS families [\#3](https://github.com/saz/puppet-limits/pull/3) ([robsweet](https://github.com/robsweet))
203+
204+
## [v2.0.0](https://github.com/saz/puppet-limits/tree/v2.0.0) (2012-10-03)
205+
206+
[Full Changelog](https://github.com/saz/puppet-limits/compare/aee968a10e781fd013f9f8df4cbb4face0e3b075...v2.0.0)
207+
208+
**Merged pull requests:**
209+
210+
- 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]
8220

9221
### Changed
10222

11223
- little code modernization (#57)
12224
- Fix limits_template on Debian (#59)
13225
- 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)*

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saz-limits",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"author": "saz",
55
"summary": "Manage user limits via puppet",
66
"description": "Manage user limits via puppet",

0 commit comments

Comments
 (0)