-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathCHANGELOG
133 lines (106 loc) · 4.9 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
* Wed Sep 11 2024 Steven Pritchard <steve@sicura.us> - 3.10.0
- [puppetsync] Update module dependencies to support simp-iptables 7.x
* Mon Oct 23 2023 Steven Pritchard <steve@sicura.us> - 3.9.0
- [puppetsync] Add EL9 support
* Wed Oct 11 2023 Steven Pritchard <steve@sicura.us> - 3.8.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
* Wed Sep 06 2023 Steven Pritchard <steve@sicura.us> - 3.7.0
- Add AlmaLinux 8 support
- Move `$init_command` in `libreswan::nss::init_db` to a parameter and set
the default in Hiera to avoid the hard-coded list of supported operating
systems
- Clean up for puppet-lint in `libreswan::nss::init_db`
- Add support for Puppet 8 and stdlib 9
- Drop support for Puppet 6
- Update gem dependencies
- Clean up Gemfile for rubocop
* Mon Jun 12 2023 Chris Tessmer <chris.tessmer@onyxpoint.com> - 3.6.0
- Add RockyLinux 8 support
* Tue Jun 22 2021 Trevor Vaughan <tvaughan@onyxpoint.com> - 3.5.0
- Removed obsolete configuration options whose presence prevent the
ipsec service from starting on EL8. The corresponding deprecated
parameters are as follows:
- `libreswan::ikeport`
- `libreswan::nat_ikeport`
- `libreswan::klipsdebug`
- `libreswan::perpeerlog`
- `libreswan::perpeerlogdir`
* Tue Jun 15 2021 Chris Tessmer <chris.tessmer@onyxpoint.com> - 3.5.0
- Removed support for Puppet 5
- Ensured support for Puppet 7 in requirements and stdlib
* Thu Jan 07 2021 Chris Tessmer <chris.tessmer@onyxpoint.com> - 3.4.2
- Removed EL6 support
* Tue Nov 03 2020 Trevor Vaughan <tvaughan@onyxpoint.com> - 3.4.1-0
- Updated/corrected documentation
- Added REFERENCE.md
- Removed the unused libreswan::use_certs parameter
- Converted libreswan::params to module data
- Hooked service notifications at the class levels
* Thu Oct 08 2020 Adam Yohrling <adam.yohrling@onyxpoint.com> - 3.4.0-0
- Add support for IKEv2 Mobility (RFC-4555) and mobile client connections
- Add additional settings for DNS and Domains for libreswan v3.23+
* Mon Aug 03 2020 Adam Yohrling <adam.yohrling@onyxpoint.com> - 3.3.0-0
- Add EL8 and firewalld support
* Thu Jul 23 2020 Jeanne Greulich <jeanne.greulich@onyxpoint.com> - 3.2.1-0
- update the upper bound of simplib for SIMP 6.5 release
* Fri Aug 02 2019 Robert Vincent <pillarsdotnet@gmail.com> - 3.2.0-0
- Drop Puppet 4 support
- Add Puppet 6 support
- Add puppetlabs-stdlib 6 support
* Tue Feb 12 2019 Liz Nemsick <lnemsick.simp@gmail.com> - 3.1.1-0
- Use simplib::passgen() in lieu of passgen(), a deprecated simplib
Puppet 3 function.
- Update the upper bound of stdlib to < 6.0.0
- Update a URL in the README.md
* Mon Nov 05 2018 Liz Nemsick <lnemsick-simp@gmail.com> - 3.1.0-0
- Update badges and contribution guide URL in README.md
* Tue Sep 11 2018 Nicholas Markowski <nicholas.markowski@onyxpoint.com> - 3.1.0-0
- Updated $app_pki_external_source to accept any string. This matches the
functionality of pki::copy.
* Fri Jul 06 2018 Trevor Vaughan <tvaughan@onyxpont.com> - 3.1.0-0
- Added Puppet 5 and OEL support
* Fri Jun 15 2018 Nick Miller <nick.miller@onyxpoint.com> - 3.0.3-0
- Remove unneeded fixtures and update CI assets
* Thu Nov 09 2017 Liz Nemsick <lnemsick.simp@gmail.com> - 3.0.2-0
- Bug fixes:
- Set up FIPS-compliant configuration, not just when
simp_options::fips is true, but also when the server is already
in FIPS mode.
- Insert token password into the NSS database after configuring
the NSS database for FIPS.
- Updated the tests.
* Thu Jul 06 2017 Liz Nemsick <lnemsick.simp@gmail.com> - 3.0.1-0
- Confine puppet version in metadata.json
* Fri Jan 13 2017 Nick Markowski <nmarkowski@keywcorp.com> - 3.0.0-0
- Updated pki scheme.
- Application certs now managed in /etc/pki/simp_apps/libreswan/x509
* Thu Dec 22 2016 Jeanne Greulich <jeanne.greulich@onyxpoint.com> - 3.0.0-0
- Update Global Catalysts
- Strong type
* Tue Nov 22 2016 Liz Nemsick <lnemsick.simp@gmail.com> - 2.0.0-0
- Update version to reflect SIMP6 dependencies
- Update to SIMP6 dependencies
- Minor cleanup
* Mon Nov 21 2016 Chris Tessmer <chris.tessmer@onyxpoint.com> - 1.0.1-0
- Minor cleanup
* Wed Nov 16 2016 Liz Nemsick <lnemsick.simp@gmail.com> - 1.0.0-0
- Updated iptables dependency version
* Wed Oct 12 2016 Liz Nemsick <lnemsick.simp@gmail.com> - 1.0.0-0
- Added support for CentOS 6
- Fix several bugs in the following categories:
- Use of wrong variables (cut and paste errors or typos)
- Improper parameter validations
- Parameters not being used in erb files.
- OBE names of ipsec settings.
- Missing quotes/braces around settings that can contain whitespace
- Expose more ipsec settings.
- Allow IPv6 addresses
* Wed Sep 28 2016 Chris Tessmer <chris.tessmer@onyxpoint.com> - 0.1.1-0
- Fix Forge `haveged` dependency name
* Thu Jun 30 2016 Jeanne Greulich <jeanne.greulich@onyxpoint.com> - 0.1.0-0
- Initial release for CentOS 7 only