diff --git a/metadata.json b/metadata.json index 0b691b6..6ccfeb9 100644 --- a/metadata.json +++ b/metadata.json @@ -1,42 +1,44 @@ { "name": "stm-debconf", - "version": "3.0.0", + "version": "3.1.0", "author": "stm", "summary": "Manage debconf database items on Debian based systems.", "license": "BSD-2-Clause", "source": "https://github.com/smoeding/puppet-debconf", "project_page": "https://github.com/smoeding/puppet-debconf", "issues_url": "https://github.com/smoeding/puppet-debconf/issues", "dependencies": [ ], "operatingsystem_support": [ { "operatingsystem": "Debian", "operatingsystemrelease": [ "8", - "9" + "9", + "10" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "14.04", "16.04", - "18.04" + "18.04", + "20.04" ] } ], "requirements": [ { "name": "puppet", "version_requirement": ">= 5.0.0 < 7.0.0" } ], "tags": [ "debconf" ], "pdk-version": "1.18.0", "template-url": "https://github.com/puppetlabs/pdk-templates#master", "template-ref": "heads/master-0-g9c14433" }