release 2.039000
This commit is contained in:
28
Changes
28
Changes
@@ -1,40 +1,20 @@
|
|||||||
2.038035 - 2018-02-01
|
2.039000 - 2018-02-02
|
||||||
|
|
||||||
[NEW FEATURES]
|
[NEW FEATURES]
|
||||||
|
|
||||||
* #332 Autodiscovery via BGP and OSPF peers
|
* #332 Autodiscovery via BGP and OSPF peers
|
||||||
* snmp_remoteport setting to override port 161 for SNMP targets
|
|
||||||
|
|
||||||
[ENHANCEMENTS]
|
|
||||||
|
|
||||||
* Do not attempt Canonical IP change to non-discoverable IP
|
|
||||||
* Allow netdisco-do show to run when no func is available to handle request
|
|
||||||
* Allow netdisco-do show to run when no func is available to handle request
|
|
||||||
* Allow netdisco-do show to run when no func is available to handle request
|
|
||||||
* Allow netdisco-do show to run when no func is available to handle request
|
|
||||||
|
|
||||||
[BUG FIXES]
|
|
||||||
|
|
||||||
* MakeRancidConf was incorrectly parsing its own config
|
|
||||||
|
|
||||||
2.038034 - 2018-01-31
|
|
||||||
|
|
||||||
[NEW FEATURES]
|
|
||||||
|
|
||||||
* New MakeRancidConf worker (and makerancidconf action)
|
* New MakeRancidConf worker (and makerancidconf action)
|
||||||
|
|
||||||
2.038033 - 2018-01-31
|
|
||||||
|
|
||||||
[NEW FEATURES]
|
|
||||||
|
|
||||||
* #228 timeout setting (default 10min) for backend jobs
|
* #228 timeout setting (default 10min) for backend jobs
|
||||||
* #341 timeout setting for all actions ("<actionname>_timeout")
|
* #341 timeout setting for all actions ("<actionname>_timeout")
|
||||||
* #368 ND2_DB_ROLLBACK environment variable to roll back job updates to DB
|
* #368 ND2_DB_ROLLBACK environment variable to roll back job updates to DB
|
||||||
|
* snmp_remoteport setting to override port 161 for SNMP targets
|
||||||
|
|
||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|
||||||
* #367 buttons in the neighbourmap have an incorrect height
|
* #367 buttons in the neighbourmap have an incorrect height
|
||||||
* #364 expire_nodeip_freshness setting to revert expire to ND1 behavior
|
* #364 expire_nodeip_freshness setting to revert expire to ND1 behavior
|
||||||
|
* Do not attempt Canonical IP change to non-discoverable IP
|
||||||
|
* Allow netdisco-do show to run when no func is available to handle request
|
||||||
|
|
||||||
2.038032 - 2018-01-28
|
2.038032 - 2018-01-28
|
||||||
|
|
||||||
|
|||||||
@@ -107,7 +107,7 @@
|
|||||||
"provides" : {
|
"provides" : {
|
||||||
"App::Netdisco" : {
|
"App::Netdisco" : {
|
||||||
"file" : "lib/App/Netdisco.pm",
|
"file" : "lib/App/Netdisco.pm",
|
||||||
"version" : "2.038035"
|
"version" : "2.039000"
|
||||||
},
|
},
|
||||||
"App::Netdisco::AnyEvent::Nbtstat" : {
|
"App::Netdisco::AnyEvent::Nbtstat" : {
|
||||||
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
|
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
|
||||||
@@ -774,6 +774,6 @@
|
|||||||
"x_IRC" : "irc://irc.freenode.org/#netdisco",
|
"x_IRC" : "irc://irc.freenode.org/#netdisco",
|
||||||
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
|
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
|
||||||
},
|
},
|
||||||
"version" : "2.038035",
|
"version" : "2.039000",
|
||||||
"x_serialization_backend" : "JSON::PP version 2.94"
|
"x_serialization_backend" : "JSON::PP version 2.94"
|
||||||
}
|
}
|
||||||
|
|||||||
4
META.yml
4
META.yml
@@ -19,7 +19,7 @@ name: App-Netdisco
|
|||||||
provides:
|
provides:
|
||||||
App::Netdisco:
|
App::Netdisco:
|
||||||
file: lib/App/Netdisco.pm
|
file: lib/App/Netdisco.pm
|
||||||
version: '2.038035'
|
version: '2.039000'
|
||||||
App::Netdisco::AnyEvent::Nbtstat:
|
App::Netdisco::AnyEvent::Nbtstat:
|
||||||
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
|
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
|
||||||
App::Netdisco::Backend::Job:
|
App::Netdisco::Backend::Job:
|
||||||
@@ -532,5 +532,5 @@ resources:
|
|||||||
homepage: http://netdisco.org/
|
homepage: http://netdisco.org/
|
||||||
license: http://opensource.org/licenses/bsd-license.php
|
license: http://opensource.org/licenses/bsd-license.php
|
||||||
repository: https://github.com/netdisco/netdisco
|
repository: https://github.com/netdisco/netdisco
|
||||||
version: '2.038035'
|
version: '2.039000'
|
||||||
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use 5.010_000;
|
use 5.010_000;
|
||||||
|
|
||||||
our $VERSION = '2.038035';
|
our $VERSION = '2.039000';
|
||||||
use App::Netdisco::Configuration;
|
use App::Netdisco::Configuration;
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|||||||
Reference in New Issue
Block a user