-
Notifications
You must be signed in to change notification settings - Fork 12
/
CHANGELOG
158 lines (119 loc) · 5.76 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
* Fri Sep 13 2024 Steven Pritchard <steve@sicura.us> - 7.8.0
- [puppetsync] Update module dependencies to support simp-iptables 7.x
* Wed Jul 03 2024 Steven Pritchard <steve@sicura.us> - 7.7.2
- Clean up legacy fact usage to support puppet 8
* Wed Jan 17 2024 Richard Gardner <rick@sicura.us> - 7.7.1
- Updated hiera.yaml facts to support puppet 8
* Mon Oct 23 2023 Steven Pritchard <steve@sicura.us> - 7.7.0
- [puppetsync] Add EL9 support
* Wed Oct 11 2023 Steven Pritchard <steve@sicura.us> - 7.6.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 <steve@sicura.us> - 7.5.0
- Add AlmaLinux 8 support
* Mon Jun 12 2023 Chris Tessmer <chris.tessmer@onyxpoint.com> - 7.4.0
- Add RockyLinux 8 support
* Mon Sep 26 2022 Trevor Vaughan <trevor@sicura.us> - 7.3.0
- Added:
- The module now supports Amazon Linux 2
- Changed:
- Added a `.rubocop.yml`
- Rubocop'd the Ruby
* Tue Jun 15 2021 Chris Tessmer <chris.tessmer@onyxpoint.com> - 7.2.0
- Removed
- Removed support for Puppet 5
- Removed unnecessary use of top scope in manifests
- Ensured support for Puppet 7 in requirements and stdlib
* Thu Jan 07 2021 Chris Tessmer <chris.tessmer@onyxpoint.com> - 7.1.1
- Removed EL6 support
* Wed Dec 18 2019 Trevor Vaughan <tvaughan@onyxpoint.com> - 7.1.0-0
- Add EL8 support
- Update SELinux hotfix
- Migrate SELinux hotfix to vox_selinux::module
- Update documentation
- Add REFERENCE.md
* Fri Aug 02 2019 Robert Vincent <pillarsdotnet@gmail.com> - 7.1.0-0
- Remove Puppet 4 support
- Add Puppet 6 support
- Add puppetlabs-stdlib 6 support
- Support puppetlabs/stdlib 6.x and puppet 6.x.
* Tue Feb 12 2019 Liz Nemsick <lnemsick.simp@gmail.com> - 7.0.5-0
- Use simplib::passgen() in lieu of passgen(), a deprecated simplib
Puppet 3 function.
- Use simplib::validate_re_array() in lieu of validate_re_array(),
a deprecated simplib Puppet 3 function.
- Removed unnecessary use of validate_port() on parameters of type
Simplib::Port
- Update the upper bound of stdlib to < 6.0.0
- Update a URL in the README.md
* Wed Nov 07 2018 Liz Nemsick <lnemsick.simp@gmail.com> - 7.0.4-0
- Update badges and contribution guide URL in README.md
* Fri Oct 12 2018 Nick Miller <nick.miller@onyxpoint.com> - 7.0.4-0
- Changed the packages from 'latest' to 'installed'
- Ensure parameters will also now respect `simp_options::package_ensure`
* Fri Sep 07 2018 Liz Nemsick <lnemsick.simp@gmail.com> - 7.0.4-0
- Drop Hiera 4 support
* Wed Mar 21 2018 Trevor Vaughan <tvaughan@onyxpoint.com> - 7.0.4-0
- Add support for Puppet 5 and OEL
* Mon Oct 30 2017 Trevor Vaughan <tvaughan@onyxpoint.com> - 7.0.3-0
- Allow users to modify the owner, group, and mode of files that may be used by
multiple subsystems
* Thu Jun 22 2017 Liz Nemsick <lnemsick.simp@gmail.com> - 7.0.2-0
- Update custom Puppet 3 functions to namespaced, Puppet 4 functions
- Fix most of the puppet strings problems
- Update puppet requirement and remove OBE pe requirement in metadata.json
* Wed Apr 05 2017 Jeanne Greulich <jeanne.greulich@onyxpoint.com> 7.0.1-0
- Fixed Facter call in type for krb5kdc_auto_keytabs.rb
* Fri Dec 16 2016 Nick Markowski <nmarkowski@keywcorp.com> - 6.0.0-0
- Updated global catalysts
* Tue Nov 22 2016 Liz Nemsick <lnemsick.simp@gmail.com> - 6.0.0-0
- Update version to reflect SIMP6 dependencies
- Update to SIMP6 dependencies
- Minor cleanup
* Wed Nov 16 2016 Liz Nemsick <lnemsick.simp@gmail.com> - 5.0.9-0
- Updated iptables dependency version
* Thu Nov 10 2016 Liz Nemsick <lnemsick.simp@gmail.com> - 5.0.9-0
- Eliminated use of deprecated Puppet.newtype
* Wed Sep 28 2016 Chris Tessmer <chris.tessmer@onyxpoint.com> - 5.0.7-0
- Fix Forge `haveged` dependency name
* Thu Sep 01 2016 Jeanne Greulich <jeanne.greulich@onyxpoint.com> - 5.0.6-0
- Ensure that the /etc/krb5.simp.d/realm* files are mode 644
* Tue Aug 16 2016 Trevor Vaughan <tvaughan@onyxpoint.com> - 5.0.5-0
- Adapted to the new 'site_files' directory
- Fixed a bug in the selinux policy in EL7
* Thu Aug 11 2016 Nick Miller <nick.miller@onyxpoint.com> - 5.0.4-0
- Keytab file source and permission corrections
* Tue Jul 22 2016 Trevor Vaughan <tvaughan@onyxpoint.com> - 5.0.3-0
- The Realm KDC must be explicitly specified
* Mon Jul 11 2016 Trevor Vaughan <tvaughan@onyxpoint.com> - 5.0.2-0
- Fixed a bug in the krb5kdc_auto_keytab provider where passed hosts were not
getting the realms array integrated.
* Thu Jun 30 2016 Nick Markowski <nmarkowski@keywcorp.com> - 5.0.1-0
- Haveged now included by default.
* Fri May 27 2016 Trevor Vaughan <tvaughan@onyxpoint.com> - 5.0.0-0
- Overhaul of the entire module
- Removed all use of 'concat'
- Split the entire module into new-style components
- Added tests
* Fri Jan 16 2015 Trevor Vaughan <tvaughan@onyxpoint.com> - 4.1.0-3
- Changed puppet-server requirement to puppet
* Mon May 19 2014 Kendall Moore <kmoore@keywcorp.com> - 4.1.0-2
- Removed all stock classes so they can be ported to the SIMP module.
* Mon Apr 21 2014 Trevor Vaughan <tvaughan@onyxpoint.com> - 4.1.0-1
- Updated to avoid globals and call Hiera instead.
* Sat Mar 01 2014 Kendall Moore <kmoore@keywcorp.com> - 4.1.0-0
- Refactored to pass all lint tests.
- Added rspec tests for test coverage.
* Mon Oct 14 2013 Trevor Vaughan <tvaughan@onyxpoint.com> - 0.0.1-3
- Updated the custom types to no longer use Puppet::Util::FileLocking
since it has been removed.
* Mon Oct 07 2013 Nick Markowski <nmarkowski@keywcorp.com> - 0.0.1-2
- Updated template to reference instance variables with @
* Mon Jan 28 2013 Maintenance - 0.0.1-1
- Create a Cucumber test that includes krb5 in the manifest and runs puppet successfully.
* Mon Sep 10 2012 Maintenance - 0.0.1-0
- Initial implementation of krb5 module.