Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #57 from wazuh/3.10.2_7.3.2_bump
Browse files Browse the repository at this point in the history
Bump version changes for the branch 3.10.2_7.3.2
  • Loading branch information
Manuel J. Bernal authored Sep 25, 2019
2 parents 224c6dd + fa0be7e commit e1e9436
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/wazuh_agent/attributes/version.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
default['wazuh-agent']['version'] = "3.10.0"
default['wazuh-agent']['version'] = "3.10.2"
4 changes: 2 additions & 2 deletions cookbooks/wazuh_elastic/attributes/versions.rb
Original file line number Diff line number Diff line change
@@ -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"
default['wazuh-elastic']['wazuh_app_version'] = "3.10.2_7.3.2"
default['wazuh-elastic']['extensions_version'] = "v3.10.2"
4 changes: 2 additions & 2 deletions cookbooks/wazuh_filebeat/attributes/versions.rb
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion cookbooks/wazuh_manager/attributes/versions.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
default['wazuh-manager']['version'] = "3.10.0"
default['wazuh-manager']['version'] = "3.10.2"

0 comments on commit e1e9436

Please sign in to comment.