Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Release Notes 4.9.1-rc1 #421

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased 4.9.x]
### Added

- [Amazon Security Lake integration as source](https://github.com/wazuh/wazuh-indexer/issues/128)
- [Splunk, OpenSearch and Elastic integrations](https://github.com/wazuh/wazuh-indexer/issues/250)

### Dependencies

### Changed

- [Wazuh indexer fork update](https://github.com/wazuh/wazuh-indexer/issues/54)

### Deprecated

### Removed
Expand All @@ -23,4 +18,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Security

[Unreleased 4.9.x]: https://github.com/wazuh/wazuh-indexer/compare/BASE...4.9.0
[Unreleased 4.9.x]: https://github.com/wazuh/wazuh-indexer/compare/v4.9.0...4.9.1
2 changes: 1 addition & 1 deletion distribution/packages/src/rpm/wazuh-indexer.rpm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ exit 0
%attr(750, %{name}, %{name}) %{product_dir}/performance-analyzer-rca/bin/*

%changelog
* Thu Aug 15 2024 support <[email protected]> - 4.9.1
* Fri Sep 20 2024 support <[email protected]> - 4.9.1
- More info: https://documentation.wazuh.com/current/release-notes/release-4-9-1.html
* Thu Aug 15 2024 support <[email protected]> - 4.9.0
- More info: https://documentation.wazuh.com/current/release-notes/release-4-9-0.html
Expand Down
19 changes: 19 additions & 0 deletions release-notes/wazuh.release-notes-4.9.1-rc1.md
Original file line number Diff line number Diff line change
@@ -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