Skip to content

Commit

Permalink
Merge pull request #83 from jhoblitt/release/6.0.0
Browse files Browse the repository at this point in the history
release 6.0.0
  • Loading branch information
jhoblitt authored Sep 12, 2024
2 parents 0af7e67 + afdea77 commit ca08911
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ 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.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)

**Breaking changes:**

- drop support for Debian 10 -- EOL [\#81](https://github.com/jhoblitt/puppet-ipmi/pull/81) ([jhoblitt](https://github.com/jhoblitt))
- drop support for ubuntu 18.04 -- EOL [\#80](https://github.com/jhoblitt/puppet-ipmi/pull/80) ([jhoblitt](https://github.com/jhoblitt))
- drop support for EL7 -- EOL [\#79](https://github.com/jhoblitt/puppet-ipmi/pull/79) ([jhoblitt](https://github.com/jhoblitt))

**Implemented enhancements:**

- Add lan channel fact and user channel support [\#78](https://github.com/jhoblitt/puppet-ipmi/pull/78) ([nathanlcarlson](https://github.com/nathanlcarlson))
- Test password [\#76](https://github.com/jhoblitt/puppet-ipmi/pull/76) ([b4ldr](https://github.com/b4ldr))

**Fixed bugs:**

- user: check for password with byte size of 16 and 20 [\#77](https://github.com/jhoblitt/puppet-ipmi/pull/77) ([b4ldr](https://github.com/b4ldr))

## [v5.3.1](https://github.com/jhoblitt/puppet-ipmi/tree/v5.3.1) (2024-01-25)

[Full Changelog](https://github.com/jhoblitt/puppet-ipmi/compare/v5.3.0...v5.3.1)
Expand Down
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* [Classes](#classes)
1. [Additional Facts](#additional-facts)
1. [Limitations](#limitations)
* [Tested Platforms](#tested-platforms)
1. [Versioning](#versioning)
1. [Support](#support)
1. [Contributing](#contributing)
Expand Down Expand Up @@ -213,19 +212,6 @@ has been implemented.

Adding other Linux distrubtions should be trivial.

### Tested Platforms

* el7
* el8
* Debian 8
* Debian 9
* Debian 10
* Debian 11
* Ubuntu 14.04
* Ubuntu 16.04
* Ubuntu 18.04
* Ubuntu 20.04

## Versioning

This module is versioned according to the [Semantic Versioning
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jhoblitt-ipmi",
"version": "5.3.2-rc0",
"version": "6.0.0",
"author": "Joshua Hoblitt <[email protected]>",
"summary": "manages the OpenIPMI package",
"license": "Apache-2.0",
Expand Down

0 comments on commit ca08911

Please sign in to comment.