comparison modules/stdlib/metadata.json @ 424:4a2ee7e3b110

Update stdlib in case it fixed deprecation
author IBBoard <dev@ibboard.co.uk>
date Sun, 09 Oct 2022 10:34:32 +0100
parents d9352a684e62
children adf6fe9bbc17
comparison
equal deleted inserted replaced
423:a200bf678bec 424:4a2ee7e3b110
1 { 1 {
2 "name": "puppetlabs-stdlib", 2 "name": "puppetlabs-stdlib",
3 "version": "6.2.0", 3 "version": "6.6.0",
4 "author": "puppetlabs", 4 "author": "puppetlabs",
5 "summary": "Standard library of resources for Puppet modules.", 5 "summary": "Standard library of resources for Puppet modules.",
6 "license": "Apache-2.0", 6 "license": "Apache-2.0",
7 "source": "https://github.com/puppetlabs/puppetlabs-stdlib", 7 "source": "https://github.com/puppetlabs/puppetlabs-stdlib",
8 "project_page": "https://github.com/puppetlabs/puppetlabs-stdlib", 8 "project_page": "https://github.com/puppetlabs/puppetlabs-stdlib",
9 "issues_url": "https://tickets.puppetlabs.com/browse/MODULES", 9 "issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
10 "dependencies": [ 10 "dependencies": [
11 11
12 ], 12 ],
13 "data_provider": null,
14 "operatingsystem_support": [ 13 "operatingsystem_support": [
15 { 14 {
16 "operatingsystem": "RedHat", 15 "operatingsystem": "RedHat",
17 "operatingsystemrelease": [ 16 "operatingsystemrelease": [
18 "5", 17 "5",
64 { 63 {
65 "operatingsystem": "Ubuntu", 64 "operatingsystem": "Ubuntu",
66 "operatingsystemrelease": [ 65 "operatingsystemrelease": [
67 "14.04", 66 "14.04",
68 "16.04", 67 "16.04",
69 "18.04" 68 "18.04",
69 "20.04"
70 ] 70 ]
71 }, 71 },
72 { 72 {
73 "operatingsystem": "Solaris", 73 "operatingsystem": "Solaris",
74 "operatingsystemrelease": [ 74 "operatingsystemrelease": [
100 } 100 }
101 ], 101 ],
102 "requirements": [ 102 "requirements": [
103 { 103 {
104 "name": "puppet", 104 "name": "puppet",
105 "version_requirement": ">= 5.5.10 < 7.0.0" 105 "version_requirement": ">= 5.5.10 < 8.0.0"
106 } 106 }
107 ], 107 ],
108 "description": "Standard Library for Puppet Modules", 108 "description": "Standard Library for Puppet Modules",
109 "pdk-version": "1.14.1", 109 "pdk-version": "1.18.1",
110 "template-url": "https://github.com/puppetlabs/pdk-templates#master", 110 "template-url": "https://github.com/puppetlabs/pdk-templates#main",
111 "template-ref": "heads/master-0-g643529a" 111 "template-ref": "heads/main-0-g5afcd3d"
112 } 112 }