prepare new release

This commit is contained in:
garnier-quentin 2019-08-27 13:52:54 +02:00
parent ac779c1d89
commit 335601da8b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2019-08-27 Quentin Garnier <qgarnier@centreon.com> - 3.1.0
* Enhancement: add 'status-cluster' and 'vsan-cluster-usage'
* Fix: Can listen only on localhost (issue #81)
* Fix: Can configure ipc_file location
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

View File

@ -45,7 +45,7 @@ sub init_response {
my (%options) = @_;
$manager_response->{code} = 0;
$manager_response->{vmware_connector_version} = '3.0.0';
$manager_response->{vmware_connector_version} = '3.1.0';
$manager_response->{short_message} = 'OK';
$manager_response->{extra_message} = '';
$manager_response->{identity} = $options{identity} if (defined($options{identity}));