Skip to content

Commit ef4b911

Browse files
authored
Merge pull request #445 from puppetlabs/release-prep
Release prep v6.2.0
2 parents 36625ca + 2516ee3 commit ef4b911

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
## [v6.2.0](https://github.com/puppetlabs/puppetlabs-motd/tree/v6.2.0) (2022-05-30)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-motd/compare/v6.1.0...v6.2.0)
8+
9+
### Added
10+
11+
- Update motd location for FreeBSD 13 and above [\#431](https://github.com/puppetlabs/puppetlabs-motd/pull/431) ([Scnaeg](https://github.com/Scnaeg))
12+
- pdksync - \(IAC-1753\) - Add Support for AlmaLinux 8 [\#428](https://github.com/puppetlabs/puppetlabs-motd/pull/428) ([david22swan](https://github.com/david22swan))
13+
- pdksync - \(IAC-1751\) - Add Support for Rocky 8 [\#427](https://github.com/puppetlabs/puppetlabs-motd/pull/427) ([david22swan](https://github.com/david22swan))
14+
15+
### Fixed
16+
17+
- pdksync - \(GH-iac-334\) Remove Support for Ubuntu 16.04 [\#433](https://github.com/puppetlabs/puppetlabs-motd/pull/433) ([david22swan](https://github.com/david22swan))
18+
- pdksync - \(IAC-1787\) Remove Support for CentOS 6 [\#430](https://github.com/puppetlabs/puppetlabs-motd/pull/430) ([david22swan](https://github.com/david22swan))
19+
- pdksync - \(IAC-1598\) - Remove Support for Debian 8 [\#426](https://github.com/puppetlabs/puppetlabs-motd/pull/426) ([david22swan](https://github.com/david22swan))
20+
521
## [v6.1.0](https://github.com/puppetlabs/puppetlabs-motd/tree/v6.1.0) (2021-08-26)
622

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

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.1.0",
3+
"version": "6.2.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",

pdk.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
ignore: []

0 commit comments

Comments
 (0)