From 338512d61f739db5e4246b12458e43ed7f17da99 Mon Sep 17 00:00:00 2001 From: AlfonsoRBJ Date: Tue, 13 Nov 2018 11:13:44 +0100 Subject: [PATCH 1/3] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e947b7ee..d5678ae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,21 @@ All notable changes to this project will be documented in this file. ## [v3.7.0] +### Added + +- Amazon Linux deployments are now supported ([#71](https://github.com/wazuh/wazuh-ansible/pull/71)) and for the old repository structure ([#67](https://github.com/wazuh/wazuh-ansible/pull/67)) + ### Changed - Repository restructure. +### Fixed + +- Fix oracle java cookie ([#71](https://github.com/wazuh/wazuh-ansible/pull/71)). + +### Removed + + ## [v3.6.0] Ansible starting point. From 14d2e1509f801942b69d81c7b8916ace7026c923 Mon Sep 17 00:00:00 2001 From: AlfonsoRBJ Date: Tue, 13 Nov 2018 11:48:56 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5678ae0..f84e63b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,22 @@ All notable changes to this project will be documented in this file. ### Added - Amazon Linux deployments are now supported ([#71](https://github.com/wazuh/wazuh-ansible/pull/71)) and for the old repository structure ([#67](https://github.com/wazuh/wazuh-ansible/pull/67)) +- Added the option to add rule files and decoders directly over the local rule and decoder directories in /var/ossec/etc ([#81](https://github.com/wazuh/wazuh-ansible/pull/81)). +- Added the necessary variables to configure a new configuration template for the Wazuh API ([#80](https://github.com/wazuh/wazuh-ansible/pull/80)). +- Added the option to verify the shared configuration for agents set in the manager ([#76](https://github.com/wazuh/wazuh-ansible/pull/76)). +- Added the option to configure the active response ([#75](https://github.com/wazuh/wazuh-ansible/pull/75)). ### Changed - Repository restructure. +- Extended conditions to register a Wazuh agent. Now will register the agent in cases where there is no client.keys or the file exists but this empty ([#79](https://github.com/wazuh/wazuh-ansible/pull/79)). +- Grouping of tasks in a block under the same condition to improve the efficiency of the code ([#74](https://github.com/wazuh/wazuh-ansible/pull/74)). +- Improved efficiency of the Java repository ([#73](https://github.com/wazuh/wazuh-ansible/pull/73)). ### Fixed - Fix oracle java cookie ([#71](https://github.com/wazuh/wazuh-ansible/pull/71)). +- include the logall_json label in ossec.conf template. This was causing an error when recreating the cdb_lists ([#84](https://github.com/wazuh/wazuh-ansible/pull/84)). ### Removed From 546f9e0301cd4727bd50f3b8b4ea8e910ed2cb72 Mon Sep 17 00:00:00 2001 From: AlfonsoRBJ Date: Tue, 13 Nov 2018 11:50:12 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f84e63b8..7662f84a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. -## [v3.7.0] +## v3.7.0-3701 ### Added @@ -23,10 +23,7 @@ All notable changes to this project will be documented in this file. - Fix oracle java cookie ([#71](https://github.com/wazuh/wazuh-ansible/pull/71)). - include the logall_json label in ossec.conf template. This was causing an error when recreating the cdb_lists ([#84](https://github.com/wazuh/wazuh-ansible/pull/84)). -### Removed - - -## [v3.6.0] +## v3.6.0 Ansible starting point.