From c83e97a3495e974ffe42eed83dbaa90d5d3e63e9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 5 Apr 2023 11:36:50 +0000 Subject: [PATCH] Release prep v7.0.0 --- CHANGELOG.md | 15 ++++++++++++++- REFERENCE.md | 46 +++++++++++++++++++++++----------------------- metadata.json | 2 +- 3 files changed, 38 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fba6a59b..b49ff088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 @@ -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 diff --git a/REFERENCE.md b/REFERENCE.md index 66e778da..6864a338 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -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) -##### `dynamic_motd` +##### `dynamic_motd` Data type: `Boolean` Enables or disables dynamic motd on Debian systems. -Default value: ``true`` +Default value: `true` -##### `template` +##### `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` -##### `content` +##### `content` Data type: `Optional[String]` Specifies a static string as the motd content. -Default value: ``undef`` +Default value: `undef` -##### `issue_template` +##### `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` -##### `issue_content` +##### `issue_content` Data type: `Optional[String]` Specifies a static string as the `/etc/issue` content. -Default value: ``undef`` +Default value: `undef` -##### `issue_net_template` +##### `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` -##### `issue_net_content` +##### `issue_net_content` Data type: `Optional[String]` Specifies a static string as the `/etc/issue.net` content. -Default value: ``undef`` +Default value: `undef` -##### `windows_motd_title` +##### `windows_motd_title` Data type: `String` diff --git a/metadata.json b/metadata.json index 1d99d32f..5f9c3dd3 100644 --- a/metadata.json +++ b/metadata.json @@ -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",