From cbeb334f17bf787b496a6b7fe7f1c73e327c4a6d Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Wed, 11 Mar 2026 14:15:42 -0700 Subject: [PATCH 1/2] [blacksmith] Bump version to 7.0.0 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 8f4eb55..237fd6a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "jhoblitt-ipmi", - "version": "6.1.1-rc0", + "version": "7.0.0", "author": "Joshua Hoblitt ", "summary": "manages the OpenIPMI package", "license": "Apache-2.0", From a7ff12b7ea4ce9a3616be79a8895f5ea4bd30232 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Wed, 11 Mar 2026 14:17:17 -0700 Subject: [PATCH 2/2] update CHANGELOG.md for 7.0.0 release --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91bedb2..bbe54e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ 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. +## [v7.0.0](https://github.com/jhoblitt/puppet-ipmi/tree/v7.0.0) (2026-03-11) + +[Full Changelog](https://github.com/jhoblitt/puppet-ipmi/compare/v6.1.0...v7.0.0) + +**Breaking changes:** + +- drop support for puppet7 [\#95](https://github.com/jhoblitt/puppet-ipmi/pull/95) ([jhoblitt](https://github.com/jhoblitt)) + +**Implemented enhancements:** + +- allow puppetlabs/augeas\_core 2.x [\#96](https://github.com/jhoblitt/puppet-ipmi/pull/96) ([jhoblitt](https://github.com/jhoblitt)) +- Fact ipmitool fru [\#75](https://github.com/jhoblitt/puppet-ipmi/pull/75) ([b4ldr](https://github.com/b4ldr)) + +**Merged pull requests:** + +- Modulesync 10.5.0 [\#93](https://github.com/jhoblitt/puppet-ipmi/pull/93) ([jcpunk](https://github.com/jcpunk)) + ## [v6.1.0](https://github.com/jhoblitt/puppet-ipmi/tree/v6.1.0) (2024-09-24) [Full Changelog](https://github.com/jhoblitt/puppet-ipmi/compare/v6.0.0...v6.1.0)