Skip to content

Commit ed170ac

Browse files
authored
Support new version 4.10.2 (#441)
1 parent aad4754 commit ed170ac

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1818

1919
### Security
2020

21-
[Unreleased 4.10.x]: https://github.com/wazuh/wazuh-indexer/compare/4.10.0...4.10.1
21+
[Unreleased 4.10.x]: https://github.com/wazuh/wazuh-indexer/compare/4.10.1...4.10.2

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.10.1
1+
4.10.2

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

+2
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ exit 0
266266
%attr(750, %{name}, %{name}) %{product_dir}/performance-analyzer-rca/bin/*
267267

268268
%changelog
269+
* Tue Feb 20 2025 support <[email protected]> - 4.10.2
270+
- More info: https://documentation.wazuh.com/current/release-notes/release-4-10-2.html
269271
* Fri Nov 06 2024 support <[email protected]> - 4.10.1
270272
- More info: https://documentation.wazuh.com/current/release-notes/release-4-10-1.html
271273
* Mon Sep 23 2024 support <[email protected]> - 4.10.0

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.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 .
87+
docker build --build-arg="VERSION=4.10.2" --build-arg="INDEXER_TAR_NAME=wazuh-indexer-4.10.2-1_linux-x64_cfca84f.tar.gz" --tag=wazuh-indexer:4.10.2 --progress=plain --no-cache .
8888
```
8989

9090
Then, start a container with:
9191

9292
```console
93-
docker run -it --rm wazuh-indexer:4.10.1
93+
docker run -it --rm wazuh-indexer:4.10.2
9494
```

packaging_scripts/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ For DEB packages, the `assemble.sh` script will perform the following operations
7777
```
7878
artifacts/
7979
|-- dist
80-
| |-- wazuh-indexer-min_4.10.1_amd64.deb
80+
| |-- wazuh-indexer-min_4.10.2_amd64.deb
8181
`-- tmp
8282
`-- deb
8383
|-- Makefile
@@ -86,7 +86,7 @@ For DEB packages, the `assemble.sh` script will perform the following operations
8686
|-- etc
8787
|-- usr
8888
|-- var
89-
`-- wazuh-indexer-min_4.10.1_amd64.deb
89+
`-- wazuh-indexer-min_4.10.2_amd64.deb
9090
```
9191
9292
`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
109109
artifacts/
110110
|-- artifact_name.txt
111111
|-- dist
112-
| |-- wazuh-indexer-min_4.10.1_amd64.deb
113-
| `-- wazuh-indexer_4.10.1_amd64.deb
112+
| |-- wazuh-indexer-min_4.10.2_amd64.deb
113+
| `-- wazuh-indexer_4.10.2_amd64.deb
114114
`-- tmp
115115
`-- deb
116116
|-- Makefile
@@ -119,7 +119,7 @@ For DEB packages, the `assemble.sh` script will perform the following operations
119119
|-- etc
120120
|-- usr
121121
|-- var
122-
|-- wazuh-indexer-min_4.10.1_amd64.deb
122+
|-- wazuh-indexer-min_4.10.2_amd64.deb
123123
`-- debian/
124124
| -- control
125125
| -- copyright

0 commit comments

Comments
 (0)