release 2.066000
This commit is contained in:
7
Changes
7
Changes
@@ -1,3 +1,10 @@
|
|||||||
|
2.066000 - 2023-09-19
|
||||||
|
|
||||||
|
[ENHANCEMENTS]
|
||||||
|
|
||||||
|
* #1083 setting to make inventory collapsible when large variety of vendor/os
|
||||||
|
* #1084 device ACL skiplist build is now a job instead of blocking backend startup
|
||||||
|
|
||||||
2.065002 - 2023-09-03
|
2.065002 - 2023-09-03
|
||||||
|
|
||||||
[ENHANCEMENTS]
|
[ENHANCEMENTS]
|
||||||
|
|||||||
1
MANIFEST
1
MANIFEST
@@ -267,6 +267,7 @@ lib/App/Netdisco/Worker/Plugin/NodeMonitor.pm
|
|||||||
lib/App/Netdisco/Worker/Plugin/PortControl.pm
|
lib/App/Netdisco/Worker/Plugin/PortControl.pm
|
||||||
lib/App/Netdisco/Worker/Plugin/PortName.pm
|
lib/App/Netdisco/Worker/Plugin/PortName.pm
|
||||||
lib/App/Netdisco/Worker/Plugin/Power.pm
|
lib/App/Netdisco/Worker/Plugin/Power.pm
|
||||||
|
lib/App/Netdisco/Worker/Plugin/PrimeSkiplist.pm
|
||||||
lib/App/Netdisco/Worker/Plugin/Psql.pm
|
lib/App/Netdisco/Worker/Plugin/Psql.pm
|
||||||
lib/App/Netdisco/Worker/Plugin/Renumber.pm
|
lib/App/Netdisco/Worker/Plugin/Renumber.pm
|
||||||
lib/App/Netdisco/Worker/Plugin/Show.pm
|
lib/App/Netdisco/Worker/Plugin/Show.pm
|
||||||
|
|||||||
@@ -136,7 +136,7 @@
|
|||||||
"provides" : {
|
"provides" : {
|
||||||
"App::Netdisco" : {
|
"App::Netdisco" : {
|
||||||
"file" : "lib/App/Netdisco.pm",
|
"file" : "lib/App/Netdisco.pm",
|
||||||
"version" : "2.065002"
|
"version" : "2.066000"
|
||||||
},
|
},
|
||||||
"App::Netdisco::AnyEvent::Nbtstat" : {
|
"App::Netdisco::AnyEvent::Nbtstat" : {
|
||||||
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
|
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
|
||||||
@@ -898,6 +898,9 @@
|
|||||||
"App::Netdisco::Worker::Plugin::Power" : {
|
"App::Netdisco::Worker::Plugin::Power" : {
|
||||||
"file" : "lib/App/Netdisco/Worker/Plugin/Power.pm"
|
"file" : "lib/App/Netdisco/Worker/Plugin/Power.pm"
|
||||||
},
|
},
|
||||||
|
"App::Netdisco::Worker::Plugin::PrimeSkiplist" : {
|
||||||
|
"file" : "lib/App/Netdisco/Worker/Plugin/PrimeSkiplist.pm"
|
||||||
|
},
|
||||||
"App::Netdisco::Worker::Plugin::Psql" : {
|
"App::Netdisco::Worker::Plugin::Psql" : {
|
||||||
"file" : "lib/App/Netdisco/Worker/Plugin/Psql.pm"
|
"file" : "lib/App/Netdisco/Worker/Plugin/Psql.pm"
|
||||||
},
|
},
|
||||||
@@ -947,6 +950,6 @@
|
|||||||
"x_IRC" : "irc://irc.libera.chat/#netdisco",
|
"x_IRC" : "irc://irc.libera.chat/#netdisco",
|
||||||
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
|
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
|
||||||
},
|
},
|
||||||
"version" : "2.065002",
|
"version" : "2.066000",
|
||||||
"x_serialization_backend" : "JSON::PP version 4.07"
|
"x_serialization_backend" : "JSON::PP version 4.07"
|
||||||
}
|
}
|
||||||
|
|||||||
6
META.yml
6
META.yml
@@ -23,7 +23,7 @@ name: App-Netdisco
|
|||||||
provides:
|
provides:
|
||||||
App::Netdisco:
|
App::Netdisco:
|
||||||
file: lib/App/Netdisco.pm
|
file: lib/App/Netdisco.pm
|
||||||
version: '2.065002'
|
version: '2.066000'
|
||||||
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:
|
||||||
@@ -531,6 +531,8 @@ provides:
|
|||||||
file: lib/App/Netdisco/Worker/Plugin/PortName.pm
|
file: lib/App/Netdisco/Worker/Plugin/PortName.pm
|
||||||
App::Netdisco::Worker::Plugin::Power:
|
App::Netdisco::Worker::Plugin::Power:
|
||||||
file: lib/App/Netdisco/Worker/Plugin/Power.pm
|
file: lib/App/Netdisco/Worker/Plugin/Power.pm
|
||||||
|
App::Netdisco::Worker::Plugin::PrimeSkiplist:
|
||||||
|
file: lib/App/Netdisco/Worker/Plugin/PrimeSkiplist.pm
|
||||||
App::Netdisco::Worker::Plugin::Psql:
|
App::Netdisco::Worker::Plugin::Psql:
|
||||||
file: lib/App/Netdisco/Worker/Plugin/Psql.pm
|
file: lib/App/Netdisco/Worker/Plugin/Psql.pm
|
||||||
App::Netdisco::Worker::Plugin::Renumber:
|
App::Netdisco::Worker::Plugin::Renumber:
|
||||||
@@ -653,5 +655,5 @@ resources:
|
|||||||
homepage: http://netdisco.org/
|
homepage: http://netdisco.org/
|
||||||
license: http://opensource.org/licenses/BSD-3-Clause
|
license: http://opensource.org/licenses/BSD-3-Clause
|
||||||
repository: https://github.com/netdisco/netdisco
|
repository: https://github.com/netdisco/netdisco
|
||||||
version: '2.065002'
|
version: '2.066000'
|
||||||
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.065002';
|
our $VERSION = '2.066000';
|
||||||
use App::Netdisco::Configuration;
|
use App::Netdisco::Configuration;
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|||||||
Reference in New Issue
Block a user