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 #94 from wazuh/release-wazuh_3.12.0_7.6.1
Browse files Browse the repository at this point in the history
Release Wazuh 3.12.0_7.6.1
  • Loading branch information
rshad authored Mar 24, 2020
2 parents cc109db + c930916 commit d79b968
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 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 v3.12.0_7.6.1

### Added

- Update to Wazuh version 3.12.0_7.6.1

- Upgrade to NodeJS v10 ([@xr09](https://github.com/xr09)) [PR#92](https://github.com/wazuh/wazuh-chef/pull/92)

## Wazuh Chef v3.11.4_7.6.1

### 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.11.4"
default['wazuh-agent']['version'] = "3.12.0"

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.6.1'
default['wazuh-elastic']['wazuh_app_version'] = "3.11.4_7.6.1"
default['wazuh-elastic']['extensions_version'] = "v3.11.4"
default['wazuh-elastic']['wazuh_app_version'] = "3.12.0_7.6.1"
default['wazuh-elastic']['extensions_version'] = "v3.12.0"
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.6.1'
default['filebeat']['wazuh_app_version'] = "3.11.4_7.6.1"
default['filebeat']['extensions_version'] = "v3.11.4"
default['filebeat']['wazuh_app_version'] = "3.12.0_7.6.1"
default['filebeat']['extensions_version'] = "v3.12.0"
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.11.4"
default['wazuh-manager']['version'] = "3.12.0"
4 changes: 2 additions & 2 deletions cookbooks/wazuh_manager/recipes/wazuh_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
bash 'Install nodejs' do
code <<-EOH
cd /tmp &&
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
EOH
not_if { ::File.exist?('/etc/apt/sources.list.d/nodesource.list') }
end
Expand All @@ -18,7 +18,7 @@
bash 'Install nodejs' do
code <<-EOH
cd /tmp &&
curl --silent --location https://rpm.nodesource.com/setup_8.x | bash -
curl --silent --location https://rpm.nodesource.com/setup_10.x | bash -
EOH
not_if { ::File.exist?('/etc/yum.repos.d/nodesource-el.repo') }
end
Expand Down

0 comments on commit d79b968

Please sign in to comment.