Revert "Add puppet/archive module"
[mirror/dsa-puppet.git] / 3rdparty / modules / systemd / CHANGELOG.md
1 # Changelog
2
3 All notable changes to this project will be documented in this file.
4 Each new release typically also includes the latest modulesync defaults.
5 These should not affect the functionality of the module.
6
7 ## [v2.1.0](https://github.com/camptocamp/puppet-systemd/tree/v2.1.0) (2018-08-31)
8
9 [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/2.0.0...v2.1.0)
10
11 **Implemented enhancements:**
12
13 - Modify service limit type [\#81](https://github.com/camptocamp/puppet-systemd/pull/81) ([bastelfreak](https://github.com/bastelfreak))
14 - Add parameter to select resolver [\#79](https://github.com/camptocamp/puppet-systemd/pull/79) ([amateo](https://github.com/amateo))
15
16 **Fixed bugs:**
17
18 - Handle ensuring service\_limits to be absent [\#80](https://github.com/camptocamp/puppet-systemd/pull/80) ([ekohl](https://github.com/ekohl))
19
20 **Merged pull requests:**
21
22 - do not access facts as top scope variable [\#85](https://github.com/camptocamp/puppet-systemd/pull/85) ([bastelfreak](https://github.com/bastelfreak))
23 - Release 2.1.0 [\#84](https://github.com/camptocamp/puppet-systemd/pull/84) ([bastelfreak](https://github.com/bastelfreak))
24 - allow puppetlabs/stdlib 5.x [\#83](https://github.com/camptocamp/puppet-systemd/pull/83) ([bastelfreak](https://github.com/bastelfreak))
25 - Fix CHANGELOG.md duplicate footer [\#78](https://github.com/camptocamp/puppet-systemd/pull/78) ([alexjfisher](https://github.com/alexjfisher))
26
27 ## [2.0.0](https://github.com/camptocamp/puppet-systemd/tree/2.0.0) (2018-07-11)
28
29 [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/1.1.1...2.0.0)
30
31 **Breaking changes:**
32
33 - move params to data-in-modules [\#67](https://github.com/camptocamp/puppet-systemd/pull/67) ([bastelfreak](https://github.com/bastelfreak))
34
35 **Implemented enhancements:**
36
37 - add ubuntu 18.04 support [\#72](https://github.com/camptocamp/puppet-systemd/pull/72) ([bastelfreak](https://github.com/bastelfreak))
38 - bump facter to latest 2.x version [\#71](https://github.com/camptocamp/puppet-systemd/pull/71) ([bastelfreak](https://github.com/bastelfreak))
39 - Add enable and active parameters to unit\_file [\#69](https://github.com/camptocamp/puppet-systemd/pull/69) ([jcharaoui](https://github.com/jcharaoui))
40 - Add support for Resource Accounting via systemd [\#65](https://github.com/camptocamp/puppet-systemd/pull/65) ([bastelfreak](https://github.com/bastelfreak))
41 - Allow resolved class to configure DNS settings [\#59](https://github.com/camptocamp/puppet-systemd/pull/59) ([hfm](https://github.com/hfm))
42 - Replace iterator with stdlib function [\#58](https://github.com/camptocamp/puppet-systemd/pull/58) ([jfleury-at-ovh](https://github.com/jfleury-at-ovh))
43
44 **Closed issues:**
45
46 - Better test for systemd \(and other init systems\) [\#37](https://github.com/camptocamp/puppet-systemd/issues/37)
47
48 **Merged pull requests:**
49
50 - fix puppet-linter warnings in README.md [\#75](https://github.com/camptocamp/puppet-systemd/pull/75) ([bastelfreak](https://github.com/bastelfreak))
51 - release 2.0.0 [\#70](https://github.com/camptocamp/puppet-systemd/pull/70) ([bastelfreak](https://github.com/bastelfreak))
52 - Update the documentation of facts [\#68](https://github.com/camptocamp/puppet-systemd/pull/68) ([ekohl](https://github.com/ekohl))
53 - purge legacy puppet-lint checks [\#66](https://github.com/camptocamp/puppet-systemd/pull/66) ([bastelfreak](https://github.com/bastelfreak))
54 - Reuse the systemd::dropin\_file in service\_limits [\#61](https://github.com/camptocamp/puppet-systemd/pull/61) ([ekohl](https://github.com/ekohl))
55 - cleanup README.md [\#60](https://github.com/camptocamp/puppet-systemd/pull/60) ([bastelfreak](https://github.com/bastelfreak))
56 - implement github changelog generator [\#45](https://github.com/camptocamp/puppet-systemd/pull/45) ([bastelfreak](https://github.com/bastelfreak))
57
58 ## [1.1.1](https://github.com/camptocamp/puppet-systemd/tree/1.1.1) (2017-11-29)
59
60 [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/1.1.0...1.1.1)
61
62 **Fixed bugs:**
63
64 - fact systemd\_internal\_services is empty [\#47](https://github.com/camptocamp/puppet-systemd/issues/47)
65 - Use the correct type on $service\_limits [\#52](https://github.com/camptocamp/puppet-systemd/pull/52) ([ekohl](https://github.com/ekohl))
66 - Fix issue \#47 [\#48](https://github.com/camptocamp/puppet-systemd/pull/48) ([axxelG](https://github.com/axxelG))
67
68 **Closed issues:**
69
70 - Not able to set limits via systemd class [\#49](https://github.com/camptocamp/puppet-systemd/issues/49)
71
72 **Merged pull requests:**
73
74 - Clean up test tooling [\#54](https://github.com/camptocamp/puppet-systemd/pull/54) ([ekohl](https://github.com/ekohl))
75 - Correct parameter documentation [\#53](https://github.com/camptocamp/puppet-systemd/pull/53) ([ekohl](https://github.com/ekohl))
76 - Use a space-separated in timesyncd.conf [\#50](https://github.com/camptocamp/puppet-systemd/pull/50) ([hfm](https://github.com/hfm))
77 - Use the same systemd drop-in file for different units [\#46](https://github.com/camptocamp/puppet-systemd/pull/46) ([countsudoku](https://github.com/countsudoku))
78
79 ## [1.1.0](https://github.com/camptocamp/puppet-systemd/tree/1.1.0) (2017-10-24)
80
81 [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/1.0.0...1.1.0)
82
83 **Closed issues:**
84
85 - Add explicit ordering to README.md [\#24](https://github.com/camptocamp/puppet-systemd/issues/24)
86 - Manage drop-in files [\#15](https://github.com/camptocamp/puppet-systemd/issues/15)
87
88 **Merged pull requests:**
89
90 - Add systemd-timesyncd support [\#43](https://github.com/camptocamp/puppet-systemd/pull/43) ([bastelfreak](https://github.com/bastelfreak))
91 - Reuse the service\_provider fact from stdlib [\#42](https://github.com/camptocamp/puppet-systemd/pull/42) ([ekohl](https://github.com/ekohl))
92 - \(doc\) Adds examples of running the service created [\#29](https://github.com/camptocamp/puppet-systemd/pull/29) ([petems](https://github.com/petems))
93 - Quote hash keys in example of service limits [\#20](https://github.com/camptocamp/puppet-systemd/pull/20) ([stbenjam](https://github.com/stbenjam))
94
95 ## [1.0.0](https://github.com/camptocamp/puppet-systemd/tree/1.0.0) (2017-09-04)
96
97 [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.4.0...1.0.0)
98
99 **Closed issues:**
100
101 - PR\#18 broke service limits capacity [\#35](https://github.com/camptocamp/puppet-systemd/issues/35)
102 - stdlib functions are used, but no stdlib requirement in metadata.json [\#28](https://github.com/camptocamp/puppet-systemd/issues/28)
103 - investigate update to camptocamp/systemd module  [\#21](https://github.com/camptocamp/puppet-systemd/issues/21)
104 - Module should be updated to use the new Puppet 4 goodness [\#17](https://github.com/camptocamp/puppet-systemd/issues/17)
105
106 **Merged pull requests:**
107
108 - Add support for drop-in files [\#39](https://github.com/camptocamp/puppet-systemd/pull/39) ([countsudoku](https://github.com/countsudoku))
109 - Adds control group limits to ServiceLimits [\#36](https://github.com/camptocamp/puppet-systemd/pull/36) ([trevor-vaughan](https://github.com/trevor-vaughan))
110 - it's systemd not SystemD [\#33](https://github.com/camptocamp/puppet-systemd/pull/33) ([shibumi](https://github.com/shibumi))
111 - General cleanup + add Puppet4 datatypes [\#32](https://github.com/camptocamp/puppet-systemd/pull/32) ([bastelfreak](https://github.com/bastelfreak))
112 - add management for systemd-resolved [\#31](https://github.com/camptocamp/puppet-systemd/pull/31) ([bastelfreak](https://github.com/bastelfreak))
113 - Add a network defined resource [\#30](https://github.com/camptocamp/puppet-systemd/pull/30) ([bastelfreak](https://github.com/bastelfreak))
114 - Add seltype to systemd directory [\#27](https://github.com/camptocamp/puppet-systemd/pull/27) ([petems](https://github.com/petems))
115 - Add MemoryLimit to limits template [\#23](https://github.com/camptocamp/puppet-systemd/pull/23) ([pkilambi](https://github.com/pkilambi))
116 - Update to support Puppet 4 [\#18](https://github.com/camptocamp/puppet-systemd/pull/18) ([trevor-vaughan](https://github.com/trevor-vaughan))
117 - Manage resource limits of services [\#13](https://github.com/camptocamp/puppet-systemd/pull/13) ([ruriky](https://github.com/ruriky))
118 - Refactor systemd facts [\#12](https://github.com/camptocamp/puppet-systemd/pull/12) ([petems](https://github.com/petems))
119
120 ## [0.4.0](https://github.com/camptocamp/puppet-systemd/tree/0.4.0) (2016-08-18)
121
122 [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.3.0...0.4.0)
123
124 **Closed issues:**
125
126 - No LICENSE file [\#11](https://github.com/camptocamp/puppet-systemd/issues/11)
127 - Forge update  [\#7](https://github.com/camptocamp/puppet-systemd/issues/7)
128
129 **Merged pull requests:**
130
131 - Add target param for the unit file [\#10](https://github.com/camptocamp/puppet-systemd/pull/10) ([tampakrap](https://github.com/tampakrap))
132 - only use awk, instead of grep and awk [\#9](https://github.com/camptocamp/puppet-systemd/pull/9) ([igalic](https://github.com/igalic))
133
134 ## [0.3.0](https://forge.puppetlabs.com/camptocamp/systemd/0.3.0) (2016-05-16)
135 [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.2.2...0.3.0)
136
137 **Implemented enhancements:**
138
139 - Shortcut for creating unit files / tmpfiles [\#4](https://github.com/camptocamp/puppet-systemd/pull/4) ([felixb](https://github.com/felixb))
140 - Add systemd facts [\#6](https://github.com/camptocamp/puppet-systemd/pull/6) ([roidelapluie](https://github.com/roidelapluie))
141
142
143 ## [0.2.2](https://forge.puppetlabs.com/camptocamp/systemd/0.2.2) (2015-08-25)
144 [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.2.1...0.2.2)
145
146 **Implemented enhancements:**
147
148 - Add 'systemd-tmpfiles-create' [\#1](https://github.com/camptocamp/puppet-systemd/pull/1) ([roidelapluie](https://github.com/roidelapluie))
149
150
151 ## [0.2.1](https://forge.puppetlabs.com/camptocamp/systemd/0.2.1) (2015-08-21)
152 [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.2.0...0.2.1)
153
154 - Use docker for acceptance tests
155
156 ## [0.1.15](https://forge.puppetlabs.com/camptocamp/systemd/0.1.15) (2015-06-26)
157 [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.1.14...0.1.15)
158
159 - Fix strict_variables activation with rspec-puppet 2.2
160
161 ## [0.1.14](https://forge.puppetlabs.com/camptocamp/systemd/0.1.14) (2015-05-28)
162 [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.1.13...0.1.14)
163
164 - Add beaker_spec_helper to Gemfile
165
166 ## [0.1.13](https://forge.puppetlabs.com/camptocamp/systemd/0.1.13) (2015-05-26)
167 [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.1.12...0.1.13)
168
169 - Use random application order in nodeset
170
171 ## [0.1.12](https://forge.puppetlabs.com/camptocamp/systemd/0.1.12) (2015-05-26)
172 [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.1.11...0.1.12)
173
174 - Add utopic & vivid nodesets
175
176 ## [0.1.11](https://forge.puppetlabs.com/camptocamp/systemd/0.1.11) (2015-05-25)
177 [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.1.10...0.1.11)
178
179 - Don't allow failure on Puppet 4
180
181 ## [0.1.10](https://forge.puppetlabs.com/camptocamp/systemd/0.1.10) (2015-05-13)
182 [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.1.9...0.1.10)
183
184 - Add puppet-lint-file_source_rights-check gem
185
186 ## [0.1.9](https://forge.puppetlabs.com/camptocamp/systemd/0.1.9) (2015-05-12)
187 [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.1.8...0.1.9)
188
189 - Don't pin beaker
190
191 ## [0.1.8](https://forge.puppetlabs.com/camptocamp/systemd/0.1.8) (2015-04-27)
192 [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.1.7...0.1.8)
193
194 - Add nodeset ubuntu-12.04-x86_64-openstack
195
196 ## [0.1.7](https://forge.puppetlabs.com/camptocamp/systemd/0.1.7) (2015-04-03)
197 [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.1.6...0.1.7)
198
199 - Confine rspec pinning to ruby 1.8
200
201
202 \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*