Skip to content

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Apr 7, 2022
1 parent 676e5b1 commit 772c1ec
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).

## [v3.1.0](https://github.com/treydock/puppet-module-mofed/tree/v3.1.0) (2022-04-07)

[Full Changelog](https://github.com/treydock/puppet-module-mofed/compare/v3.0.0...v3.1.0)

### Added

- Replace CentOS 8 with Rocky 8 - do not set NM\_CONTROLLED=no for EL8 by default [\#23](https://github.com/treydock/puppet-module-mofed/pull/23) ([treydock](https://github.com/treydock))

## [v3.0.0](https://github.com/treydock/puppet-module-mofed/tree/v3.0.0) (2021-05-19)

[Full Changelog](https://github.com/treydock/puppet-module-mofed/compare/v2.3.1...v3.0.0)
Expand Down
9 changes: 9 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ The following parameters are available in the `mofed::interface` defined type:
* [`gateway`](#gateway)
* [`ensure`](#ensure)
* [`enable`](#enable)
* [`nm_controlled`](#nm_controlled)
* [`connected_mode`](#connected_mode)
* [`mtu`](#mtu)
* [`bonding`](#bonding)
Expand Down Expand Up @@ -422,6 +423,14 @@ Boolean of whether to enable the interface at boot.

Default value: ``true``

##### <a name="nm_controlled"></a>`nm_controlled`

Data type: `Optional[Variant[Boolean, Enum['yes','no']]]`

Value for nm_controlled on interface

Default value: ``undef``

##### <a name="connected_mode"></a>`connected_mode`

Data type: `Enum['yes', 'no']`
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": "treydock-mofed",
"version": "3.0.0",
"version": "3.1.0",
"author": "treydock",
"summary": "Mellanox OFED Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 772c1ec

Please sign in to comment.