Skip to content

Commit 52d46fc

Browse files
committed
Merge pull request #148 from rski/changelog_update
Update metadata.json, CHANGELOG for the 0.5.0 release
2 parents 19d3a5f + 66bd1fa commit 52d46fc

File tree

2 files changed

+43
-20
lines changed

2 files changed

+43
-20
lines changed

CHANGELOG

+12
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,20 @@ CHANGELOG
3535
* generate Debian auto/allow-hotplug only if not empty
3636
* (#104) fix a typo in the redhat provider for network_route
3737
* (#116) fix a vlan matching bug
38+
* allow an empty hash for options
39+
* ignore new Debian Jessie's features
40+
* (#115) guard againt :absent provider.options in redhat
41+
* (#143) make :absent attributes not get written to redhat files
42+
* fix network facts on gentoo
3843

3944
Thanks for their contributions to this release go to:
4045

4146
* Adrien Thebo
4247
* Ahmed Elsabbahy
48+
* Daniele Sluijters
49+
* David Schmitt
50+
* Davide Ferrari
51+
* Derek Higgins
4352
* Drew Blessing
4453
* Eric Sakowski
4554
* Ewoud Kohl van Wijngaarden
@@ -49,12 +58,15 @@ Thanks for their contributions to this release go to:
4958
* Jasper Lievisse Adriaanse
5059
* Jon Skarpeteig
5160
* Jordi Clariana
61+
* Joseph Yaworski
5262
* Joshua Hoblitt
5363
* Julian
5464
* Nan Liu
5565
* Robin H. Johnson
66+
* Romanos Skiadas
5667
* Spencer Krum
5768
* Stefano Zilli
69+
* Steffen Zieger
5870
* Vlastimil Holer
5971
* Wolf Noble
6072

metadata.json

+31-20
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,58 @@
11
{
2-
"name": "puppet-network",
2+
"name": "puppet-network",
33
"version": "0.5.0",
4-
"author": "puppetcommunity",
4+
"author": "voxpupuli",
55
"license": "Apache-2.0",
66
"summary": "Manage non-volatile network configuration",
7-
8-
"source": "https://github.com/puppet-community/puppet-network",
9-
"project_page": "https://forge.puppetlabs.com/puppet/network",
10-
"issues_url": "https://github.com/puppet-community/puppet-network/issues",
11-
12-
"tags": [ "network" ],
13-
7+
"source": "https://github.com/voxpupuli/puppet-network",
8+
"project_page": "https://github.com/voxpupuli/puppet-network",
9+
"issues_url": "https://github.com/voxpupuli/puppet-network/issues",
10+
"tags": [
11+
"network",
12+
"voxpupuli"
13+
],
1414
"operatingsystem_support": [
1515
{
16-
"operatingsystem":"RedHat",
17-
"operatingsystemrelease":[
16+
"operatingsystem": "RedHat",
17+
"operatingsystemrelease": [
1818
"5",
1919
"6",
2020
"7"
2121
]
2222
},
2323
{
24-
"operatingsystem":"CentOS",
25-
"operatingsystemrelease":[
24+
"operatingsystem": "CentOS",
25+
"operatingsystemrelease": [
2626
"5",
2727
"6",
2828
"7"
2929
]
3030
},
3131
{
32-
"operatingsystem":"Debian",
33-
"operatingsystemrelease":[
32+
"operatingsystem": "Debian",
33+
"operatingsystemrelease": [
3434
"6",
3535
"7",
3636
"8"
3737
]
3838
}
3939
],
40-
4140
"dependencies": [
42-
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 2.3.0" },
43-
{ "name": "adrien/filemapper", "version_requirement": ">= 1.0.0" },
44-
{ "name": "adrien/boolean", "version_requirement": ">= 1.0.0" },
45-
{ "name": "camptocamp/kmod", "version_requirement": ">= 0.0.1" }
41+
{
42+
"name": "puppetlabs/stdlib",
43+
"version_requirement": ">= 2.3.0"
44+
},
45+
{
46+
"name": "adrien/filemapper",
47+
"version_requirement": ">= 1.0.0"
48+
},
49+
{
50+
"name": "adrien/boolean",
51+
"version_requirement": ">= 1.0.0"
52+
},
53+
{
54+
"name": "camptocamp/kmod",
55+
"version_requirement": ">= 0.0.1"
56+
}
4657
]
4758
}

0 commit comments

Comments
 (0)