Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
prepare release 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
garnier-quentin authored Apr 14, 2022
2 parents 9396dac + c0099ab commit 92031dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion centreon/script/centreon_vmware.pm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ BEGIN {
use base qw(centreon::vmware::script);
use vars qw(%centreon_vmware_config);

my $VERSION = '3.2.2';
my $VERSION = '3.2.3';
my %handlers = (TERM => {}, HUP => {}, CHLD => {});

my @load_modules = (
Expand Down
2 changes: 1 addition & 1 deletion centreon/vmware/common.pm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sub init_response {
my (%options) = @_;

$manager_response->{code} = 0;
$manager_response->{vmware_connector_version} = '3.2.2';
$manager_response->{vmware_connector_version} = '3.2.3';
$manager_response->{short_message} = 'OK';
$manager_response->{extra_message} = '';
$manager_response->{identity} = $options{identity} if (defined($options{identity}));
Expand Down
3 changes: 3 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2022-04-14 Quentin Garnier <qgarnier@centreon.com> - 3.2.3
* Enhancement: add custom attributes in discovery

2021-12-21 Quentin Garnier <qgarnier@centreon.com> - 3.2.2
* Enhancement: add 'storage-host'
* Enhancement: add 'cpu-cluster' (issue #90)
Expand Down

0 comments on commit 92031dd

Please sign in to comment.