From 78fe9955de28422aa44dcada687cf3f9f70976dc Mon Sep 17 00:00:00 2001 From: Saku Ytti Date: Wed, 28 Sep 2016 16:27:13 +0300 Subject: update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ Gemfile.lock | 12 ++++++------ 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b85c055..e23ed34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 0 17.3 +- FEATURE: "nil", "false" and "true" in source (e.g. router.db) are interpeted as nil, false, true. Empty is now always considered empty string, instead of in some cases nil and some cases empty string. +- FEATURE: support tftp as input model (@MajesticFalcon) +- FEATURE: add alvarion model (@MajesticFalcon) +- FEATURE: detect if ssh wants password terminal/CLI prompt or not +- FEATURE: node (group, model, username, password) resolution refactoring, supports wider range of use-cases +- BUGFIX: fetch for file output (@danilopopeye) +- BUGFIX: net-ssh version specification +- BUGFIX: routeros, catos, pfsense + # 0.16.3 - FEATURE: pfsense support (by @stokbaek) - BUGFIX: cumulus prompt not working with default switch configs (by @nertwork) diff --git a/Gemfile.lock b/Gemfile.lock index 1188627..ed35de9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ PATH remote: . specs: - oxidized (0.14.3) + oxidized (0.16.3) asetus (~> 0.1) - net-ssh (>= 3.0.0, < 3.1) + net-ssh (~> 3.0.2) rugged (~> 0.21, >= 0.21.4) slop (~> 3.5) @@ -14,7 +14,7 @@ GEM coderay (1.1.0) metaclass (0.0.4) method_source (0.8.2) - minitest (5.8.3) + minitest (5.9.0) mocha (1.1.0) metaclass (~> 0.0.1) net-ssh (3.0.2) @@ -22,8 +22,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - rake (10.4.2) - rugged (0.24.0) + rake (10.5.0) + rugged (0.23.3) slop (3.6.0) PLATFORMS @@ -38,4 +38,4 @@ DEPENDENCIES rake (~> 10.0) BUNDLED WITH - 1.12.4 + 1.11.2 -- cgit v1.2.1