diff --git a/VERSION b/VERSION index b617d997d7701..5b341fd799e8d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.9.0 \ No newline at end of file +4.9.1 diff --git a/distribution/packages/src/rpm/wazuh-indexer.cicd.spec b/distribution/packages/src/rpm/wazuh-indexer.cicd.spec index 9172db51eb1a1..6bb77d059e6b2 100644 --- a/distribution/packages/src/rpm/wazuh-indexer.cicd.spec +++ b/distribution/packages/src/rpm/wazuh-indexer.cicd.spec @@ -695,7 +695,9 @@ rm -fr %{buildroot} %changelog -* Thu Mar 28 2024 support - 4.9.0 +* Thu Aug 15 2024 support - 4.9.1 +- More info: https://documentation.wazuh.com/current/release-notes/release-4-9-1.html +* Thu Aug 15 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 - More info: https://documentation.wazuh.com/current/release-notes/release-4-8-1.html @@ -750,4 +752,4 @@ rm -fr %{buildroot} * Wed May 18 2022 support - 4.3.1 - More info: https://documentation.wazuh.com/current/release-notes/release-4-3-1.html * Thu May 05 2022 support - 4.3.0 -- More info: https://documentation.wazuh.com/current/release-notes/release-4-3-0.html \ No newline at end of file +- More info: https://documentation.wazuh.com/current/release-notes/release-4-3-0.html diff --git a/distribution/packages/src/rpm/wazuh-indexer.rpm.spec b/distribution/packages/src/rpm/wazuh-indexer.rpm.spec index b8af1bfec204b..ccd7783473e17 100644 --- a/distribution/packages/src/rpm/wazuh-indexer.rpm.spec +++ b/distribution/packages/src/rpm/wazuh-indexer.rpm.spec @@ -264,7 +264,9 @@ exit 0 %attr(750, %{name}, %{name}) %{product_dir}/performance-analyzer-rca/bin/* %changelog -* Fri Jul 12 2024 support - 4.9.0 +* Fri Aug 15 2024 support - 4.9.1 +- More info: https://documentation.wazuh.com/current/release-notes/release-4-9-1.html +* Fri Aug 15 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 - More info: https://documentation.wazuh.com/current/release-notes/release-4-8-1.html diff --git a/docker/README.md b/docker/README.md index 64e5c40ac33a6..450d986bed065 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.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 . ``` Then, start a container with: ```console -docker run -it --rm wazuh-indexer:4.9.0 -``` \ No newline at end of file +docker run -it --rm wazuh-indexer:4.9.1 +``` diff --git a/integrations/amazon-security-lake/README.md b/integrations/amazon-security-lake/README.md index b071138049b8e..d3c2390183541 100644 --- a/integrations/amazon-security-lake/README.md +++ b/integrations/amazon-security-lake/README.md @@ -234,7 +234,7 @@ The tables below represent how the Wazuh Security Events are mapped into the OCS | type_uid | Long | 200101 | | metadata.product.name | String | "Wazuh" | | metadata.product.vendor_name | String | "Wazuh, Inc." | -| metadata.product.version | String | "4.9.0" | +| metadata.product.version | String | "4.9.1" | | metadata.product.lang | String | "en" | | metadata.log_name | String | "Security events" | | metadata.log_provider | String | "Wazuh" | diff --git a/packaging_scripts/README.md b/packaging_scripts/README.md index d81ce569be8e4..1c6c7cb35173a 100644 --- a/packaging_scripts/README.md +++ b/packaging_scripts/README.md @@ -77,7 +77,7 @@ For DEB packages, the `assemble.sh` script will perform the following operations ``` artifacts/ |-- dist - | |-- wazuh-indexer-min_4.9.0_amd64.deb + | |-- wazuh-indexer-min_4.9.1_amd64.deb `-- tmp `-- deb |-- Makefile @@ -86,7 +86,7 @@ For DEB packages, the `assemble.sh` script will perform the following operations |-- etc |-- usr |-- var - `-- wazuh-indexer-min_4.9.0_amd64.deb + `-- wazuh-indexer-min_4.9.1_amd64.deb ``` `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 artifacts/ |-- artifact_name.txt |-- dist - | |-- wazuh-indexer-min_4.9.0_amd64.deb - | `-- wazuh-indexer_4.9.0_amd64.deb + | |-- wazuh-indexer-min_4.9.1_amd64.deb + | `-- wazuh-indexer_4.9.1_amd64.deb `-- tmp `-- deb |-- Makefile @@ -119,7 +119,7 @@ For DEB packages, the `assemble.sh` script will perform the following operations |-- etc |-- usr |-- var - |-- wazuh-indexer-min_4.9.0_amd64.deb + |-- wazuh-indexer-min_4.9.1_amd64.deb `-- debian/ | -- control | -- copyright @@ -261,4 +261,4 @@ scripts: is_min: if set, the package name will start by `wazuh-indexer-min`. Used on the build stage. outputs: package: the name of the wazuh-indexer package. -``` \ No newline at end of file +```