Skip to content

Commit b8c8bab

Browse files
committed
Merge 4.9.2 into 4.10.0 (#378)
1 parent b4d103d commit b8c8bab

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project are documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See the [CONTRIBUTING guide](./CONTRIBUTING.md#Changelog) for instructions on how to add changelog entries.
55

6-
## [Unreleased 2.16.x]
6+
## [Unreleased 4.10.x]
77
### Added
88

99
### Dependencies
@@ -18,4 +18,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1818

1919
### Security
2020

21-
[Unreleased 2.x]: https://github.com/opensearch-project/OpenSearch/compare/57cd81da11e5cb831029719f0394e40aff68ced2...2.16
21+
[Unreleased 4.10.x]: https://github.com/wazuh/wazuh-indexer/compare/5a53a90d05a7bad0ca5803ac70025dea744d789a...4.10.0

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

+2
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ exit 0
267267
%changelog
268268
* Tue Aug 20 2024 support <[email protected]> - 4.10.0
269269
- More info: https://documentation.wazuh.com/current/release-notes/release-4-10-0.html
270+
* Fri Sep 06 2024 support <[email protected]> - 4.9.2
271+
- More info: https://documentation.wazuh.com/current/release-notes/release-4-9-1.html
270272
* Thu Aug 15 2024 support <[email protected]> - 4.9.1
271273
- More info: https://documentation.wazuh.com/current/release-notes/release-4-9-1.html
272274
* Thu Aug 15 2024 support <[email protected]> - 4.9.0

packaging_scripts/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ For DEB packages, the `assemble.sh` script will perform the following operations
7777
```
7878
artifacts/
7979
|-- dist
80-
| |-- wazuh-indexer-min_4.9.1_amd64.deb
80+
| |-- wazuh-indexer-min_4.10.0_amd64.deb
8181
`-- tmp
8282
`-- deb
8383
|-- Makefile
@@ -86,7 +86,7 @@ For DEB packages, the `assemble.sh` script will perform the following operations
8686
|-- etc
8787
|-- usr
8888
|-- var
89-
`-- wazuh-indexer-min_4.9.1_amd64.deb
89+
`-- wazuh-indexer-min_4.10.0_amd64.deb
9090
```
9191
9292
`usr`, `etc` and `var` folders contain `wazuh-indexer` files, extracted from `wazuh-indexer-min-*.deb`.
@@ -109,8 +109,8 @@ For DEB packages, the `assemble.sh` script will perform the following operations
109109
artifacts/
110110
|-- artifact_name.txt
111111
|-- dist
112-
| |-- wazuh-indexer-min_4.9.1_amd64.deb
113-
| `-- wazuh-indexer_4.9.1_amd64.deb
112+
| |-- wazuh-indexer-min_4.10.0_amd64.deb
113+
| `-- wazuh-indexer_4.10.0_amd64.deb
114114
`-- tmp
115115
`-- deb
116116
|-- Makefile
@@ -119,7 +119,7 @@ For DEB packages, the `assemble.sh` script will perform the following operations
119119
|-- etc
120120
|-- usr
121121
|-- var
122-
|-- wazuh-indexer-min_4.9.1_amd64.deb
122+
|-- wazuh-indexer-min_4.10.0_amd64.deb
123123
`-- debian/
124124
| -- control
125125
| -- copyright

0 commit comments

Comments
 (0)