From 45eca94ae6c3061111c4817322c22fa35647a70e Mon Sep 17 00:00:00 2001 From: David Croft Date: Tue, 11 May 2021 18:48:02 +0100 Subject: [PATCH] release version 1.0.0 --- metadata.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata.json b/metadata.json index ac5846e..b6b0a7d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,8 +1,8 @@ { "name": "davidc/getssl", - "version": "0.0.6-unreleased", + "version": "1.0.0", "author": "Daniel Thielking, David Croft", - "summary": "Automates Let's Encrypt certificates using getssl from srvrco", + "summary": "Automates Let's Encrypt certificates using the getssl script", "license": "Apache-2.0", "source": "https://github.com/davidc/puppet_getssl", "project_page": "https://github.com/davidc/puppet_getssl", @@ -12,7 +12,7 @@ {"name": "puppetlabs-stdlib", "version_requirement": ">= 4.0.0"} ], "operatingsystem_support": [ - {"operatingsystem": "Debian", "operatingsystemrelease": ["8", "9"]} + {"operatingsystem": "Debian", "operatingsystemrelease": ["8", "9", "10"]} ] }