From fa2ac1db137a8ee6defb746fb281dc0728eda155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Tue, 24 Sep 2024 17:28:28 +0200 Subject: [PATCH] Bump version to 4.10.1 --- CHANGELOG.md | 2 +- VERSION | 2 +- distribution/packages/src/rpm/wazuh-indexer.rpm.spec | 2 ++ docker/README.md | 4 ++-- packaging_scripts/README.md | 10 +++++----- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8926a81474c5..b49a26790ffe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,4 +18,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Security -[Unreleased 4.10.x]: https://github.com/wazuh/wazuh-indexer/compare/5a53a90d05a7bad0ca5803ac70025dea744d789a...4.10.0 +[Unreleased 4.10.x]: https://github.com/wazuh/wazuh-indexer/compare/4.10.0...4.10.1 diff --git a/VERSION b/VERSION index 1910ba9d23370..58426c1034031 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.10.0 \ No newline at end of file +4.10.1 \ 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 34aac12a6d005..fd4cf88b89afc 100644 --- a/distribution/packages/src/rpm/wazuh-indexer.rpm.spec +++ b/distribution/packages/src/rpm/wazuh-indexer.rpm.spec @@ -266,6 +266,8 @@ exit 0 %attr(750, %{name}, %{name}) %{product_dir}/performance-analyzer-rca/bin/* %changelog +* Fri Nov 06 2024 support - 4.10.1 +- More info: https://documentation.wazuh.com/current/release-notes/release-4-10-1.html * Mon Sep 23 2024 support - 4.10.0 - More info: https://documentation.wazuh.com/current/release-notes/release-4-10-0.html * Fri Sep 20 2024 support - 4.9.1 diff --git a/docker/README.md b/docker/README.md index a009788ca99fc..0b3aadbcd0138 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.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 . +docker build --build-arg="VERSION=4.10.1" --build-arg="INDEXER_TAR_NAME=wazuh-indexer-4.10.1-1_linux-x64_cfca84f.tar.gz" --tag=wazuh-indexer:4.10.1 --progress=plain --no-cache . ``` Then, start a container with: ```console -docker run -it --rm wazuh-indexer:4.10.0 +docker run -it --rm wazuh-indexer:4.10.1 ``` diff --git a/packaging_scripts/README.md b/packaging_scripts/README.md index 4a8883122df7d..546a04a258438 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.10.0_amd64.deb + | |-- wazuh-indexer-min_4.10.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.10.0_amd64.deb + `-- wazuh-indexer-min_4.10.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.10.0_amd64.deb - | `-- wazuh-indexer_4.10.0_amd64.deb + | |-- wazuh-indexer-min_4.10.1_amd64.deb + | `-- wazuh-indexer_4.10.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.10.0_amd64.deb + |-- wazuh-indexer-min_4.10.1_amd64.deb `-- debian/ | -- control | -- copyright