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 #142 from wazuh/update-release-4.2.5
Browse files Browse the repository at this point in the history
Release v4.2.5
  • Loading branch information
teddytpc1 authored Nov 24, 2021
2 parents 0a63250 + 86c5180 commit ca3fb6e
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log
All notable changes to this project will be documented in this file.

## Wazuh Chef v4.2.5

### Added

- Update to Wazuh [v4.2.5](https://github.com/wazuh/wazuh/blob/v4.2.5/CHANGELOG.md#v425)

### Fixed

## Wazuh Chef v4.2.4

### Added
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Deploy the Wazuh platform using Chef cookbooks. Chef recipes are prepared for in

| Wazuh version | Elastic | ODFE |
|---------------|---------|--------|
| v4.2.5 | v7.10.2 | v1.13.2|
| v4.2.4 | v7.10.2 | v1.13.2|
| v4.0.4 | v7.9.3 | v1.11.0|

Expand Down
4 changes: 2 additions & 2 deletions cookbooks/elastic-stack/attributes/versions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Wazuh
default['wazuh']['major_version'] = '4.x'
default['wazuh']['minor_version'] = '4.2'
default['wazuh']['patch_version'] = '4.2.4'
default['wazuh']['patch_version'] = '4.2.5'

# Kibana
default['wazuh']['kibana_plugin_version'] = '4.2.4_7.10.2'
default['wazuh']['kibana_plugin_version'] = '4.2.5_7.10.2'
2 changes: 1 addition & 1 deletion cookbooks/filebeat-oss/attributes/versions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# Wazuh
default['wazuh']['major_version'] = "4.x"
default['wazuh']['minor_version'] = "4.2"
default['wazuh']['patch_version'] = "4.2.4"
default['wazuh']['patch_version'] = "4.2.5"
2 changes: 1 addition & 1 deletion cookbooks/filebeat/attributes/versions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# Wazuh
default['wazuh']['major_version'] = "4.x"
default['wazuh']['minor_version'] = "4.2"
default['wazuh']['patch_version'] = "4.2.4"
default['wazuh']['patch_version'] = "4.2.5"
4 changes: 2 additions & 2 deletions cookbooks/opendistro/attributes/versions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
# Wazuh
default['wazuh']['major_version'] = '4.x'
default['wazuh']['minor_version'] = '4.2'
default['wazuh']['patch_version'] = '4.2.4'
default['wazuh']['patch_version'] = '4.2.5'

# Kibana
default['wazuh']['kibana_plugin_version'] = '4.2.4_7.10.2'
default['wazuh']['kibana_plugin_version'] = '4.2.5_7.10.2'

# Search guard
default['searchguard']['version'] = '1.8'
2 changes: 1 addition & 1 deletion cookbooks/wazuh_agent/attributes/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

default['wazuh']['major_version'] = "4.x"
default['wazuh']['minor_version'] = "4.2"
default['wazuh']['patch_version'] = "4.2.4"
default['wazuh']['patch_version'] = "4.2.5"
2 changes: 1 addition & 1 deletion cookbooks/wazuh_manager/attributes/versions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

default['wazuh']['major_version'] = "4.x"
default['wazuh']['minor_version'] = "4.2"
default['wazuh']['patch_version'] = "4.2.4"
default['wazuh']['patch_version'] = "4.2.5"
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures Wazuh with chef cookbooks'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '4.2.4'
version '4.2.5'
chef_version '>= 15.0'

%w(redhat centos oracle).each do |el|
Expand Down

0 comments on commit ca3fb6e

Please sign in to comment.