From 3f6ccf6a2243f68b200f3d752d32e51facfe30f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Wed, 8 Jan 2025 09:50:17 +0100 Subject: [PATCH] Support new stage RC3 for 4.10.0 (#629) --- CHANGELOG.md | 3 --- .../packages/src/rpm/wazuh-indexer.rpm.spec | 2 +- release-notes/wazuh.release-notes-4.10.0.md | 21 +++++++++++++++++++ 3 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 release-notes/wazuh.release-notes-4.10.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 60655fd9030b8..ef96b877bcb5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Dependencies ### Changed -- Upgrade third-party integrations to the latest versions ([#445](https://github.com/wazuh/wazuh-indexer/issues/445)) -- Changes on the Vulnerability Detector index template ([#25485](https://github.com/wazuh/wazuh/issues/25485)) ([#382](https://github.com/wazuh/wazuh-indexer/issues/382)) -- Packages refinement - Stage 1 ([#484](https://github.com/wazuh/wazuh-indexer/issues/484)) ### Deprecated diff --git a/distribution/packages/src/rpm/wazuh-indexer.rpm.spec b/distribution/packages/src/rpm/wazuh-indexer.rpm.spec index 5b1fe9f32a8f5..a609a79100a36 100644 --- a/distribution/packages/src/rpm/wazuh-indexer.rpm.spec +++ b/distribution/packages/src/rpm/wazuh-indexer.rpm.spec @@ -276,7 +276,7 @@ exit 0 %attr(750, %{name}, %{name}) %{product_dir}/performance-analyzer-rca/bin/* %changelog -* Thu Dec 19 2024 support - 4.10.0 +* Wed Jan 08 2025 support - 4.10.0 - More info: https://documentation.wazuh.com/current/release-notes/release-4-10-0.html * Mon Nov 04 2024 support - 4.9.2 - More info: https://documentation.wazuh.com/current/release-notes/release-4-9-2.html diff --git a/release-notes/wazuh.release-notes-4.10.0.md b/release-notes/wazuh.release-notes-4.10.0.md new file mode 100644 index 0000000000000..3bca46eabdc7c --- /dev/null +++ b/release-notes/wazuh.release-notes-4.10.0.md @@ -0,0 +1,21 @@ +## 2025-01-08 Version 4.10.0 Release Notes + +## [4.10.0] + +### Added + +- + +### Dependencies + +- + +### Changed + +- Upgrade third-party integrations to the latest versions ([#445](https://github.com/wazuh/wazuh-indexer/issues/445)) +- Updated the Vulnerability Detector index template ([#25485](https://github.com/wazuh/wazuh/issues/25485)) ([#382](https://github.com/wazuh/wazuh-indexer/issues/382)) +- Packages refinement - Stage 1 ([#484](https://github.com/wazuh/wazuh-indexer/issues/484)) + +### Fixed + +-