This repository was archived by the owner on Sep 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathCHANGELOG
111 lines (83 loc) · 3.98 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
* Mon Jul 17 2023 Chris Tessmer <chris.tessmer@onyxpoint.com> - 6.3.0
- Add RockyLinux 8 support
* Thu Jun 17 2021 Chris Tessmer <chris.tessmer@onyxpoint.com> - 6.2.0
- Removed support for Puppet 5
- Ensured support for Puppet 7 in requirements and stdlib
* Sat Dec 19 2020 Chris Tessmer <chris.tessmer@onyxpoint.com> - 6.1.2
- Removed EL6 support
* Thu Jul 23 2020 Jeanne Greulich <jeanne.greulich@onyxpoint.com> - 6.1.1-0
- update the upper bound of simplib for SIMP 6.5 release
* Fri Aug 02 2019 Robert Vincent <pillarsdotnet@gmail.com> - 6.1.0-0
- Drop Puppet 4 support
- Add Puppet 6 support
- Add puppetlabs-stdlib 6 support
* Wed May 08 2019 Liz Nemsick <lnemsick.simp@gmail.com> - 6.0.5-0
- Maintenance: removed OBE build/rpm_metadata/requires
* Tue Feb 12 2019 Liz Nemsick <lnemsick.simp@gmail.com> - 6.0.4-0
- Use Simplib::Umask data type in lieu of validate_umask(),
a deprecated simplib Puppet 3 function.
- Update the upper bound of stdlib to < 6.0.0
- Update a URL in the README.md
* Thu Sep 13 2018 Nicholas Markowski <nicholas.markowski@onyxpoint.com> - 6.0.3-0
- Added Puppet 5 and OEL support
- Dropped support for Hiera v4. Dependency auditd has dropped support
for Hiera v4, causing Puppet 4.7 tests to fail in this module.
- Update badges and contribution guide URL in README.md
* Thu Jun 07 2018 Liz Nemsick <lnemsick.simp@gmail.com> - 6.0.2-0
- Advance beyond bad changelog entry
* Thu Jun 16 2017 Liz Nemsick <lnemsick.simp@gmail.com> - 6.0.1-0
- Update to Puppet 4 custom function
- Confine puppet version in metadata.json
* Thu Jan 05 2017 Trevor Vaughan <tvaughan@onyxpoint.com> - 6.0.0-0
- Removed the 'ctrl-alt-del' job since that has been moved into the 'simp'
module
* Thu Dec 15 2016 Liz Nemsick <lnemsick.simp@gmail.com> - 6.0.0-0
- Use simp_options module for global catalysts
- Use strongly typed parameters
- Fix bug whereby optional, respawn limit was not properly specified
in upstart jobs.
- Refined upstart::job::sys_limit validation to reject non-integer numbers.
* 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.
* Fri Jul 29 2016 Trevor Vaughan <tvaughan@onyxpoint.com> - 4.1.2-0
- Fixed an ordering issue in the 'job' ERB template
* Tue Mar 01 2016 Ralph Wright <ralph.wright@onyxpoint.com> - 4.1.0-5
- Added compliance function support
* Mon Nov 09 2015 Chris Tessmer <chris.tessmer@onypoint.com> - 4.1.0-4
- migration to simplib and simpcat (lib/ only)
- Fixed a set of bugs that were introduced to the 'job.erb' template.
- Code cleanup
* Fri Jan 16 2015 Trevor Vaughan <tvaughan@onyxpoint.com> - 4.1.0-3
- Changed puppet-server requirement to puppet
* Wed Apr 16 2014 Trevor Vaughan <tvaughan@onyxpoint.com> - 4.1.0-2
- Added the ability to disable ctrl-alt-del to the main upstart class.
* Wed Feb 12 2014 Kendall Moore <kmoore@keywcorp.com> - 4.1.0-1
- Converted all boolean strings into native booleans.
* Fri Jan 03 2014 Nick Markowski <nmarkowski@keywcorp.com> 4.1.0-0
- Updated module for puppet3/hiera compatability, optimized code for lint tests,
and added puppet-rspec tests.
* Tue Dec 31 2013 Nick Markowski <nmarkowski@keywcorp.com> 4.1.0-0
- Updated module for puppet3/hiera compatability, and optimized code for lint tests.
* Tue Oct 08 2013 Kendall Moore <kmoore@keywcorp.com> 4.0.0-7
- Updated all erb templates to properly scope variables.
* Wed Feb 06 2013 Maintenance
4.0.0-6
* Tue Feb 05 2013 Maintenance
4.0.0-5
- Create a Cucumber test to install and configure the upstart module.
* Fri Jul 27 2012 Maintenance
4.0.0-4
- Updated the init.pp to only manage 'prompt' and 'single' since that's all
that's really security relevant.
* Wed Apr 11 2012 Maintenance
4.0.0-3
- 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.
* Mon Jul 25 2011 Maintenance
4.0.0-0
- Initial release of upstart module.