Skip to content

Commit

Permalink
Bump to v4.1.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
okynos committed May 7, 2021
1 parent 51fe0e9 commit 2e83afa
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 17 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## Wazuh Puppet v4.1.5

### Added

- Support to 4.1.5 Wazuh release.

## Wazuh Puppet v4.0.4

### 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.0.4"
REVISION="40004"
WAZUH-PUPPET_VERSION="v4.1.5"
REVISION="40105"
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.0.4-1' }
its('version') { is_expected.to eq '4.1.5-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.0.4-1' }
its('version') { is_expected.to eq '4.1.5-1' }
end

# Verifying service
Expand Down
6 changes: 3 additions & 3 deletions manifests/filebeat.pp
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

$filebeat_package = 'filebeat',
$filebeat_service = 'filebeat',
$filebeat_version = '7.9.3',
$wazuh_app_version = '4.0.4_7.9.3',
$wazuh_extensions_version = 'v4.0.4',
$filebeat_version = '7.10.0',
$wazuh_app_version = '4.1.5_7.10.0',
$wazuh_extensions_version = 'v4.1.5',
$wazuh_filebeat_module = 'wazuh-filebeat-0.1.tar.gz',
){

Expand Down
6 changes: 3 additions & 3 deletions manifests/filebeat_oss.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
$filebeat_oss_service = 'filebeat',
$filebeat_oss_elastic_user = 'admin',
$filebeat_oss_elastic_password = 'admin',
$filebeat_oss_version = '7.9.1',
$wazuh_app_version = '4.0.4_7.9.1',
$wazuh_extensions_version = 'v4.0.4',
$filebeat_oss_version = '7.10.0',
$wazuh_app_version = '4.1.5_7.10.0',
$wazuh_extensions_version = 'v4.1.5',
$wazuh_filebeat_module = 'wazuh-filebeat-0.1.tar.gz',
){

Expand Down
2 changes: 1 addition & 1 deletion manifests/kibana.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

$kibana_server_port = '5601',
$kibana_server_host = '0.0.0.0',
$kibana_wazuh_version = '4.0.4',
$kibana_wazuh_version = '4.1.5',

# app variables
$kibana_app_version = "${kibana_wazuh_version}_${$kibana_version}",
Expand Down
4 changes: 2 additions & 2 deletions manifests/kibana_od.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
class wazuh::kibana_od (
$kibana_od_package = 'opendistroforelasticsearch-kibana',
$kibana_od_service = 'kibana',
$kibana_od_version = '1.11.0',
$kibana_od_version = '1.12.0',
$kibana_od_elastic_user = 'admin',
$kibana_od_elastic_password = 'admin',
$kibana_od_app_version = '4.0.4_7.9.1',
$kibana_od_app_version = '4.1.5_7.10.0',
$kibana_od_elasticsearch_ip = 'localhost',
$kibana_od_elasticsearch_port = '9200',

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 @@
# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2)
# Wazuh-Agent configuration parameters
class wazuh::params_agent {
$agent_package_version = '4.0.4-1'
$agent_package_version = '4.1.5-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.0.4-1'
$server_package_version = '4.1.5-1'

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

$agent_service = 'OssecSvc'
$agent_package = 'Wazuh Agent 4.0.4'
$agent_package = 'Wazuh Agent 4.1.5'
$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.0.4",
"version": "4.1.5",
"author": "WAZUH",
"summary": "Install and configure Wazuh-HIDS client and server",
"license": "Apache-2.0",
Expand Down

0 comments on commit 2e83afa

Please sign in to comment.