prepare new release
This commit is contained in:
parent
d6ce990c1b
commit
11d14aaccd
|
@ -1,3 +1,7 @@
|
|||
2019-07-04 Colin Gagnaire <cgagnaire@centreon.com> - 3.0.3
|
||||
* Fix: Datacenter with no cluster causes discovery to crash
|
||||
* Fix: Cluster with no ESX causes discovery to crash
|
||||
|
||||
2019-06-06 Colin Gagnaire <cgagnaire@centreon.com> - 3.0.2
|
||||
* Fix: ESX with no VMs causes VM discovery to crash
|
||||
* Fix: VM with no folder causes VM discovery to crash
|
||||
|
|
|
@ -54,7 +54,7 @@ BEGIN {
|
|||
use base qw(centreon::vmware::script);
|
||||
use vars qw(%centreon_vmware_config);
|
||||
|
||||
my $VERSION = "3.0.2";
|
||||
my $VERSION = "3.0.3";
|
||||
my %handlers = (TERM => {}, HUP => {}, CHLD => {});
|
||||
|
||||
my @load_modules = (
|
||||
|
|
Loading…
Reference in New Issue