-
Notifications
You must be signed in to change notification settings - Fork 15
/
CHANGELOG
236 lines (177 loc) · 8.69 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
* Fri Sep 13 2024 Steven Pritchard <[email protected]> - 6.12.0
- [puppetsync] Update module dependencies to support simp-iptables 7.x
* Mon Oct 23 2023 Steven Pritchard <[email protected]> - 6.11.0
- [puppetsync] Add EL9 support
* Wed Oct 11 2023 Steven Pritchard <[email protected]> - 6.10.0
- [puppetsync] Updates for Puppet 8
- These updates may include the following:
- Update Gemfile
- Add support for Puppet 8
- Drop support for Puppet 6
- Update module dependencies
* Thu Sep 07 2023 Steven Pritchard <[email protected]> - 6.9.0
- Add AlmaLinux 8 support
* Mon Jul 24 2023 Chris Tessmer <[email protected]> - 6.8.0
- Add RockyLinux 8 support
* Mon Nov 29 2021 Kendall Moore <[email protected]> - 6.7.0
- Allow for disabling of local time source for server and fudge lists
* Wed Jun 16 2021 Chris Tessmer <[email protected]> - 6.6.0
- Removed support for Puppet 5
- Ensured support for Puppet 7 in requirements and stdlib
* Wed Feb 24 2021 Trevor Vaughan <[email protected]> - 6.5.2
- Fix an issue where ntp::allow::rules was not being honored
* Tue Feb 02 2021 Liz Nemsick <[email protected]> - 6.5.2
- Add simp_options::ntp::servers to the default lookup list for nptd::servers.
* Mon Jan 11 2021 Chris Tessmer <[email protected]> - 6.5.2
- Removed EL6 support
* Thu Dec 19 2019 Trevor Vaughan <[email protected]> - 6.5.1-0
- Move simp-auditd and simp-iptables to optional dependencies
- Updated REFERENCE.md
* Fri Aug 02 2019 Robert Vincent <[email protected]> - 6.5.1-0
- Add support for puppetlabs-concat 6.x
* Fri Jul 05 2019 Steven Pritchard <[email protected]> - 6.5.0-0
- Add v2 compliance_markup data
- Add support for puppetlabs-stdlib 6
* Mon Jun 24 2019 Trevor Vaughan <[email protected]> - 6.4.0-0
- Drop Puppet 4 support
- Add ability for users to enable a default server capability directly from
Hiera
- Fix minor typos in some templates
- Add REFERENCE.md
* Tue Mar 19 2019 Liz Nemsick <[email protected]> - 6.3.1-0
- Use simplib::nets2ddq in lieu of deprecated Puppet 3 nets2ddq
* Wed Mar 06 2019 Trevor Vaughan <[email protected]> - 6.3.0-0
- Validated Puppet 6 support
- Ensure that users can change the default 'restrict' parameters
- Allow users to add arbitrary extra content to the ntpd.conf
- Allow users to define the entire ntpd.conf content
* Mon Mar 04 2019 Liz Nemsick <[email protected]> - 6.3.0-0
- Expanded the upper limit of the concat and stdlib Puppet module versions
- Updated a URL in the README.md
* Wed Nov 07 2018 Liz Nemsick <[email protected]> - 6.2.1-0
- Update badges in README.md
* Mon Sep 24 2018 Trevor Vaughan <[email protected]> - 6.2.0-0
- Removed nodeset symlink
* Fri Sep 07 2018 Liz Nemsick <[email protected]> - 6.2.0-0
- Update Hiera 4 to Hiera 5
* Mon Aug 27 2018 Liz Nemsick <[email protected]> - 6.1.1-0
- Fixed bug in which ntpd::ntpd_options was not applied to ntpd::servers
when ntpd::servers is an array.
* Fri Jul 13 2018 Trevor Vaughan <[email protected]> - 6.1.1-0
- Add support for Puppet 5 and OEL
* Fri Jun 15 2018 Nick Miller <[email protected]> - 6.1.1-0
- Update version range of auditd dependency in metadata.json
- Removed unneeded fixtures
* Thu Mar 08 2018 Nick Miller <[email protected]> - 6.1.0-0
- Manage ntpdate via `ntpd::ntpdate`
- Manage `/etc/ntp/step-tickers`
- Manage `/etc/sysconfig/ntpdate`
- New params ntpdate_sync_hwclock, ntpdate_retrym and ntpdate_options should
cover all options from RedHat
- `SYNC_HWCLOCK=yes` is now set here instead of `/etc/sysconfig/ntp`
- Add `$package_ensure` parameter to control the `ntp` package version
- Move some multiline strings into variables (style recommendation)
- The module now only requires one puppet run to apply completely
- Added essential-level acceptance test
* Fri Feb 09 2018 Liz Nemsick <[email protected]> - 6.1.0-0
- Update upperbound on puppetlabs/concat version to < 5.0.0
* Wed Nov 22 2017 Steven Pritchard <[email protected]> - 6.1.0-0
- Documentation updates
* Fri Aug 18 2017 Liz Nemsick <[email protected]> - 6.0.3-0
- Update concat version in metadata.json
* Thu Jul 06 2017 Liz Nemsick <[email protected]> - 6.0.2-0
- Update puppet dependency in metadata.json
* Tue Mar 28 2017 Nick Miller <[email protected]> - 6.0.1-0
- ntpd::servers now pulls from simp_options as expected
* Fri Dec 16 2016 Jeanne Greulich <[email protected]> - 6.0.0-0
- Update Global Catalysts
- Strongly type parameters
- Remove trailing spaces
* Wed Nov 23 2016 Jeanne Greulich <[email protected]> - 5.0.0-0
- update requirement versions
* Mon Nov 21 2016 SIMP-Team <https://groups.google.com/forum/#!forum/simp> - 5.0.0-0
- Updated module for compliance markup API v1.0.0 compatibility.
* Tue Nov 15 2016 Liz Nemsick <[email protected]> - 5.0.0-0
- Updated iptables dependency version
* Fri Sep 30 2016 Trevor Vaughan <[email protected]> - 5.0.0-0
- Updated to use the version of 'simpcat' that does not conflict with
'puppetlabs/concat'.
* Tue Feb 23 2016 Ralph Wright <[email protected]> - 4.1.0-10
- Added compliance function support
* Mon Nov 09 2015 Chris Tessmer <[email protected]> - 4.1.0-9
- migration to simplib and simpcat (lib/ only)
* Mon Jul 27 2015 Trevor Vaughan <[email protected]> - 4.1.0-8
- Updated the default restrict options to be more restrictive.
- Ref: https://access.redhat.com/articles/1305723
* Thu Feb 19 2015 Trevor Vaughan <[email protected]> - 4.1.0-7
- Migrated to the new 'simp' environment.
* Fri Jan 16 2015 Trevor Vaughan <[email protected]> - 4.1.0-6
- Changed puppet-server requirement to puppet
* Wed Dec 17 2014 Kendall Moore <[email protected]> - 4.1.0-5
- NTP allow files should use DDQ format for restict entries.
* Tue Oct 07 2014 Trevor Vaughan <[email protected]> - 4.1.0-4
- Removed /etc/ntp/ntpservers and added the logic into the main ntp
configuration file.
- Removed /etc/ntp/step-tickers management
* Sun Jun 22 2014 Kendall Moore <[email protected]> - 4.1.0-3
- Removed MD5 file checksums for FIPS compliance.
* Fri Jun 20 2014 Trevor Vaughan <[email protected]> - 4.1.0-3
- Added support for 'disable_monitor' to fix CVE-2013-5211.
* Thu Jun 12 2014 Nick Markowski <[email protected]> - 4.1.0-2
- Ntp servers can now be passed in as an array of server names or a
hash of server => 'option' pairs.
* Sat Apr 19 2014 Trevor Vaughan <[email protected]> - 4.1.0-1
- Restructured the entire ntpd module.
- Added spec tests.
* Sat Feb 15 2014 Kendall Moore <[email protected]> 4.1.0-0
- Converted all string booleans to native booleans.
* Tue Jan 28 2014 Kendall Moore <[email protected]> 4.0.0-5
- Update to remove warnings about IPTables not being detected. This is a
nuisance when allowing other applications to manage iptables legitimately.
* Mon Oct 07 2013 Kendall Moore <[email protected]> 4.0.0-4
- Updated all erb templates to properly scope variables.
* Thu Jun 07 2012 Maintenance
4.0.0-3
- Ensure that Arrays in templates are flattened.
- Call facts as instance variables.
- Moved mit-tests to /usr/share/simp...
- Updated pp files to better meet Puppet's recommended style guide.
* Fri Mar 02 2012 Maintenance
4.0.0-2
- Improved test stubs.
* Mon Dec 26 2011 Maintenance
4.0.0-1
- Updated the spec file to not require a separate file list.
- Scoped all of the top level variables.
* Mon Nov 07 2011 Maintenance
4.0.0-0
- Fixed call to rsyslog restart for RHEL6.
* Tue Aug 23 2011 Maintenance - 2.0.0-2
- Updated to set $address = nil by default in ntpd::server::allow.
* Thu May 12 2011 Maintenance - 2.0.0-1
- Updated ntp configuration to properly set /etc/ntp/ntpservers as well as the
ability to set server options.
- Changed all instances of defined(Class['foo']) to defined('foo') per the
directions from the Puppet mailing list.
- Updated to use concat_build and concat_fragment types.
* Tue Jan 11 2011 Maintenance
2.0.0-0
- Refactored for SIMP-2.0.0-alpha release
* Fri Dec 10 2010 Maintenance - 1-3
- Ensure that the local stratus is set to 20 instead of 10.
- Added a 'networks' option to ntpd::server::allow that can take an array of
DDQ entries to set the various servers.
- Added the ability to configure a standalone NTP server and properly spoof the
stratum advertised. See the ntpd::stock space for example functional usage.
* Tue Oct 26 2010 Maintenance - 1-2
- Converting all spec files to check for directories prior to copy.
* Wed Jun 30 2010 Maintenance
1.0-1
- Fixed a problem in ntp.allow.erb where the 'mask' value was not being set
properly.
* Fri May 21 2010 Maintenance
1.0-0
- Code refactor and doc update.
* Tue Nov 24 2009 Maintenance
0.1-10
- ntpd::server now allows an array of client networks.