Skip to content

Commit

Permalink
Merge pull request #134 from wazuh/Bump_Version
Browse files Browse the repository at this point in the history
3.9.3_7.2.0 Adapting components versions, CHANGELOG.md and README.md for the new release
  • Loading branch information
Manuel J. Bernal authored Jul 17, 2019
2 parents 05cb637 + 3bc1d81 commit a172a11
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 13 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 v3.9.3_7.2.0

### Added

- Update to Wazuh version 3.9.3_7.2.0

## Wazuh Puppet v3.9.2_7.1.1

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
WAZUH-PUPPET_VERSION="v3.9.2"
WAZUH-PUPPET_VERSION="v3.9.3"
REVISION="3925"
2 changes: 1 addition & 1 deletion manifests/elasticsearch.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
$elasticsearch_node_max_local_storage_nodes = '1',
$elasticsearch_service = 'elasticsearch',
$elasticsearch_package = 'elasticsearch',
$elasticsearch_version = '7.1.1',
$elasticsearch_version = '7.2.0',

$elasticsearch_path_data = '/var/lib/elasticsearch',
$elasticsearch_path_logs = '/var/log/elasticsearch',
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.1.1',
$wazuh_app_version = '3.9.2_7.1.1',
$wazuh_extensions_version = 'v3.9.2',
$filebeat_version = '7.2.0',
$wazuh_app_version = '3.9.3_7.2.0',
$wazuh_extensions_version = 'v3.9.3',
){

package { 'Installing Filebeat...':
Expand Down
4 changes: 2 additions & 2 deletions manifests/kibana.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
class wazuh::kibana (
$kibana_package = 'kibana',
$kibana_service = 'kibana',
$kibana_version = '7.1.1',
$kibana_app_version = '3.9.2_7.1.1',
$kibana_version = '7.2.0',
$kibana_app_version = '3.9.3_7.2.0',

$kibana_elasticsearch_ip = 'localhost',
$kibana_elasticsearch_port = '9200',
Expand Down
4 changes: 2 additions & 2 deletions manifests/params_agent.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Versions

$agent_package_version = '3.9.2-1'
$agent_package_version = '3.9.3-1'
$agent_package_name = 'wazuh-agent'
$agent_service_name = 'wazuh-agent'

Expand Down Expand Up @@ -353,7 +353,7 @@
$keys_group = 'Administrators'

$agent_service = 'OssecSvc'
$agent_package = 'Wazuh Agent 3.9.2'
$agent_package = 'Wazuh Agent 3.9.3'
$server_service = ''
$server_package = ''
$api_service = ''
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 = '3.9.2-1'
$server_package_version = '3.9.3-1'
$manage_repos = true
$manage_firewall = false

Expand Down Expand Up @@ -411,7 +411,7 @@
$keys_group = 'Administrators'

$agent_service = 'OssecSvc'
$agent_package = 'Wazuh Agent 3.9.2'
$agent_package = 'Wazuh Agent 3.9.3'
$server_service = ''
$server_package = ''
$api_service = ''
Expand Down
2 changes: 1 addition & 1 deletion manifests/wazuh_api.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$wazuh_api_package = 'wazuh-api',
$wazuh_api_service = 'wazuh-api',
$wazuh_api_version = '3.9.2-1',
$wazuh_api_version = '3.9.3-1',

$nodejs_package = 'nodejs'

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": "3.9.2",
"version": "3.9.3",
"author": "WAZUH",
"summary": "Install and configure Wazuh-HIDS client and server",
"license": "Apache-2.0",
Expand Down

0 comments on commit a172a11

Please sign in to comment.