-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathCHANGELOG
137 lines (98 loc) · 4.79 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
2024-04-08 support puppet8 - @vicinus - 1.0.17
2023-08-27 Improve Forge quality score - @goldyfruit - 1.0.16
2023-08-27 List deps in README.md - @weastur - 1.0.15
Don't use legacy facts - @pschichtel
2022-09-21 Check the GitHub release to get the changes for the next releases
2021-15-03 Gaëtan Trellu - goldyfruit <[email protected]> 1.0.10
Gurbmeister <@Gurbmeister>
- Add EFI support
- Fix binary names
2021-06-01 Gaëtan Trellu - goldyfruit <[email protected]> 1.0.9
Steffen Zieger <[email protected]>
Adrian Eib <[email protected]>
Benedikt Braunger <[email protected]>
- Update stdlib dependency to include versions up to 6.0.0
- Remove deprecated functions from Stdlib and use Puppet data types
- Added GRUB blscfg option
- Change package_name_legacy to optional
- Support Puppet 6
- Fix CI (Rubocop, Travis)
2018-01-09 Matthias Baur - baurmatt <[email protected]> 1.0.8
Marc Rumo <[email protected]>
wkr <[email protected]>
- update_binary not called when only password related parameter changes
- Allow empty cmdline_linux_default
- Fix module for non-password setups
- New parameter GRUB_PRELOAD_MODULES adde
2017-23-05 Florian Klink - flokli <[email protected]> 1.0.7
Theo Chatzimichos - tampakrap <[email protected]>
Michael Hanselmann - hansmi <[email protected]>
Gaëtan Trellu - goldyfruit <[email protected]>
- Add the SUSE_BTRFS_SNAPSHOT_BOOTING option
- Add support for encrypted volumes
- Install GRUB only when there is a package change
- Add the possibility to remove grub-legacy package
- Make Travis works with Puppet 4.x
2017-14-03 Gaëtan Trellu - goldyfruit <[email protected]> 1.0.6
- Puppet 3.x is now deprecated, this module requires Puppet 4.x
2017-06-02 Sebastien Badia - sbadia <https://keybase.io/sbadia> 1.0.5
- device_install is now an array of devices in order to support more than one device.
2016-20-09 Phillip Schichtel - pschichtel <[email protected]> 1.0.4
Gaëtan Trellu - goldyfruit <[email protected]>
- Add support for Arch Linux (thanks pschichtel)
- Fix issue related to password:
- <https://github.com/goldyfruit/puppet-grub2/issues/23>
- Improve Travis and Rake support
- Jump to 1.0.4 version because I did a mistake with 1.0.3 version
2016-17-06 Gaëtan Trellu - goldyfruit <[email protected]> 1.0.2
- Add username and PBKDF2 password support
- Fix some typos:
- init.pp
- params.pp
- README.md
2016-01-04 Remigiusz Świc - ex3cv <[email protected]> 1.0.1
- Fix the validation:
- Hidden_timeout_quiet is a boolean
- Install_binary is an absolute path
- Update_binary is an absolute path
- Default value fix of "hidden_timeout_quiet" to false as undef is
- Documentation update around changes made in the module
2015-11-24 Theo Chatzimichos - tampakrap <[email protected]> 1.0.0
Gaëtan Trellu - goldyfruit <[email protected]>
- Fix the validation for save_default value
- Add missing comment about background_image option
- Module pass from 0.0.x version to 1.0.x version
2015-11-22 Theo Chatzimichos - tampakrap <[email protected]> 0.0.8
Gaëtan Trellu - goldyfruit <[email protected]>
- Add support for SLES / Suse distribution
- Add GRUB_CMDLINE_LINUX_RECOVERY option
- Add GRUB_DISABLE_OS_PROBER option
- Add GRUB_SAVEDEFAULT option
- Add GRUB_BACKGROUND option
2015-11-16 Steffen Zieger - saz <[email protected]> 0.0.7
Gaëtan Trellu - goldyfruit <[email protected]>
- Add support for Gentoo distribution
- Update the Readme
2015-10-06 Gaëtan Trellu - goldyfruit <[email protected]> 0.0.6
- Fix default value for recordfail_timeout
2015-10-06 Andrew Langhorn - ajlanghorn <[email protected]> 0.0.5
Gaëtan Trellu - goldyfruit <[email protected]>
Teran McKinney <[email protected]>
- Add GRUB_RECORDFAIL_TIMEOUT options
- Add GRUB_CMDLINE_XEN options
- Update metadata.json about the minimum stdlib version
- Update documentation about Hiera usage and GRUB_RECORDFAIL_TIMEOUT example
2015-10-05 Gaëtan Trellu - goldyfruit <[email protected]> 0.0.4
- This version fix an issue on the Puppet Forge, the module is not download as the lastest version
2015-08-05 Gaëtan Trellu - goldyfruit <[email protected]> 0.0.3
- Add GRUB_HIDDEN_TIMEOUT and GRUB_HIDDEN_TIMEOUT_QUIET options
- Replace Puppet Modulefile by metadata.json
- Make Puppet module compliant with Lint, Parser and Travis
2015-08-05 Gaëtan Trellu - goldyfruit <[email protected]> 0.0.2
- Redhat distribution are now supported
- Replace static distributor value by a dynamic value
- Add GRUB_DISABLE_SUBMENU option
- Fix update_grub always triggered issue: <https://github.com/goldyfruit/puppet-grub2/issues/5>
- Fix some typos and make it compliant with puppet-lint
2014-03-03 Gaetan Trellu - goldyfruit <[email protected]> 0.0.1
- Initial Commit