diff --git a/CHANGELOG.md b/CHANGELOG.md index e5261d2..5c6585e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,28 +2,36 @@ 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.2.0](https://github.com/puppetlabs/puppetlabs-accounts/tree/v7.2.0) - 2022-05-16 +## [v7.3.0](https://github.com/puppetlabs/puppetlabs-accounts/tree/v7.3.0) (2022-10-03) -[Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/v7.1.1...v7.2.0) +[Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/v7.2.0...v7.3.0) ### Added -- Added new SSH key type. [#410](https://github.com/puppetlabs/puppetlabs-accounts/pull/410) ([PorkCharsui79](https://github.com/PorkCharsui79)) +- pdksync - \(GH-cat-11\) Certify Support for Ubuntu 22.04 [\#414](https://github.com/puppetlabs/puppetlabs-accounts/pull/414) ([david22swan](https://github.com/david22swan)) +- pdksync - \(GH-cat-12\) Add Support for Redhat 9 [\#413](https://github.com/puppetlabs/puppetlabs-accounts/pull/413) ([david22swan](https://github.com/david22swan)) -- pdksync - (IAC-1753) - Add Support for AlmaLinux 8 [#397](https://github.com/puppetlabs/puppetlabs-accounts/pull/397) ([david22swan](https://github.com/david22swan)) +### Fixed -- pdksync - (IAC-1751) - Add Support for Rocky 8 [#395](https://github.com/puppetlabs/puppetlabs-accounts/pull/395) ([david22swan](https://github.com/david22swan)) +- Fix sshkey\_mode bug [\#415](https://github.com/puppetlabs/puppetlabs-accounts/pull/415) ([holtwilkins](https://github.com/holtwilkins)) -### Fixed +## [v7.2.0](https://github.com/puppetlabs/puppetlabs-accounts/tree/v7.2.0) (2022-05-16) -- pdksync - (GH-iac-334) Remove Support for Ubuntu 16.04 [#401](https://github.com/puppetlabs/puppetlabs-accounts/pull/401) ([david22swan](https://github.com/david22swan)) +[Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/v7.1.1...v7.2.0) -- pdksync - (IAC-1787) Remove Support for CentOS 6 [#398](https://github.com/puppetlabs/puppetlabs-accounts/pull/398) ([david22swan](https://github.com/david22swan)) +### Added + +- Added new SSH key type. [\#410](https://github.com/puppetlabs/puppetlabs-accounts/pull/410) ([PorkCharsui79](https://github.com/PorkCharsui79)) +- pdksync - \(IAC-1753\) - Add Support for AlmaLinux 8 [\#397](https://github.com/puppetlabs/puppetlabs-accounts/pull/397) ([david22swan](https://github.com/david22swan)) +- pdksync - \(IAC-1751\) - Add Support for Rocky 8 [\#395](https://github.com/puppetlabs/puppetlabs-accounts/pull/395) ([david22swan](https://github.com/david22swan)) -- pdksync - (IAC-1598) - Remove Support for Debian 8 [#394](https://github.com/puppetlabs/puppetlabs-accounts/pull/394) ([david22swan](https://github.com/david22swan)) +### Fixed +- pdksync - \(GH-iac-334\) Remove Support for Ubuntu 16.04 [\#401](https://github.com/puppetlabs/puppetlabs-accounts/pull/401) ([david22swan](https://github.com/david22swan)) +- pdksync - \(IAC-1787\) Remove Support for CentOS 6 [\#398](https://github.com/puppetlabs/puppetlabs-accounts/pull/398) ([david22swan](https://github.com/david22swan)) +- pdksync - \(IAC-1598\) - Remove Support for Debian 8 [\#394](https://github.com/puppetlabs/puppetlabs-accounts/pull/394) ([david22swan](https://github.com/david22swan)) -## [v7.1.1](https://github.com/puppetlabs/puppetlabs-accounts/tree/v7.1.1) (2021-08-25) +## [v7.1.1](https://github.com/puppetlabs/puppetlabs-accounts/tree/v7.1.1) (2021-08-26) [Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/v7.1.0...v7.1.1) diff --git a/REFERENCE.md b/REFERENCE.md index 52c57de..e96f333 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -464,7 +464,7 @@ Default value: ``undef`` ##### `shell` -Data type: `Optional[Stdlib::Unixpath]` +Data type: `Stdlib::Unixpath` Manages the user shell. diff --git a/metadata.json b/metadata.json index 7d8c4de..906412e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-accounts", - "version": "7.2.0", + "version": "7.3.0", "author": "puppetlabs", "summary": "Account management module.", "license": "Apache-2.0", diff --git a/pdk.yaml b/pdk.yaml new file mode 100644 index 0000000..4bef4bd --- /dev/null +++ b/pdk.yaml @@ -0,0 +1,2 @@ +--- +ignore: []