All Versions
49
Latest Version
Avg Release Cycle
66 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v17.0 Changes
- 🔋 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
-
v0.28.0 Changes
May 18, 2020➕ Added
- ➕ add VMWare NSX Edge 6.4+ support (@elmobp)
- ➕ add Dell EMC Networking OS10 support (@mmisslin)
- ➕ add Centec Networks CNOS (Fiberstore S5800/S5850) support via cnos model (@freddy36)
- include transceiver information in EdgeCOS model (@freddy36)
- ➕ add Telco Systems T-Marc 3306 support via telco model (@SkylerBlumer)
- ➕ add enable support to ciscosmb (@deesel)
- ➕ add Waystream iBOS model
- ➕ add QTECH model (@moisseev)
🔄 Changed
- more secret scrubbing in sonicos (@s-fu)
- openssh key scrubbing as secret in fortios (@agabellini)
- scrubs macsec key from Arista EOS (@krisamundson)
- rubocop dependency now ~> 0.80.0
- rugged dependency now ~> 0.28.0
- cumulus model no longer records transient data (@plett)
🛠 Fixed
- 🖨 use without-paging variant of print statement in routeros (@vkushnir)
- include the commands in the output in EdgeCOS model (@freddy36)
- ⚡️ update patterns for minor software version dependent differences in EdgeCOS model @freddy36)
- 👍 better login modalities for telnet in aos7 (@optimuscream)
- 👍 better virtual domain detection in fortios (@agabellini)
- 👍 allow any max length for username/password in GcomBNPS (@freddy36)
- 😌 relax prompt requirements in ciscosmb (@Atroskelis)
- 🚚 fortios model strips uptime even without remove_secrets (@jplitza)
- HP ProCurve now accepts ">" as apart of the prompt (@magnuslarsen)
- 🛠 fix IOS SNMP notification community hiding for informs and v3 (@moisseev)
- 🛠 fixed issue where the regex-pattern for XOS-prompts used invalid syntax (@darkcatapulter)
- 👀 set terminal width in EdgeCOS model (@moisseev)
- 👀 suppress errors for commands that are not supported on some devices in EdgeCOS model (@moisseev)
- 👀 revert including command names in the output of the EdgeCOS model (@moisseev)
-
v0.27.0 Changes
October 27, 2019- 🔋 FEATURE: add automatic restart on failure for systemd (@deajan)
- 🔋 FEATURE: add ZynOS GS1900 specific model support (@deajan)
- 🔋 FEATURE: add PurityOS model support (@elliot64)
- 🔋 FEATURE: add Ubiquiti Airfiber model support (@cchance27)
- 🔋 FEATURE: add Icotera support (@funzoneq)
- 🔋 FEATURE: include licensing information in aos model (@pozar)
- 🔋 FEATURE: include chassis information in sros model (@raunz)
- 🔋 FEATURE: add firelinuxos (FirePOWER) model (@rgnv)
- 🔋 FEATURE: add sonicos model (@rgnv)
- 🔋 FEATURE: add hpmsm model (@timwsuqld)
- 🔋 FEATURE: include hardware and product information in oneos model (@raunz)
- 🔋 FEATURE: add FastIron model (@ZacharyPuls)
- 🔋 FEATURE: add Linuxgeneric model (@davama)
- 🔋 FEATURE: include HA status info in fortios model (@raunz)
- 🔋 FEATURE: add SpeedTouch model (@raunz)
- 🔋 FEATURE: comware added device manuinfo to include serial number (@raunz)
- 🛠 BUGFIX: prevent versionning on procurve switches by removing power usage output (@deajan)
- 🛠 BUGFIX: improve procurve telnet support for older switches (@deajan)
- 🛠 BUGFIX: voss model
- 🛠 BUGFIX: cambium model should not consider timestamp for backup as unneeded, and causes diffs (@cchance27)
- 🛠 BUGFIX: remove 'sh system' from ciscosmb model (@Exordian)
- 🛠 BUGFIX: dlink model didn't support prompts with spaces in the model type (Extreme EAS 200-24p) (@cchance27)
- 🛠 BUGFIX: routeros model does not collect configuration via telnet input (@hexdump0x0200)
- 🛠 BUGFIX: add dependencies for net-ssh
- 🛠 BUGFIX: don't log power module info on procurve model anymore
- 🛠 BUGFIX: crash on some recent Ruby versions in the nagios check (@Kegeruneku)
- 🛠 BUGFIX: remove stray whitespace in adtran model (@nickhilliard)
- 🛠 BUGFIX: if input model returns subclassed string we may overwrite the string with an empty string
- 🛠 BUGFIX: updated aosw.rb prompt. addresses issue #1254
- 🛠 BUGFIX: update comware model to fix telnet login/password for HPE MSR954 and HPE5130. Issue #1886
- 🛠 BUGFIX: filter out IOS configuration/NVRAM modified/changed timestamps to keep output persistent
- 🛠 BUGFIX: update screenos model to reduce the amount of lines being stripped from beginning of cfg output
- 🛠 BUGFIX: include colon in aosw prompt regexp in case it is a mac address (@raunz)
- 🛠 BUGFIX: comware improvement for requesting HP 19x0 switches hidden CLI. Issues #1754 and #1447
- 🛠 BUGFIX: fix variable inheritance when subclassing a model
- 🐳 MISC: add pgsql support, mechanized and net-tftp to Dockerfile
- ⬆️ MISC: upgrade slop, net-telnet and rugged
- MISC: extra secret scrubbing in comware model (@bengels00)
- 🐧 MISC: removed snmpd lines from linuxgeneric model
- 🔧 MISC: moved show configuration command to the end in junos model (@raunz)
- MISC: filter pap and chap passwords in ios model (@matejv)
-
v0.26.3 Changes
March 06, 2019🛠 Fixed
- regression in git.rb version method where we check if Rugged::Diff has any deltas/patches
-
v0.26.2 Changes
March 05, 2019🛠 Fixed
- suppress net-ssh 5 deprecation warnings by moving from :paranoid to :verify_host_key
-
v0.26.1 Changes
March 04, 2019🛠 Fixed
- 💎 force file permissions in rubygems
-
v0.26.0 Changes
March 04, 2019- 🔋 FEATURE: add Cisco VPN3000 model (@baznikin)
- 🔋 FEATURE: add NetGear PROSafe Smart switches model (@baznikin)
- 🔋 FEATURE: Added possibility to pass root logs directory as environment variable (@Glorf)
- 🔋 FEATURE: add OneAccess TDRE (1645) model (@starrsl)
- 🔋 FEATURE: add Audiocodes MediaPack MP-1xx and Mediant 1000 model (@pedjaj)
- 🔋 FEATURE: add raisecom RAX model (@vitalisator)
- 🔋 FEATURE: add huawei smartax model (@nyash)
- 🔋 FEATURE: add grandstream model
- 🛠 BUGFIX: in git comparison we might mistakenly always detect change due to !utf8 vs. utf8 encoding of a char
- ⚡️ MISC: prompt updates in siklu, netonix, netscaler models
- 💎 MISC: minimal supported ruby is now 2.3, net-ssh dependency ~> 5, rubocop ~> 0.65.0
-
v0.25.1 Changes
December 17, 2018🛠 Fixed
- 🚀 update changelog which was forgotten during release
-
v0.25.0 Changes
December 16, 2018- 🔋 FEATURE: add viptela model (@bobthebutcher)
- 🔋 FEATURE: add ECI Telecom Appolo platform bij [email protected]
- FEATURE: ssh keepalive now configurable per node with ssh_no_keepalive boolean
- 🔋 FEATURE: add Comtrol model (@RobbFromIT)
- 🔋 FEATURE: add Dell X-series model (@RobbFromIT)
- 🔋 FEATURE: add privilege escalation to the cumulus model (@user4574)
- 🔋 FEATURE: add adtran model (@CFUJoshWeepie)
- 🔋 FEATURE: add firebrick model (@lewisvive)
- 🛠 BUGFIX: netgear telnet password prompt not detected
- 🛠 BUGFIX: xos model should not modify config on legacy Extreme Networks devices (@sq9mev)
- 🛠 BUGFIX: model dlink, edgecos, ciscosmb, openbsd
- BUGFIX: hide 'lighttpd_ls_password' as potential secret in pfsense model (@dra)
- 🛠 BUGFIX: ciscospark hook error when diff is set to false
- 🏗 MISC: bump Dockerfile phusion/baseimage:0.10.0 -> 0.11, revert to one-stage build
- 🐳 MISC: add sqlite3 and mysql2 drivers for sequel to Dockerfile
- MISC: Added verbiage to set OXIDIZED_HOME correctly under Debian 8.8 w/systemd
- 🐳 MISC: add gpgme and sequel gems to Dockerfile for sources
- 🚚 MISC: eos model removes user secrets and BGP secrets (@yzguy)
- MISC: add secret filtering to netscaler (@shepherdjay)
- 🔧 MISC: capture ZebOS configuration for TMOS model (@yzguy)
- MISC: additional secret filters in ios, asa, procurve, ciscosmb models (@hexdump0x0200)
- 🚚 MISC: remove volatile uptime data in nos model (@f0rkz)
-
v0.24.0 Changes
June 14, 2018- 🔋 FEATURE: add frr support to cumulus model (@User4574 / @bobthebutcher)
- 🔋 FEATURE: honour MAX_STAT in mtime, to store last N mtime
- 🔋 FEATURE: configurable stats history size
- 🔋 FEATURE: model callback enhancements for customizing existing models (@ytti)
- 🛠 BUGFIX: models ciscosmb, dlink