Skip to content

Commit

Permalink
Merge pull request #492 from wazuh/bump_4_3_1
Browse files Browse the repository at this point in the history
Wazuh Puppet 4.3.1
  • Loading branch information
alberpilot authored May 16, 2022
2 parents dea115f + 8e98592 commit b4ec936
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.


## Wazuh Puppet v4.3.1

### Added

- Support to 4.3.1 Wazuh release.

## Wazuh Puppet v4.3.0

### Added
Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
WAZUH-PUPPET_VERSION="v4.3.0"
REVISION="40300"
WAZUH-PUPPET_VERSION="v4.3.1"
REVISION="40311"
2 changes: 1 addition & 1 deletion kitchen/test/integration/agent/agent_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

describe package('wazuh-agent') do
it { is_expected.to be_installed }
its('version') { is_expected.to eq '4.3.0-1' }
its('version') { is_expected.to eq '4.3.1-1' }
end

describe service('wazuh-agent') do
Expand Down
2 changes: 1 addition & 1 deletion kitchen/test/integration/mngr/manager_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

describe package('wazuh-manager') do
it { is_expected.to be_installed }
its('version') { is_expected.to eq '4.3.0-1' }
its('version') { is_expected.to eq '4.3.1-1' }
end

# Verifying service
Expand Down
2 changes: 1 addition & 1 deletion manifests/dashboard.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class wazuh::dashboard (
$dashboard_package = 'wazuh-dashboard',
$dashboard_service = 'wazuh-dashboard',
$dashboard_version = '4.3.0',
$dashboard_version = '4.3.1',
$dashboard_user = 'admin',
$dashboard_password = 'admin',
$indexer_server_ip = 'localhost',
Expand Down
4 changes: 2 additions & 2 deletions manifests/filebeat_oss.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
$filebeat_oss_elastic_user = 'admin',
$filebeat_oss_elastic_password = 'admin',
$filebeat_oss_version = '7.10.2',
$wazuh_app_version = '4.3.0_7.10.0',
$wazuh_extensions_version = 'v4.3.0',
$wazuh_app_version = '4.3.1_7.10.0',
$wazuh_extensions_version = 'v4.3.1',
$wazuh_filebeat_module = 'wazuh-filebeat-0.1.tar.gz',
$filebeat_path_certs = '/etc/filebeat/certs',
){
Expand Down
2 changes: 1 addition & 1 deletion manifests/indexer.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
$indexer_node_max_local_storage_nodes = '1',
$indexer_service = 'wazuh-indexer',
$indexer_package = 'wazuh-indexer',
$indexer_version = '4.3.0-1',
$indexer_version = '4.3.1-1',

$indexer_path_data = '/var/lib/wazuh-indexer',
$indexer_path_logs = '/var/log/wazuh-indexer',
Expand Down
2 changes: 1 addition & 1 deletion manifests/params_agent.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (C) 2015, Wazuh Inc.
# Wazuh-Agent configuration parameters
class wazuh::params_agent {
$agent_package_version = '4.3.0-1'
$agent_package_version = '4.3.1-1'
$agent_service_ensure = 'running'
$agent_msi_download_location = 'http://packages.wazuh.com/4.x/windows'

Expand Down
4 changes: 2 additions & 2 deletions manifests/params_manager.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'Linux': {

# Installation
$server_package_version = '4.3.0-1'
$server_package_version = '4.3.1-1'

$manage_repos = true
$manage_firewall = false
Expand Down Expand Up @@ -563,7 +563,7 @@
$keys_group = 'Administrators'

$agent_service = 'WazuhSvc'
$agent_package = 'Wazuh Agent 4.3.0'
$agent_package = 'Wazuh Agent 4.3.1'
$server_service = ''
$server_package = ''
$api_service = ''
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wazuh-wazuh",
"version": "4.3.0",
"version": "4.3.1",
"author": "WAZUH",
"summary": "Install and configure Wazuh-HIDS client and server",
"license": "Apache-2.0",
Expand Down

0 comments on commit b4ec936

Please sign in to comment.