Skip to content

Commit

Permalink
[changelog] Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Aug 28, 2023
1 parent c7bc477 commit 25b7b2b
Showing 1 changed file with 83 additions and 60 deletions.
143 changes: 83 additions & 60 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,112 +1,135 @@
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

- 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)

- 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

- 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

- 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

- 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.

- 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

- 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

- 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

- 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

- 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

- 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

- 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

- 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

- 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

- 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

- 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

- 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

- Initial Commit

0 comments on commit 25b7b2b

Please sign in to comment.