From 5e176aecb3fbad07e8008ae61b1ec02215529aa7 Mon Sep 17 00:00:00 2001 From: Jere Julian Date: Mon, 18 May 2015 10:28:03 -0400 Subject: [PATCH] Bump version to 1.0.0 and add operatingsystem_support --- metadata.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 1243aff..0261aae 100644 --- a/metadata.json +++ b/metadata.json @@ -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", @@ -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"] }