diff --git a/VERSION b/VERSION index b617d997d7701..1910ba9d23370 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.9.0 \ No newline at end of file +4.10.0 \ No newline at end of file diff --git a/distribution/packages/src/rpm/wazuh-indexer.rpm.spec b/distribution/packages/src/rpm/wazuh-indexer.rpm.spec index 15f33988385c7..ae4438a1a3afd 100644 --- a/distribution/packages/src/rpm/wazuh-indexer.rpm.spec +++ b/distribution/packages/src/rpm/wazuh-indexer.rpm.spec @@ -265,6 +265,8 @@ exit 0 %attr(660, %{name}, %{name}) %{config_dir}/wazuh-template.json %changelog +* Wed Jun 19 2024 support - 4.10.0 +- More info: https://documentation.wazuh.com/current/release-notes/release-4-10-0.html * Thu Mar 28 2024 support - 4.9.0 - More info: https://documentation.wazuh.com/current/release-notes/release-4-9-0.html * Tue Jan 30 2024 support - 4.8.1 diff --git a/docker/README.md b/docker/README.md index 64e5c40ac33a6..68ad253e20b8c 100644 --- a/docker/README.md +++ b/docker/README.md @@ -84,11 +84,11 @@ Refer to [scripts/README.md](../scripts/README.md) for details about how to buil 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. ```console -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 . +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 . ``` Then, start a container with: ```console -docker run -it --rm wazuh-indexer:4.9.0 +docker run -it --rm wazuh-indexer:4.10.0 ``` \ No newline at end of file