]> gitweb.fluxo.info Git - puppet-sshkeys_core.git/commitdiff
Release prep for 1.0.0
authorJacob Helwig <jacob@technosorcery.net>
Tue, 17 Jul 2018 15:48:24 +0000 (08:48 -0700)
committerJacob Helwig <jacob@technosorcery.net>
Tue, 17 Jul 2018 15:48:24 +0000 (08:48 -0700)
CHANGELOG.md
metadata.json

index 4c954cd23809875c77c3f144f06b41d807bd363b..07fb8677d8580782a14e71f9c726588edb5547df 100644 (file)
@@ -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
index 099bf965cde5096ceb32954b411298f47b3a237e..239a463383d340f11858bbde9e79738297c986fb 100644 (file)
@@ -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",