summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaku Ytti <saku@ytti.fi>2016-09-28 16:27:13 +0300
committerSaku Ytti <saku@ytti.fi>2016-09-28 16:27:13 +0300
commit78fe9955de28422aa44dcada687cf3f9f70976dc (patch)
tree80b60cf6e4fb610a3ae0131f2d2a420e824b08b5
parente638e7c9685d375afbfba2949943da1c542dae53 (diff)
update CHANGELOG
-rw-r--r--CHANGELOG.md10
-rw-r--r--Gemfile.lock12
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