Skip to content

Commit a9460d5

Browse files
authored
Bump 4.10.0 (#272)
1 parent f327a41 commit a9460d5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.9.0
1+
4.10.0

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

+2
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ exit 0
265265
%attr(660, %{name}, %{name}) %{config_dir}/wazuh-template.json
266266

267267
%changelog
268+
* Wed Jun 19 2024 support <[email protected]> - 4.10.0
269+
- More info: https://documentation.wazuh.com/current/release-notes/release-4-10-0.html
268270
* Thu Mar 28 2024 support <[email protected]> - 4.9.0
269271
- More info: https://documentation.wazuh.com/current/release-notes/release-4-9-0.html
270272
* Tue Jan 30 2024 support <[email protected]> - 4.8.1

docker/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ Refer to [scripts/README.md](../scripts/README.md) for details about how to buil
8484
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 example of the command needed to build the image. Set the build arguments and the image tag accordingly.
8585

8686
```console
87-
docker build --build-arg="VERSION=4.9.0" --build-arg="INDEXER_TAR_NAME=wazuh-indexer-4.9.0-1_linux-x64_cfca84f.tar.gz" --tag=wazuh-indexer:4.9.0 --progress=plain --no-cache .
87+
docker build --build-arg="VERSION=4.10.0" --build-arg="INDEXER_TAR_NAME=wazuh-indexer-4.10.0-1_linux-x64_cfca84f.tar.gz" --tag=wazuh-indexer:4.10.0 --progress=plain --no-cache .
8888
```
8989

9090
Then, start a container with:
9191

9292
```console
93-
docker run -it --rm wazuh-indexer:4.9.0
93+
docker run -it --rm wazuh-indexer:4.10.0
9494
```

0 commit comments

Comments
 (0)