From 4b4cb1aff1df27f59d244289d6f6bbe3b08ee622 Mon Sep 17 00:00:00 2001 From: Saku Ytti Date: Mon, 11 Jul 2016 15:34:15 +0300 Subject: release 0.15.0 --- CHANGELOG.md | 11 +++++++++++ lib/oxidized/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cea6fb4..f2235ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 0.15.0 +- FEATURE: disable periodic collection, only on demand (by Adam Winberg) +- FEATURE: allow disabling ssh exec mode always (mainly for oxidized-script) (by @nickhilliard) +- FEATURE: support mellanox devices (by @ham5ter) +- FEATURE: support firewireos devices (by @alexandre-io) +- FEATURE: support quanta devices (by @f0o) +- FEATURE: support tellabs coriant8800, coriant8600 (by @udhos) +- FEATURE: support brocade6910 (by @cardboardpig) +- BUGFIX: debugging, tests (by @ElvinEfendi) +- BUGFIX: nos, panos, acos, procurve, eos, edgeswitch, aosw, fortios updates + # 0.14.3 - BUGFIX: fix git when using multiple groups without single_repo diff --git a/lib/oxidized/version.rb b/lib/oxidized/version.rb index 428cd19..db52c3b 100644 --- a/lib/oxidized/version.rb +++ b/lib/oxidized/version.rb @@ -1,3 +1,3 @@ module Oxidized - VERSION = '0.14.3' + VERSION = '0.15.0' end -- cgit v1.2.1