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 #106 from wazuh/release-3.13.2_7.9.1
Browse files Browse the repository at this point in the history
Bump to Wazuh v3.13.2_7.9.1
  • Loading branch information
Manuel J. Bernal authored Oct 26, 2020
2 parents 1c7beed + e5093ec commit 96b8976
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 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 Chef v3.13.2_7.9.1

### Added

- Update to Wazuh version 3.13.2_7.9.1

## Wazuh Chef v3.13.1_7.8.0

### 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,2 +1,2 @@
default['wazuh-agent']['version'] = "3.13.1"
default['wazuh-agent']['version'] = "3.13.2"

6 changes: 3 additions & 3 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.8.0'
default['wazuh-elastic']['wazuh_app_version'] = "3.13.1_7.8.0"
default['wazuh-elastic']['extensions_version'] = "v3.13.1"
default['wazuh-elastic']['elastic_stack_version'] = '7.9.1'
default['wazuh-elastic']['wazuh_app_version'] = "3.13.2_7.9.1"
default['wazuh-elastic']['extensions_version'] = "v3.13.2"
6 changes: 3 additions & 3 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.8.0'
default['filebeat']['wazuh_app_version'] = "3.13.1_7.8.0"
default['filebeat']['extensions_version'] = "v3.13.1"
default['filebeat']['elastic_stack_version'] = '7.9.1'
default['filebeat']['wazuh_app_version'] = "3.13.2_7.9.1"
default['filebeat']['extensions_version'] = "v3.13.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.13.1"
default['wazuh-manager']['version'] = "3.13.2"

0 comments on commit 96b8976

Please sign in to comment.