From e3969cc03eb91e286eccd3b97a2f93166aceedbc Mon Sep 17 00:00:00 2001 From: Vadym Chepkov Date: Wed, 21 Aug 2024 07:12:55 -0400 Subject: [PATCH] Release 5.1.2 --- CHANGELOG.md | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20d32f1..55d04a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [Unreleased](https://github.com/voxpupuli/puppet-augeasproviders_grub/tree/HEAD) + +[Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_grub/compare/v5.1.1...HEAD) + +**Fixed bugs:** + +- fix: limit scope of update-bls-cmdline to RHEL9 [\#104](https://github.com/voxpupuli/puppet-augeasproviders_grub/pull/104) ([vchepkov](https://github.com/vchepkov)) + ## [v5.1.1](https://github.com/voxpupuli/puppet-augeasproviders_grub/tree/v5.1.1) (2024-07-09) [Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_grub/compare/v5.1.0...v5.1.1) @@ -13,6 +21,10 @@ These should not affect the functionality of the module. - RHEL \>= 9.3 - `grub2-mkconfig` does not update BLS kernel options anymore per default [\#95](https://github.com/voxpupuli/puppet-augeasproviders_grub/issues/95) - Update BLS kernel options on EL \>= 9.3 [\#98](https://github.com/voxpupuli/puppet-augeasproviders_grub/pull/98) ([silug](https://github.com/silug)) +**Merged pull requests:** + +- README.md: Add badges + transfer notice [\#102](https://github.com/voxpupuli/puppet-augeasproviders_grub/pull/102) ([bastelfreak](https://github.com/bastelfreak)) + ## [v5.1.0](https://github.com/voxpupuli/puppet-augeasproviders_grub/tree/v5.1.0) (2023-10-30) [Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_grub/compare/v5.0.1...v5.1.0) @@ -138,17 +150,21 @@ These should not affect the functionality of the module. ## [3.0.0](https://github.com/voxpupuli/puppet-augeasproviders_grub/tree/3.0.0) (2017-08-29) -[Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_grub/compare/2.4.0...3.0.0) - -**Closed issues:** - -- Unable to set/determine correct provider on Arch Linux [\#22](https://github.com/voxpupuli/puppet-augeasproviders_grub/issues/22) +[Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_grub/compare/simp-2.3.1...3.0.0) **Merged pull requests:** - Add Global EFI support [\#28](https://github.com/voxpupuli/puppet-augeasproviders_grub/pull/28) ([trevor-vaughan](https://github.com/trevor-vaughan)) - Raise exception on missing augeasproviders\_core [\#25](https://github.com/voxpupuli/puppet-augeasproviders_grub/pull/25) ([igalic](https://github.com/igalic)) +## [simp-2.3.1](https://github.com/voxpupuli/puppet-augeasproviders_grub/tree/simp-2.3.1) (2016-07-27) + +[Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_grub/compare/2.4.0...simp-2.3.1) + +**Closed issues:** + +- Unable to set/determine correct provider on Arch Linux [\#22](https://github.com/voxpupuli/puppet-augeasproviders_grub/issues/22) + ## [2.4.0](https://github.com/voxpupuli/puppet-augeasproviders_grub/tree/2.4.0) (2016-05-03) [Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_grub/compare/2.3.0...2.4.0)