Skip to content

Commit b26bb57

Browse files
authored
Merge pull request #474 from puppetlabs/release-prep
Release prep v7.0.0
2 parents 7a50fce + c83e97a commit b26bb57

File tree

3 files changed

+38
-25
lines changed

3 files changed

+38
-25
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

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

5+
## [v7.0.0](https://github.com/puppetlabs/puppetlabs-motd/tree/v7.0.0) (2023-04-05)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-motd/compare/v6.3.0...v7.0.0)
8+
9+
### Changed
10+
11+
- \(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))
12+
13+
### Fixed
14+
15+
- pdksync - \(CONT-189\) Remove support for RedHat6 / OracleLinux6 / Scientific6 [\#456](https://github.com/puppetlabs/puppetlabs-motd/pull/456) ([david22swan](https://github.com/david22swan))
16+
- pdksync - \(CONT-130\) - Dropping Support for Debian 9 [\#450](https://github.com/puppetlabs/puppetlabs-motd/pull/450) ([jordanbreen28](https://github.com/jordanbreen28))
17+
518
## [v6.3.0](https://github.com/puppetlabs/puppetlabs-motd/tree/v6.3.0) (2022-10-03)
619

720
[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
2336

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

2840
### Fixed
2941

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

3850
### Added
3951

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

4255
### Fixed

REFERENCE.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -26,72 +26,72 @@ include motd
2626

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

29-
* [`dynamic_motd`](#dynamic_motd)
30-
* [`template`](#template)
31-
* [`content`](#content)
32-
* [`issue_template`](#issue_template)
33-
* [`issue_content`](#issue_content)
34-
* [`issue_net_template`](#issue_net_template)
35-
* [`issue_net_content`](#issue_net_content)
36-
* [`windows_motd_title`](#windows_motd_title)
29+
* [`dynamic_motd`](#-motd--dynamic_motd)
30+
* [`template`](#-motd--template)
31+
* [`content`](#-motd--content)
32+
* [`issue_template`](#-motd--issue_template)
33+
* [`issue_content`](#-motd--issue_content)
34+
* [`issue_net_template`](#-motd--issue_net_template)
35+
* [`issue_net_content`](#-motd--issue_net_content)
36+
* [`windows_motd_title`](#-motd--windows_motd_title)
3737

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

4040
Data type: `Boolean`
4141

4242
Enables or disables dynamic motd on Debian systems.
4343

44-
Default value: ``true``
44+
Default value: `true`
4545

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

4848
Data type: `Optional[String]`
4949

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

52-
Default value: ``undef``
52+
Default value: `undef`
5353

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

5656
Data type: `Optional[String]`
5757

5858
Specifies a static string as the motd content.
5959

60-
Default value: ``undef``
60+
Default value: `undef`
6161

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

6464
Data type: `Optional[String]`
6565

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

68-
Default value: ``undef``
68+
Default value: `undef`
6969

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

7272
Data type: `Optional[String]`
7373

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

76-
Default value: ``undef``
76+
Default value: `undef`
7777

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

8080
Data type: `Optional[String]`
8181

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

84-
Default value: ``undef``
84+
Default value: `undef`
8585

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

8888
Data type: `Optional[String]`
8989

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

92-
Default value: ``undef``
92+
Default value: `undef`
9393

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

9696
Data type: `String`
9797

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-motd",
3-
"version": "6.3.0",
3+
"version": "7.0.0",
44
"author": "puppetlabs",
55
"summary": "A simple module to demonstrate managing /etc/motd or Windows Logon Message as a template",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)