X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=metadata.json;h=423cc76d116cf6b545eb6c370f9c3f8ce7c67a7a;hb=5bfedd5adbeebe87f9ebd00bbaa104ea270766d9;hp=dbcd0aac310384a2b2eab611ad6092b2c45ddd23;hpb=45242b8dc89aa4c83dc5ba3b6a976f589200eb7c;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/metadata.json b/metadata.json index dbcd0aa..423cc76 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-apt", - "version": "8.3.0", + "version": "9.0.2", "author": "puppetlabs", "summary": "Provides an interface for managing Apt source, key, and definitions with Puppet", "license": "Apache-2.0", @@ -10,14 +10,13 @@ "dependencies": [ { "name": "puppetlabs/stdlib", - "version_requirement": ">= 4.16.0 < 9.0.0" + "version_requirement": ">= 9.0.0 < 10.0.0" } ], "operatingsystem_support": [ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "9", "10", "11" ] @@ -26,17 +25,18 @@ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "18.04", - "20.04" + "20.04", + "22.04" ] } ], "requirements": [ { "name": "puppet", - "version_requirement": ">= 6.0.0 < 8.0.0" + "version_requirement": ">= 7.0.0 < 9.0.0" } ], "template-url": "https://github.com/puppetlabs/pdk-templates.git#main", - "template-ref": "heads/main-0-gf3911d3", - "pdk-version": "2.3.0" + "template-ref": "heads/main-0-ge5b0114", + "pdk-version": "2.7.1" }