From 182b461a252c803e66d2aae201b884545e4b9e0b Mon Sep 17 00:00:00 2001 From: Javier Medeot Date: Thu, 5 Oct 2023 12:00:13 -0300 Subject: [PATCH 1/2] Update 4.5.3 changelog --- CHANGELOG.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ce7853a5d..c072603a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,19 +5,21 @@ All notable changes to this project will be documented in this file. ### Added - Added support for Kibana 7.17.13. ([#6531](https://github.com/wazuh/wazuh-documentation/pull/6531)) -- Add a nested query example for the filtering data using queries API page. ([6362](https://github.com/wazuh/wazuh-documentation/pull/6362)) +- Add a nested query example for the filtering data using queries API page. ([#6362](https://github.com/wazuh/wazuh-documentation/pull/6362)) - Added clarification to change one user password at a time on Docker. ([#6554](https://github.com/wazuh/wazuh-documentation/pull/6554)) - Added clarifications for multi-node deployment steps on Docker. ([#6555](https://github.com/wazuh/wazuh-documentation/pull/6555)) ([6578](https://github.com/wazuh/wazuh-documentation/pull/6578)) ### Changed -- Updated the SUSE OVAL URL for offline update. ([6435](https://github.com/wazuh/wazuh-documentation/pull/6435)) -- Update ``agent_upgrade`` command force flag message in the agent upgrade module documentation. ([6345](https://github.com/wazuh/wazuh-documentation/pull/6345)) +- Updated the SUSE OVAL URL for offline update. ([#6435](https://github.com/wazuh/wazuh-documentation/pull/6435)) +- Update ``agent_upgrade`` command force flag message in the agent upgrade module documentation. ([#6345](https://github.com/wazuh/wazuh-documentation/pull/6345)) + ### Fixed -- Fixed configuration inconsistency in Wazuh Puppet agent installation ([6506](https://github.com/wazuh/wazuh-documentation/pull/6506)) -- Fixed an error on the API reference pages that was preventing the page from loading the header and the version selector. ([6496](https://github.com/wazuh/wazuh-documentation/pull/6496)) -- Fixed an error in the first link in the "On this page" lateral menu. ([6464](https://github.com/wazuh/wazuh-documentation/pull/6464)) +- Fixed configuration inconsistency in Wazuh Puppet agent installation. ([#6506](https://github.com/wazuh/wazuh-documentation/pull/6506)) +- Fixed an error on the API reference pages that was preventing the page from loading the header and the version selector. ([#6496](https://github.com/wazuh/wazuh-documentation/pull/6496)) +- Fixed an error in the first link in the "On this page" lateral menu. ([#6464](https://github.com/wazuh/wazuh-documentation/pull/6464)) +- Fixed Solaris 10 installation and upgrade steps. ([#6586](https://github.com/wazuh/wazuh-documentation/pull/6586)) ## [v4.5.2] From 905d5e1ab93e7fd9b9a850ab770780de13e34c97 Mon Sep 17 00:00:00 2001 From: Javier Medeot Date: Thu, 5 Oct 2023 15:28:23 -0300 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c072603a4b..a7ac70cf23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. - Added support for Kibana 7.17.13. ([#6531](https://github.com/wazuh/wazuh-documentation/pull/6531)) - Add a nested query example for the filtering data using queries API page. ([#6362](https://github.com/wazuh/wazuh-documentation/pull/6362)) - Added clarification to change one user password at a time on Docker. ([#6554](https://github.com/wazuh/wazuh-documentation/pull/6554)) -- Added clarifications for multi-node deployment steps on Docker. ([#6555](https://github.com/wazuh/wazuh-documentation/pull/6555)) ([6578](https://github.com/wazuh/wazuh-documentation/pull/6578)) +- Added clarifications for multi-node deployment steps on Docker. ([#6555](https://github.com/wazuh/wazuh-documentation/pull/6555)) ([#6578](https://github.com/wazuh/wazuh-documentation/pull/6578)) ### Changed