Skip to content

Commit

Permalink
Merge pull request #474 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v7.0.0
  • Loading branch information
david22swan authored Apr 5, 2023
2 parents 7a50fce + c83e97a commit b26bb57
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 25 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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).

## [v7.0.0](https://github.com/puppetlabs/puppetlabs-motd/tree/v7.0.0) (2023-04-05)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-motd/compare/v6.3.0...v7.0.0)

### Changed

- \(Cont 787\) Add Support for Puppet 8 / Drop Support for Puppet 6 [\#472](https://github.com/puppetlabs/puppetlabs-motd/pull/472) ([david22swan](https://github.com/david22swan))

### Fixed

- pdksync - \(CONT-189\) Remove support for RedHat6 / OracleLinux6 / Scientific6 [\#456](https://github.com/puppetlabs/puppetlabs-motd/pull/456) ([david22swan](https://github.com/david22swan))
- pdksync - \(CONT-130\) - Dropping Support for Debian 9 [\#450](https://github.com/puppetlabs/puppetlabs-motd/pull/450) ([jordanbreen28](https://github.com/jordanbreen28))

## [v6.3.0](https://github.com/puppetlabs/puppetlabs-motd/tree/v6.3.0) (2022-10-03)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-motd/compare/v6.2.0...v6.3.0)
Expand All @@ -23,7 +36,6 @@ All notable changes to this project will be documented in this file. The format

- Update motd location for FreeBSD 13 and above [\#431](https://github.com/puppetlabs/puppetlabs-motd/pull/431) ([Scnaeg](https://github.com/Scnaeg))
- pdksync - \(IAC-1753\) - Add Support for AlmaLinux 8 [\#428](https://github.com/puppetlabs/puppetlabs-motd/pull/428) ([david22swan](https://github.com/david22swan))
- pdksync - \(IAC-1751\) - Add Support for Rocky 8 [\#427](https://github.com/puppetlabs/puppetlabs-motd/pull/427) ([david22swan](https://github.com/david22swan))

### Fixed

Expand All @@ -37,6 +49,7 @@ All notable changes to this project will be documented in this file. The format

### Added

- pdksync - \(IAC-1751\) - Add Support for Rocky 8 [\#427](https://github.com/puppetlabs/puppetlabs-motd/pull/427) ([david22swan](https://github.com/david22swan))
- pdksync - \(IAC-1709\) - Add Support for Debian 11 [\#420](https://github.com/puppetlabs/puppetlabs-motd/pull/420) ([david22swan](https://github.com/david22swan))

### Fixed
Expand Down
46 changes: 23 additions & 23 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,72 +26,72 @@ include motd

The following parameters are available in the `motd` class:

* [`dynamic_motd`](#dynamic_motd)
* [`template`](#template)
* [`content`](#content)
* [`issue_template`](#issue_template)
* [`issue_content`](#issue_content)
* [`issue_net_template`](#issue_net_template)
* [`issue_net_content`](#issue_net_content)
* [`windows_motd_title`](#windows_motd_title)
* [`dynamic_motd`](#-motd--dynamic_motd)
* [`template`](#-motd--template)
* [`content`](#-motd--content)
* [`issue_template`](#-motd--issue_template)
* [`issue_content`](#-motd--issue_content)
* [`issue_net_template`](#-motd--issue_net_template)
* [`issue_net_content`](#-motd--issue_net_content)
* [`windows_motd_title`](#-motd--windows_motd_title)

##### <a name="dynamic_motd"></a>`dynamic_motd`
##### <a name="-motd--dynamic_motd"></a>`dynamic_motd`

Data type: `Boolean`

Enables or disables dynamic motd on Debian systems.

Default value: ``true``
Default value: `true`

##### <a name="template"></a>`template`
##### <a name="-motd--template"></a>`template`

Data type: `Optional[String]`

Specifies a custom template. A template takes precedence over `content`. Valid options: '/mymodule/mytemplate.erb'.

Default value: ``undef``
Default value: `undef`

##### <a name="content"></a>`content`
##### <a name="-motd--content"></a>`content`

Data type: `Optional[String]`

Specifies a static string as the motd content.

Default value: ``undef``
Default value: `undef`

##### <a name="issue_template"></a>`issue_template`
##### <a name="-motd--issue_template"></a>`issue_template`

Data type: `Optional[String]`

Specifies a custom template to process and save to `/etc/issue`. A template takes precedence over `issue_content`.

Default value: ``undef``
Default value: `undef`

##### <a name="issue_content"></a>`issue_content`
##### <a name="-motd--issue_content"></a>`issue_content`

Data type: `Optional[String]`

Specifies a static string as the `/etc/issue` content.

Default value: ``undef``
Default value: `undef`

##### <a name="issue_net_template"></a>`issue_net_template`
##### <a name="-motd--issue_net_template"></a>`issue_net_template`

Data type: `Optional[String]`

Specifies a custom template to process and save to `/etc/issue.net`. A template takes precedence over `issue_net_content`.

Default value: ``undef``
Default value: `undef`

##### <a name="issue_net_content"></a>`issue_net_content`
##### <a name="-motd--issue_net_content"></a>`issue_net_content`

Data type: `Optional[String]`

Specifies a static string as the `/etc/issue.net` content.

Default value: ``undef``
Default value: `undef`

##### <a name="windows_motd_title"></a>`windows_motd_title`
##### <a name="-motd--windows_motd_title"></a>`windows_motd_title`

Data type: `String`

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": "puppetlabs-motd",
"version": "6.3.0",
"version": "7.0.0",
"author": "puppetlabs",
"summary": "A simple module to demonstrate managing /etc/motd or Windows Logon Message as a template",
"license": "Apache-2.0",
Expand Down

0 comments on commit b26bb57

Please sign in to comment.