Skip to content

Commit c8b33d4

Browse files
committed
Bump 4.10.0 (#272)
1 parent ace4c65 commit c8b33d4

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
@@ -263,6 +263,8 @@ exit 0
263263
%attr(750, %{name}, %{name}) %{product_dir}/performance-analyzer-rca/bin/*
264264

265265
%changelog
266+
* Wed Jun 19 2024 support <[email protected]> - 4.10.0
267+
- More info: https://documentation.wazuh.com/current/release-notes/release-4-10-0.html
266268
* Thu Mar 28 2024 support <[email protected]> - 4.9.0
267269
- More info: https://documentation.wazuh.com/current/release-notes/release-4-9-0.html
268270
* 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)