Skip to content

Commit 0aa3533

Browse files
authored
Support new version 4.9.2 (#494)
* Support new version 4.9.2 * Add estimated release date for 4.9.2 * Fix estimates release date for 4.9.2 * Fix 4.9.1 release notes title
1 parent bdc000d commit 0aa3533

File tree

6 files changed

+12
-10
lines changed

6 files changed

+12
-10
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 4.9.x]: https://github.com/wazuh/wazuh-indexer/compare/v4.9.1-rc3...4.9.1-rc4
21+
[Unreleased 4.9.x]: https://github.com/wazuh/wazuh-indexer/compare/v4.9.1...4.9.2

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.9.1
1+
4.9.2

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

+2
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ exit 0
266266
%attr(750, %{name}, %{name}) %{product_dir}/performance-analyzer-rca/bin/*
267267

268268
%changelog
269+
* Wed Oct 30 2024 support <[email protected]> - 4.9.2
270+
- More info: https://documentation.wazuh.com/current/release-notes/release-4-9-2.html
269271
* Tue Oct 15 2024 support <[email protected]> - 4.9.1
270272
- More info: https://documentation.wazuh.com/current/release-notes/release-4-9-1.html
271273
* Thu Aug 15 2024 support <[email protected]> - 4.9.0

docker/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ Refer to [packaging_scripts/README.md](../packaging_scripts/README.md) for detai
4545
The [prod](./prod) folder contains the code to build Docker images. A tarball of `wazuh-indexer` needs to be located at the same level that the Dockerfile. Below there is an example of the command needed to build the image. Set the build arguments and the image tag accordingly.
4646

4747
```console
48-
docker build --build-arg="VERSION=4.9.1" --build-arg="INDEXER_TAR_NAME=wazuh-indexer-4.9.1-1_linux-x64_cfca84f.tar.gz" --tag=wazuh-indexer:4.9.1 --progress=plain --no-cache .
48+
docker build --build-arg="VERSION=4.9.2" --build-arg="INDEXER_TAR_NAME=wazuh-indexer-4.9.2-1_linux-x64_cfca84f.tar.gz" --tag=wazuh-indexer:4.9.2 --progress=plain --no-cache .
4949
```
5050

5151
Then, start a container with:
5252

5353
```console
54-
docker run -it --rm wazuh-indexer:4.9.1
54+
docker run -it --rm wazuh-indexer:4.9.2
5555
```

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.9.2_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.9.2_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.9.2_amd64.deb
113+
| `-- wazuh-indexer_4.9.2_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.9.2_amd64.deb
123123
`-- debian/
124124
| -- control
125125
| -- copyright

release-notes/wazuh.release-notes-4.9.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2024-09-27 Version 4.9.1-rc2 Release Notes
1+
## 2024-10-15 Version 4.9.1 Release Notes
22

33
## [4.9.1]
44
### Added

0 commit comments

Comments
 (0)