-
Notifications
You must be signed in to change notification settings - Fork 11
/
CHANGELOG
113 lines (86 loc) · 3.81 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
* Mon Oct 23 2023 Steven Pritchard <[email protected]> - 5.7.0
- [puppetsync] Add EL9 support
* Wed Oct 11 2023 Steven Pritchard <[email protected]> - 5.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
* Wed Aug 23 2023 Steven Pritchard <[email protected]> - 5.5.0
- Add AlmaLinux 8 support
* Mon Jul 17 2023 Chris Tessmer <[email protected]> - 5.4.0
- Add RockyLinux 8 support
* Tue Jul 06 2021 Jeanne Greulich <[email protected]> - 5.3.0
- Add install_options param to mozilla::thunderbird for the package install.
The install_options are undef except for OEL7 where they enable the repo,
ol7_optional_latest, which contains the thunderbird rpm.
- Also updated test nodesets to the latest configuration.
* Tue Jun 15 2021 Chris Tessmer <[email protected]> - 5.3.0
- Removed support for Puppet 5
- Ensured support for Puppet 7 in requirements and stdlib
* Fri Dec 18 2020 Chris Tessmer <[email protected]> - 5.2.1
- Removed EL6 support
* Thu Dec 19 2019 Trevor Vaughan <[email protected]> - 5.2.0-0
- Add EL8 support
* Fri Aug 02 2019 Robert Vincent <[email protected]> - 5.2.0-0
- Remove Puppet 4 support
- Add Puppet 6 support
- Add puppetlabs-stdlib 6 support
* Thu Mar 07 2019 Liz Nemsick <[email protected]> - 5.1.1-0
- Update the upper bound of stdlib to < 6.0.0
- Update a URL in the README.md
* Mon Oct 29 2018 Liz Nemsick <[email protected]> - 5.1.0-0
- Update contribution guide URL in README.md
- Update to onyxpoint OEL boxes in acceptance tests
* Fri Oct 12 2018 Nick Miller <[email protected]> - 5.1.0-0
- Added $package_ensure parameters to mozilla::firefox and mozilla::thunderbird
- Changed the package from 'latest' to 'installed'
- Each package ensure parameter will also respect `simp_options::package_ensure`
- Removed the architecture qualifier from the name of each package resource
* Fri Mar 23 2018 Trevor Vaughan <[email protected]> - 5.1.0-0
- Add support for Puppet 5 and OEL
* Thu Jul 06 2017 Liz Nemsick <[email protected]> - 5.0.1-0
- Confine puppet version in metadata.json
* Wed Nov 23 2016 Jeanne Greulich <[email protected]> - 5.0.0-0
- Bump the major version for SIMP 6.0
* Mon Nov 21 2016 Chris Tessmer <[email protected]> - 4.1.3-0
- Remove compliance map and general housekeeping
* Thu Jul 07 2016 Nick Miller <[email protected]> - 4.1.1-0
- Updated README and updated to new packaging format
* Fri Jan 16 2015 Trevor Vaughan <[email protected]> - 4.1.0-1
- Changed puppet-server requirement to puppet
* Sun Mar 02 2014 Kendall Moore <[email protected]> - 4.1.0-0
- Refactored manifests for hiera and puppet 3 compatibility.
- Added rspec tests for test coverage.
* Fri Nov 30 2012 Maintenance
2.0.0-4
- Created a Cucumber test to ensure that firefox installs correctly
and is at the latest version when including mozzila in the puppet
server manifest.
* Wed Apr 11 2012 Maintenance
2.0.0-3
- Moved mit-tests to /usr/share/simp...
- Updated pp files to better meet Puppet's recommended style guide.
* Fri Mar 02 2012 Maintenance
2.0.0-2
- Improved test stubs.
* Mon Dec 26 2011 Maintenance
2.0.0-1
- Updated the spec file to not require a separate file list.
* Tue Jan 11 2011 Maintenance
2.0.0-0
- Refactored for SIMP-2.0.0-alpha release
* Tue Oct 26 2010 Maintenance - 1-1
- Converting all spec files to check for directories prior to copy.
* Fri May 21 2010 Maintenance
1.0-0
- Code refactor and Doc update.
* Tue Apr 27 2010 Maintenance
0.1-1
- Modified to install the correct architecture package to ensure that proper
yum dependencies are followed.
* Thu Oct 1 2009 Maintenance
0.1-0
- Initial Release
- Just installs firefox for now, nothing fancy.