diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1481a0b..0ed1b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,28 @@ +# 0.5.0 +- FEATURE: Mikrotik RouterOS model (by @emjemj) +- FEATURE: add support for Cisco VSS (by @MrRJ45) +- BUGFIX: general fixes to powerconnect model (by @MrRJ45) +- BUGFIX: fix initial commit issues with rugged (by @MrRJ45) +- BUGFIX: pager error for old dell powerconnect switches (by @emjemj) +- BUGFIX: logout error for old dell powerconnect switches (by @emjemj) + +# 0.4.1 +- BUGFIX: handle missing output file (by @brandt) +- BUGFIX: fix passwordless enable on Arista EOS model (by @brandt) + # 0.4.0 - FEATURE: allow setting IP address in addition to name in source (SQL/CSV) - FEATURE: approximate how long it takes to get node from larger view than 1 - FEATURE: unconditionally start new job if too long has passed since previous start - FEATURE: add enable to Arista EOS model - FEATURE: add rugged dependency in gemspec +- FEATURE: log prompt detection failures - BUGFIX: xos while using telnet (by @fhibler) - BUGFIX: ironware logout on some models (by @fhibler) - BUGFIX: allow node to be removed while it is being collected - BUGFIX: if model returns non string value, return empty string +- BUGFIX: better prompt for Arista EOS model (by @rodecker) +- BUGFIX: improved configuration handling for Arista EOS model (by @rodecker) # 0.3.0 - FEATURE: *FIXME* bunch of stuff I did for richih, docs needed |