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.4
Browse files Browse the repository at this point in the history
  • Loading branch information
garnier-quentin authored Apr 26, 2022
2 parents 4bf3756 + ab9a2de commit d2e657b
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.3';
my $VERSION = '3.2.4';
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.3';
$manager_response->{vmware_connector_version} = '3.2.4';
$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 <[email protected]> - 3.2.4
* Fix: custom attributes retrieved for vcenter only

2022-04-14 Quentin Garnier <[email protected]> - 3.2.3
* Enhancement: add custom attributes in discovery

Expand Down

0 comments on commit d2e657b

Please sign in to comment.