Skip to content

Commit

Permalink
Merge pull request #90 from jhoblitt/release/6.1.0
Browse files Browse the repository at this point in the history
release 6.1.0
  • Loading branch information
jhoblitt authored Sep 24, 2024
2 parents 5b681e6 + 8330414 commit 482cfff
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ 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.

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

**Implemented enhancements:**

- Addition of 'users' facts [\#86](https://github.com/jhoblitt/puppet-ipmi/pull/86) ([nathanlcarlson](https://github.com/nathanlcarlson))
- More reliably test for current user state [\#85](https://github.com/jhoblitt/puppet-ipmi/pull/85) ([nathanlcarlson](https://github.com/nathanlcarlson))

**Fixed bugs:**

- `ipmi::network` is broken when `ipmitool` is not installed and the `lan_channel` param is unset [\#88](https://github.com/jhoblitt/puppet-ipmi/issues/88)
- add ipmi::default\_channel param to fix chicken and egg failure [\#89](https://github.com/jhoblitt/puppet-ipmi/pull/89) ([jhoblitt](https://github.com/jhoblitt))
- Provide password capacity parameter to set password command [\#87](https://github.com/jhoblitt/puppet-ipmi/pull/87) ([nathanlcarlson](https://github.com/nathanlcarlson))

## [v6.0.0](https://github.com/jhoblitt/puppet-ipmi/tree/v6.0.0) (2024-09-12)

[Full Changelog](https://github.com/jhoblitt/puppet-ipmi/compare/v5.3.1...v6.0.0)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system Debian 11
"name": "jhoblitt-ipmi",
"version": "6.0.1-rc0",
"version": "6.1.0",
"author": "Joshua Hoblitt <[email protected]>",
"summary": "manages the OpenIPMI package",
"license": "Apache-2.0",
Expand Down

0 comments on commit 482cfff

Please sign in to comment.