From c9069d7049feb1a622af0778af497ba6395341dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Fri, 20 Sep 2024 13:42:10 +0200 Subject: [PATCH] Add Release Notes 4.9.1-rc1 (#421) --- .../packages/src/rpm/wazuh-indexer.rpm.spec | 6 ++---- .../wazuh.release-notes-4.9.1-rc1.md | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 release-notes/wazuh.release-notes-4.9.1-rc1.md diff --git a/distribution/packages/src/rpm/wazuh-indexer.rpm.spec b/distribution/packages/src/rpm/wazuh-indexer.rpm.spec index 199dfa3c62998..34aac12a6d005 100644 --- a/distribution/packages/src/rpm/wazuh-indexer.rpm.spec +++ b/distribution/packages/src/rpm/wazuh-indexer.rpm.spec @@ -266,11 +266,9 @@ exit 0 %attr(750, %{name}, %{name}) %{product_dir}/performance-analyzer-rca/bin/* %changelog -* Tue Aug 20 2024 support - 4.10.0 +* Mon Sep 23 2024 support - 4.10.0 - More info: https://documentation.wazuh.com/current/release-notes/release-4-10-0.html -* Fri Sep 06 2024 support - 4.9.2 -- More info: https://documentation.wazuh.com/current/release-notes/release-4-9-1.html -* Thu Aug 15 2024 support - 4.9.1 +* Fri Sep 20 2024 support - 4.9.1 - More info: https://documentation.wazuh.com/current/release-notes/release-4-9-1.html * Thu Aug 15 2024 support - 4.9.0 - More info: https://documentation.wazuh.com/current/release-notes/release-4-9-0.html diff --git a/release-notes/wazuh.release-notes-4.9.1-rc1.md b/release-notes/wazuh.release-notes-4.9.1-rc1.md new file mode 100644 index 0000000000000..7804a7eddaad2 --- /dev/null +++ b/release-notes/wazuh.release-notes-4.9.1-rc1.md @@ -0,0 +1,19 @@ +## 2024-09-20 Version 4.9.1-rc1 Release Notes + +## [4.9.1-rc1] +### Added +- + +### Dependencies +- + +### Changed +* Update SECURITY.md in https://github.com/wazuh/wazuh-indexer/pull/415 +* Change the date in the RPM spec file to avoid packaging errors in https://github.com/wazuh/wazuh-indexer/pull/338 +* Upgrade third-party integrations to the latest product versions in https://github.com/wazuh/wazuh-indexer/pull/368 +* Remove unused fields from the vulnerabilities index template in https://github.com/wazuh/wazuh-indexer/pull/369 +* Update RPM spec file to avoid overwriting modified config files in https://github.com/wazuh/wazuh-indexer/pull/410 + +### Fixed +* Fix Splunk integration dashboards in https://github.com/wazuh/wazuh-indexer/pull/362 +* Fix Performance Analyzer service file in https://github.com/wazuh/wazuh-indexer/pull/391