From 47771a83fca781891d3fb023972483644d12cdf7 Mon Sep 17 00:00:00 2001 From: zenidd Date: Fri, 18 Sep 2020 14:08:50 +0200 Subject: [PATCH] Bump version to v3.13.2 --- CHANGELOG.md | 16 ++++++++++++++++ VERSION | 4 ++-- kitchen/test/integration/agent/agent_spec.rb | 2 +- kitchen/test/integration/mngr/manager_spec.rb | 2 +- manifests/elasticsearch.pp | 2 +- manifests/filebeat.pp | 6 +++--- manifests/filebeat_oss.pp | 4 ++-- manifests/kibana.pp | 4 ++-- manifests/kibana_od.pp | 2 +- manifests/params_agent.pp | 2 +- manifests/params_manager.pp | 4 ++-- manifests/wazuh_api.pp | 2 +- metadata.json | 2 +- 13 files changed, 34 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61917144..c6135712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Change Log All notable changes to this project will be documented in this file. +## Wazuh Puppet v3.13.2 + +### Added + +- Update to Wazuh version 3.13.2 + +- wazuh-puppet tests on GitHub Actions ([@Zenidd](https://github.com/Zenidd)) [PR#274](https://github.com/wazuh/wazuh-puppet/pull/274) + +- Support Open Distro for Elasticsearch deployments ([@Zenidd](https://github.com/Zenidd)) [PR#285](https://github.com/wazuh/wazuh-puppet/pull/285) + +### Fixed + +- ossec.conf concat resources rename ([@Zenidd](https://github.com/Zenidd)) [PR#293](https://github.com/wazuh/wazuh-puppet/pull/293) + +- Adding syslog_output support on wazuh-puppet ([@Zenidd](https://github.com/Zenidd)) [PR#276](https://github.com/wazuh/wazuh-puppet/pull/276) + ## Wazuh Puppet v3.13.1_7.8.0 diff --git a/VERSION b/VERSION index 2605553d..0cf5b9b8 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -WAZUH-PUPPET_VERSION="v3.13.1" -REVISION="31310" +WAZUH-PUPPET_VERSION="v3.13.2" +REVISION="31320" diff --git a/kitchen/test/integration/agent/agent_spec.rb b/kitchen/test/integration/agent/agent_spec.rb index 9dfd2dfd..177afff6 100644 --- a/kitchen/test/integration/agent/agent_spec.rb +++ b/kitchen/test/integration/agent/agent_spec.rb @@ -1,6 +1,6 @@ describe package('wazuh-agent') do it { is_expected.to be_installed } - its('version') { is_expected.to eq '3.13.1-1' } + its('version') { is_expected.to eq '3.13.2-1' } end describe service('wazuh-agent') do diff --git a/kitchen/test/integration/mngr/manager_spec.rb b/kitchen/test/integration/mngr/manager_spec.rb index 0d8016fa..77d19fcf 100644 --- a/kitchen/test/integration/mngr/manager_spec.rb +++ b/kitchen/test/integration/mngr/manager_spec.rb @@ -1,6 +1,6 @@ describe package('wazuh-manager') do it { is_expected.to be_installed } - its('version') { is_expected.to eq '3.13.1-1' } + its('version') { is_expected.to eq '3.13.2-1' } end describe service('wazuh-manager') do diff --git a/manifests/elasticsearch.pp b/manifests/elasticsearch.pp index 48341a0a..12ba0581 100644 --- a/manifests/elasticsearch.pp +++ b/manifests/elasticsearch.pp @@ -11,7 +11,7 @@ $elasticsearch_node_max_local_storage_nodes = '1', $elasticsearch_service = 'elasticsearch', $elasticsearch_package = 'elasticsearch', - $elasticsearch_version = '7.8.1', + $elasticsearch_version = '7.9.1', $elasticsearch_path_data = '/var/lib/elasticsearch', $elasticsearch_path_logs = '/var/log/elasticsearch', diff --git a/manifests/filebeat.pp b/manifests/filebeat.pp index 733b5108..01b765ab 100644 --- a/manifests/filebeat.pp +++ b/manifests/filebeat.pp @@ -7,9 +7,9 @@ $filebeat_package = 'filebeat', $filebeat_service = 'filebeat', - $filebeat_version = '7.8.1', - $wazuh_app_version = '3.13.1_7.8.1', - $wazuh_extensions_version = 'v3.13.1', + $filebeat_version = '7.9.1', + $wazuh_app_version = '3.13.2_7.9.1', + $wazuh_extensions_version = 'v3.13.2', $wazuh_filebeat_module = 'wazuh-filebeat-0.1.tar.gz', ){ diff --git a/manifests/filebeat_oss.pp b/manifests/filebeat_oss.pp index 273b4cd5..4190b578 100644 --- a/manifests/filebeat_oss.pp +++ b/manifests/filebeat_oss.pp @@ -10,8 +10,8 @@ $filebeat_oss_elastic_user = 'admin', $filebeat_oss_elastic_password = 'admin', $filebeat_oss_version = '7.8.0', - $wazuh_app_version = '3.13.1_7.8.0', - $wazuh_extensions_version = 'v3.13.1', + $wazuh_app_version = '3.13.2_7.8.0', + $wazuh_extensions_version = 'v3.13.2', $wazuh_filebeat_module = 'wazuh-filebeat-0.1.tar.gz', ){ diff --git a/manifests/kibana.pp b/manifests/kibana.pp index 7d1445d0..a24d512c 100644 --- a/manifests/kibana.pp +++ b/manifests/kibana.pp @@ -3,8 +3,8 @@ class wazuh::kibana ( $kibana_package = 'kibana', $kibana_service = 'kibana', - $kibana_version = '7.8.1', - $kibana_app_version = '3.13.1_7.8.1', + $kibana_version = '7.9.1', + $kibana_app_version = '3.13.2_7.9.1', $kibana_elasticsearch_ip = 'localhost', $kibana_elasticsearch_port = '9200', diff --git a/manifests/kibana_od.pp b/manifests/kibana_od.pp index 0be71d2d..ba915aef 100644 --- a/manifests/kibana_od.pp +++ b/manifests/kibana_od.pp @@ -6,7 +6,7 @@ $kibana_od_version = '1.9.0', $kibana_od_elastic_user = 'admin', $kibana_od_elastic_password = 'admin', - $kibana_od_app_version = '3.13.1_7.8.0', + $kibana_od_app_version = '3.13.2_7.8.0', $kibana_od_elasticsearch_ip = 'localhost', $kibana_od_elasticsearch_port = '9200', diff --git a/manifests/params_agent.pp b/manifests/params_agent.pp index f38e01a4..47c1c5ed 100644 --- a/manifests/params_agent.pp +++ b/manifests/params_agent.pp @@ -1,7 +1,7 @@ # Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2) # Wazuh-Agent configuration parameters class wazuh::params_agent { - $agent_package_version = '3.13.1-1' + $agent_package_version = '3.13.2-1' $agent_service_ensure = 'running' $agent_name = undef diff --git a/manifests/params_manager.pp b/manifests/params_manager.pp index 0d80ef8c..bec8980c 100644 --- a/manifests/params_manager.pp +++ b/manifests/params_manager.pp @@ -5,7 +5,7 @@ 'Linux': { # Installation - $server_package_version = '3.13.1-1' + $server_package_version = '3.13.2-1' $manage_repos = true $manage_firewall = false @@ -491,7 +491,7 @@ $keys_group = 'Administrators' $agent_service = 'OssecSvc' - $agent_package = 'Wazuh Agent 3.13.1' + $agent_package = 'Wazuh Agent 3.13.2' $server_service = '' $server_package = '' $api_service = '' diff --git a/manifests/wazuh_api.pp b/manifests/wazuh_api.pp index f4805491..61b4cf1a 100644 --- a/manifests/wazuh_api.pp +++ b/manifests/wazuh_api.pp @@ -5,7 +5,7 @@ $manage_nodejs_package = true, $wazuh_api_package = 'wazuh-api', $wazuh_api_service = 'wazuh-api', - $wazuh_api_version = '3.13.1-1', + $wazuh_api_version = '3.13.2-1', ){ if $manage_nodejs_package { diff --git a/metadata.json b/metadata.json index 240004e3..a5c0fd04 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "wazuh-wazuh", - "version": "3.13.1", + "version": "3.13.2", "author": "WAZUH", "summary": "Install and configure Wazuh-HIDS client and server", "license": "Apache-2.0",