Skip to content

Commit 2b0dc63

Browse files
authored
Support new Wazuh version 4.11.2 (#761)
1 parent 52f4153 commit 2b0dc63

File tree

6 files changed

+25
-9
lines changed

6 files changed

+25
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1919

2020
### Security
2121

22-
[Unreleased 4.11.x]: https://github.com/wazuh/wazuh-indexer/compare/4.11.0...4.11.1
22+
[Unreleased 4.11.x]: https://github.com/wazuh/wazuh-indexer/compare/4.11.1...4.11.2

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.11.1
1+
4.11.2

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ exit 0
284284
%attr(750, %{name}, %{name}) %{product_dir}/performance-analyzer-rca/bin/*
285285

286286
%changelog
287+
* Thu Mar 20 2025 support <[email protected]> - 4.11.2
288+
- More info: https://documentation.wazuh.com/current/release-notes/release-4-11-2.html
287289
* Wed Mar 12 2025 support <[email protected]> - 4.11.1
288290
- More info: https://documentation.wazuh.com/current/release-notes/release-4-11-1.html
289291
* Wed Feb 21 2025 support <[email protected]> - 4.11.0

docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ Refer to [packaging_scripts/README.md](../packaging_scripts/README.md) for detai
4545
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 an example of the command needed to build the image. Set the build arguments and the image tag accordingly.
4646

4747
```console
48-
docker build --build-arg="VERSION=4.11.1" --build-arg="INDEXER_TAR_NAME=wazuh-indexer-4.11.1-1_linux-x64_cfca84f.tar.gz" --tag=wazuh-indexer:4.11.1 --progress=plain --no-cache .
48+
docker build --build-arg="VERSION=4.11.2" --build-arg="INDEXER_TAR_NAME=wazuh-indexer-4.11.2-1_linux-x64_cfca84f.tar.gz" --tag=wazuh-indexer:4.11.2 --progress=plain --no-cache .
4949
```
5050

5151
Then, start a container with:
5252

5353
```console
54-
docker run -it --rm wazuh-indexer:4.11.1
54+
docker run -it --rm wazuh-indexer:4.11.2
5555
```

packaging_scripts/README.md

Lines changed: 5 additions & 5 deletions
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.11.1_amd64.deb
80+
| |-- wazuh-indexer-min_4.11.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.11.1_amd64.deb
89+
`-- wazuh-indexer-min_4.11.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.11.1_amd64.deb
113-
| `-- wazuh-indexer_4.11.1_amd64.deb
112+
| |-- wazuh-indexer-min_4.11.2_amd64.deb
113+
| `-- wazuh-indexer_4.11.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.11.1_amd64.deb
122+
|-- wazuh-indexer-min_4.11.2_amd64.deb
123123
`-- debian/
124124
| -- control
125125
| -- copyright
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## 2025-03-20 Version 4.11.2 Release Notes
2+
3+
## [4.11.2]
4+
### Added
5+
*
6+
7+
### Dependencies
8+
*
9+
10+
### Changed
11+
*
12+
13+
### Fixed
14+
*

0 commit comments

Comments
 (0)