Skip to content

Commit

Permalink
Bump version to 1.0.0 and add operatingsystem_support
Browse files Browse the repository at this point in the history
  • Loading branch information
jerearista committed May 18, 2015
1 parent 9373447 commit 5e176ae
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aristanetworks-netdev_stdlib_eos",
"version": "0.2.0",
"author": "aristanetworks",
"version": "1.0.0",
"author": "Arista Networks, EOS+",
"summary": "NetDev Providers for Arista EOS",
"license": "BSD-3-Clause",
"source": "https://github.com/arista-eosplus/puppet-netdev",
Expand All @@ -17,6 +17,16 @@
"version_range": ">= 0.10.0"
}
],
"operatingsystem_support": [
{
"operatingsystem":"AristaEOS",
"operatingsystemrelease":[
"4.13.7+",
"4.14.x",
"4.15.x"
]
}
],
"tags": ["network", "netdev", "arista", "eos"]
}

0 comments on commit 5e176ae

Please sign in to comment.