From 3f4f5e1c5a4f69367868e61cc02cb756616be688 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 +++++++++++++++++++++----- metadata.json | 2 +- 2 files changed, 22 insertions(+), 6 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) diff --git a/metadata.json b/metadata.json index c55fbe0..824f3e4 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-augeasproviders_grub", - "version": "5.1.2-rc0", + "version": "5.1.2", "author": "Vox Pupuli", "summary": "Augeas-based grub types and providers for Puppet", "license": "Apache-2.0",