Skip to content

Commit dae2bfc

Browse files
authored
Support new version 4.12.0-rc1 (#809)
1 parent f58a289 commit dae2bfc

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

VERSION.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"version": "4.12.0",
3-
"stage": "beta1"
3+
"stage": "rc1"
44
}

distribution/packages/src/rpm/wazuh-indexer.rpm.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ exit 0
297297
%ghost %attr(440, %{name}, %{name}) %{config_dir}/.was_active
298298

299299
%changelog
300-
* Wed Apr 30 2025 support <[email protected]> - 4.12.0
300+
* Wed May 07 2025 support <[email protected]> - 4.12.0
301301
- More info: https://documentation.wazuh.com/current/release-notes/release-4-12-0.html
302302
* Tue Apr 01 2025 support <[email protected]> - 4.11.2
303303
- More info: https://documentation.wazuh.com/current/release-notes/release-4-11-2.html
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
1-
## 2025-04-30 Version 4.12.0 Release Notes
1+
## 2025-05-07 Version 4.12.0 Release Notes
22

33
## [4.12.0]
44
### Added
55
- Add `scanner.condition` custom field to vulnerability detector index definition ([#637](https://github.com/wazuh/wazuh-indexer/pull/637))
66
- Enable assembly of ARM packages [(#444)](https://github.com/wazuh/wazuh-indexer/pull/444)
7+
- Add `vulnerability.scanner.reference` field to VD and alerts indexes [(#689)](https://github.com/wazuh/wazuh-indexer/pull/689)
78

89
### Dependencies
910

1011
### Changed
11-
- Version file standarization [[#693]](https://github.com/wazuh/wazuh-indexer/pull/693)
12+
- Version file standarization [(#693)](https://github.com/wazuh/wazuh-indexer/pull/693)
13+
- Redesign the mechanism to preserve the status of the service on upgrades [(#794)](https://github.com/wazuh/wazuh-indexer/pull/794)
1214

1315
### Deprecated
1416

1517
### Removed
16-
- Remove unused GitHub Workflows [(#762)](https://github.com/wazuh/wazuh-indexer/pull/762)
18+
- Removed unused GitHub Workflows [(#762)](https://github.com/wazuh/wazuh-indexer/pull/762)
1719

1820
### Fixed
1921
- Fix startup errors on STIG compliant systems due to noexec filesystems [(#533)](https://github.com/wazuh/wazuh-indexer/pull/533)
2022
- Fix CI Docker environment [(#760)](https://github.com/wazuh/wazuh-indexer/pull/760)
2123

2224
### Security
23-
- Migration to OpenSearch 2.19.0 (JDK 21 and Gradle 8.2) [(#702)](https://github.com/wazuh/wazuh-indexer/pull/702)
24-
- Migration to OpenSearch 2.19.1 [(#739)](https://github.com/wazuh/wazuh-indexer/pull/739)
25+
- Migration to OpenSearch 2.19.0 (JDK 21 and Gradle 8.12) [(#702)](https://github.com/wazuh/wazuh-indexer/pull/702)
26+
- Migration to OpenSearch 2.19.1 [(#739)](https://github.com/wazuh/wazuh-indexer/pull/739)

0 commit comments

Comments
 (0)