X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=metadata.json;h=ac01aa100e5e014fe26d64f666e055d64c16271c;hb=refs%2Ftags%2Fv8.2.0;hp=11b2b0237d5518106ce4a171119be3165744054c;hpb=292b6ff966e7cdc21659ce04bd4d4cd612ced4b6;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/metadata.json b/metadata.json index 11b2b02..ac01aa1 100644 --- a/metadata.json +++ b/metadata.json @@ -1,7 +1,7 @@ { "name": "puppetlabs-apt", - "version": "4.5.1", - "author": "Puppet Labs", + "version": "8.2.0", + "author": "puppetlabs", "summary": "Provides an interface for managing Apt source, key, and definitions with Puppet", "license": "Apache-2.0", "source": "https://github.com/puppetlabs/puppetlabs-apt", @@ -10,7 +10,7 @@ "dependencies": [ { "name": "puppetlabs/stdlib", - "version_requirement": ">= 4.16.0 < 5.0.0" + "version_requirement": ">= 4.16.0 < 9.0.0" } ], "operatingsystem_support": [ @@ -18,24 +18,28 @@ "operatingsystem": "Debian", "operatingsystemrelease": [ "8", - "9" + "9", + "10", + "11" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "14.04", - "16.04" + "16.04", + "18.04", + "20.04" ] } ], "requirements": [ { "name": "puppet", - "version_requirement": ">= 4.7.0 < 6.0.0" + "version_requirement": ">= 6.0.0 < 8.0.0" } ], - "template-url": "https://github.com/puppetlabs/pdk-templates", - "template-ref": "heads/master-0-g34e3266", - "pdk-version": "1.5.0" + "template-url": "https://github.com/puppetlabs/pdk-templates.git#main", + "template-ref": "heads/main-0-g51828b4", + "pdk-version": "2.2.0" }