diff --git a/CHANGELOG.md b/CHANGELOG.md index 8febe671..5d42f587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. +## Wazuh Chef v3.10.2_7.3.2 + +### Added + +- Update to Wazuh version 3.10.2_7.3.2 + + ## Wazuh Chef v3.10.0_7.3.2 ### Added diff --git a/cookbooks/wazuh_agent/attributes/version.rb b/cookbooks/wazuh_agent/attributes/version.rb index 8e0f1ae1..2104fd6e 100644 --- a/cookbooks/wazuh_agent/attributes/version.rb +++ b/cookbooks/wazuh_agent/attributes/version.rb @@ -1 +1 @@ -default['wazuh-agent']['version'] = "3.10.0" \ No newline at end of file +default['wazuh-agent']['version'] = "3.10.2" \ No newline at end of file diff --git a/cookbooks/wazuh_elastic/attributes/versions.rb b/cookbooks/wazuh_elastic/attributes/versions.rb index a598bb4f..946eab84 100644 --- a/cookbooks/wazuh_elastic/attributes/versions.rb +++ b/cookbooks/wazuh_elastic/attributes/versions.rb @@ -1,3 +1,3 @@ default['wazuh-elastic']['elastic_stack_version'] = '7.3.2' -default['wazuh-elastic']['wazuh_app_version'] = "3.10.0_7.3.2" -default['wazuh-elastic']['extensions_version'] = "v3.10.0" \ No newline at end of file +default['wazuh-elastic']['wazuh_app_version'] = "3.10.2_7.3.2" +default['wazuh-elastic']['extensions_version'] = "v3.10.2" \ No newline at end of file diff --git a/cookbooks/wazuh_filebeat/attributes/versions.rb b/cookbooks/wazuh_filebeat/attributes/versions.rb index b51ab092..08376f23 100644 --- a/cookbooks/wazuh_filebeat/attributes/versions.rb +++ b/cookbooks/wazuh_filebeat/attributes/versions.rb @@ -1,4 +1,4 @@ default['filebeat']['elastic_stack_version'] = '7.3.2' -default['filebeat']['wazuh_app_version'] = "3.10.0_7.3.2" -default['filebeat']['extensions_version'] = "v3.10.0" +default['filebeat']['wazuh_app_version'] = "3.10.2_7.3.2" +default['filebeat']['extensions_version'] = "v3.10.2" default['filebeat']['wazuh_filebeat_module'] = "wazuh-filebeat-0.1.tar.gz" diff --git a/cookbooks/wazuh_manager/attributes/versions.rb b/cookbooks/wazuh_manager/attributes/versions.rb index ca42191e..138c3a47 100644 --- a/cookbooks/wazuh_manager/attributes/versions.rb +++ b/cookbooks/wazuh_manager/attributes/versions.rb @@ -1 +1 @@ -default['wazuh-manager']['version'] = "3.10.0" \ No newline at end of file +default['wazuh-manager']['version'] = "3.10.2" \ No newline at end of file