aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelissa <melissa@puppet.com>2018-07-17 14:30:13 -0700
committerGitHub <noreply@github.com>2018-07-17 14:30:13 -0700
commitc9e69ecf2781ebde1cf47a6ba1506d06a4b1d18e (patch)
treee27075c075b584659511ab8950e3c47fbeb29df2
parentc42bbe6471b9f1813d7b40b9f67d988b994a8e5a (diff)
parentdc87ebc57037f7b22b3e0190b3762055bd17786d (diff)
downloadpuppet-sshkeys_core-c9e69ecf2781ebde1cf47a6ba1506d06a4b1d18e.tar.gz
puppet-sshkeys_core-c9e69ecf2781ebde1cf47a6ba1506d06a4b1d18e.tar.bz2
Merge pull request #3 from jhelwig/merge-release-to-master
Merge release to master
-rw-r--r--CHANGELOG.md10
-rw-r--r--metadata.json10
2 files changed, 11 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c954cd..07fb867 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,10 @@
All notable changes to this project will be documented in this file.
-## Release 0.1.0
+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).
-**Features**
+## [1.0.0] - 2018-07-17
+### Summary
+This is the initial release of the extracted sshkeys module.
-**Bugfixes**
-
-**Known Issues**
+[1.0.0]: https://github.com/puppetlabs/puppetlabs-sshkeys_core/releases/tag/1.0.0
diff --git a/metadata.json b/metadata.json
index 099bf96..239a463 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,10 +1,12 @@
{
"name": "puppetlabs-sshkeys_core",
- "version": "0.1.0",
+ "version": "1.0.0",
"author": "Puppet Labs",
- "summary": "",
+ "summary": "Manage SSH authorized keys, and known hosts.",
"license": "Apache-2.0",
- "source": "",
+ "source": "https://github.com/puppetlabs/puppetlabs-sshkeys_core",
+ "project_page": "https://github.com/puppetlabs/puppetlabs-sshkeys_core/blob/master/README.md",
+ "issues_url": "https://tickets.puppetlabs.com/project/MODULES",
"dependencies": [
],
@@ -81,7 +83,7 @@
"requirements": [
{
"name": "puppet",
- "version_requirement": ">= 4.7.0 < 6.0.0"
+ "version_requirement": ">= 4.7.0 < 7.0.0"
}
],
"pdk-version": "1.5.0",