-
Notifications
You must be signed in to change notification settings - Fork 14
/
CHANGELOG
159 lines (123 loc) · 5.8 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
* Wed Oct 11 2023 Steven Pritchard <[email protected]> - 6.5.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
* Mon Jul 17 2023 Chris Tessmer <[email protected]> - 6.4.0
- Add RockyLinux 8 support
* Thu Jun 17 2021 Chris Tessmer <[email protected]> - 6.3.0
- Removed support for Puppet 5
- Ensured support for Puppet 7 in requirements and stdlib
* Sat Dec 19 2020 Chris Tessmer <[email protected]> - 6.2.1
- Removed EL6 support
* Tue Oct 08 2019 Robert Vincent <[email protected]> - 6.2.0-0
- Drop Puppet 4 support
- Add Puppet 6 support
- Add puppetlabs-stdlib 6 support
- Add puppetlabs-concat 6 support
* Tue Sep 24 2019 Jeanne Greulich <[email protected]> - 6.2.0-0
- Change metadata OS version check to use new simplib check that returns
false or true if the OS is supported according to metadata.json.
If it is not supported, do nothing (instead of failing).
* Mon Sep 02 2019 Jeanne Greulich <[email protected]> - 6.2.0-0
- RedHat 8 does not support TCP Wrappers
- Add call to simplib:assert_metadata to check the OS
is supported.
- Update upperbound of simplib.
* Fri Mar 22 2019 Joseph Sharkey <[email protected]> - 6.1.2-0
- Use simplib::bracketize in lieu of deprecated Puppet 3 bracketize
- Fix template bug that prevented some IPv6 addresses from being
properly formatted in /etc/hosts.allow.
* Tue Mar 19 2019 Liz Nemsick <[email protected]> - 6.1.2-0
- Use simplib::nets2ddq in lieu of deprecated Puppet 3 nets2ddq
* Thu Feb 14 2019 Liz Nemsick <[email protected]> - 6.1.1-0
- Use simplib::ipaddresses() in lieu of ipaddresses(), a deprecated
simplib Puppet 3 function.
- Expanded the upper limit of the concat and stdlib Puppet module versions
- Fixed URLs in the README.md
* Fri Aug 24 2018 Nick Miller <[email protected]> - 6.1.0-0
- Add support for Puppet 5 and OEL
- Added $package_ensure parameter
- Changed the package from 'latest' to 'installed'
- It will also respect `simp_options::package_ensure`
* Fri Feb 09 2018 Liz Nemsick <[email protected]> - 6.0.3-0
- Update upperbound on puppetlabs/concat version to < 5.0.0
* Fri Aug 18 2017 Liz Nemsick <[email protected]> - 6.0.2-0
- Update concat version in metadata.json & build/rpm_metadata/requires
* Thu Jul 06 2017 Liz Nemsick <[email protected]> - 6.0.1-0
- Update puppet dependency and remove OBE pe dependency in metadata.json
* Fri Dec 16 2016 Trevor Vaughan <[email protected]> - 6.0.0-0
- Puppet 4 update
- Added strong typing
- Converted to using puppetlabs-concat
* Wed Nov 23 2016 Jeanne Greulich <[email protected]> - 5.0.0-0
- Fix dependancies for simp 6 bump
* Mon Nov 21 2016 Chris Tessmer <[email protected]> - 5.0.0-0
- Minor cleanup
* 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'.
* Mon Nov 09 2015 Chris Tessmer <[email protected]> - 3.0.0-3
- migration to simplib and simpcat (lib/ only)
* Fri Jan 16 2015 Trevor Vaughan <[email protected]> - 3.0.0-2
- Changed puppet-server requirement to puppet
* Sun Jun 22 2014 Kendall Moore <[email protected]> - 3.0.0-1
- Removed MD5 file checksums for FIPS compliance.
* Thu Jun 19 2014 Trevor Vaughan <[email protected]> - 3.0.0-1
- Updated to not cast lpattern to an Array in tcpwrappers.allow.erb
for compatibility with Ruby 2.
* Wed Apr 30 2014 Trevor Vaughan <[email protected]> - 3.0.0-0
- Updated to use an array for the allow and to use the new ipaddresses function
in common to provide all local addresses to the initial line.
* Thu Jan 09 2014 Nick Markowski <[email protected]> - 2.1.0-0
- Updated module for puppet3/hiera compatibility, and optimized code for lint tests,
and puppet-rspec.
- Removed tcpwrappers::tcpwrappers_allow
* Tue Oct 08 2013 Kendall Moore <[email protected]> - 2.0.0-8
- Updated all erb templates to properly scope variables.
* Fri Aug 02 2013 Kendall Moore <[email protected]> -2.0.0-7
- Updated the tcpwrappers.allow template because function calls require
an argument of an array rather than allowing for single string arguments.
* Wed Apr 10 2013 Maintenance
2.0.0-6
- Added 127.0.0.1 to the list of always allowed hosts. Apparently, there was a
bug in the way that NFS interacts with tcpwrappers that can occasionally fail
if this isn't in place. Honestly, I can't figure out why but it works.
* Tue Jan 15 2013 Maintenance
2.0.0-5
- Created a Cucumber test which adds a tcpwrapper for nscd and checks
/etc/hosts.allow to ensure that an entry is there to reflect the change.
* Thu Jun 07 2012 Maintenance
2.0.0-4
- Ensure that Arrays in templates are flattened.
- Call facts as instance variables.
- Moved mit-tests to /usr/share/simp...
- Converted the internal nets2ddq code to use the 'common' function.
- Updated to work properly with IPv6 addresses.
- Updated pp files to better meet Puppet's recommended style guide.
* Fri Mar 02 2012 Maintenance
2.0.0-3
- Improved test stubs.
* Fri Dec 23 2011 Maintenance
2.0.0-2
- Updated the spec file to not require a separate file list.
- Changed all instances of 'ipaddress' to 'primary_ipaddress'.
* Fri Feb 11 2011 Maintenance
2.0.0-1
- 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
* Tue Oct 26 2010 Maintenance - 1-2
- Converting all spec files to check for directories prior to copy.
* Mon Oct 04 2010 Maintenance
1.0-1
- Support for comma separated entries on the LHS of the hosts.allow file.
* Mon May 24 2010 Maintenance
1.0-0
- Code refactoring.
* Mon Nov 02 2009 Maintenance
0.1-11
- Now remove subsequent entries from the list.