Skip to content

Commit afd70ff

Browse files
authored
Merge pull request #513 from wazuh/4.2.1
Release v4.2.1
2 parents 6ed7999 + 61f3e08 commit afd70ff

12 files changed

Lines changed: 26 additions & 19 deletions

File tree

.goss.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ package:
5656
wazuh-manager:
5757
installed: true
5858
versions:
59-
- 4.2.0
59+
- 4.2.1
6060
port:
6161
tcp:1514:
6262
listening: true

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## Wazuh Docker v4.2.1
5+
### Added
6+
7+
- Update Wazuh to version [4.2.1](https://github.com/wazuh/wazuh/blob/v4.2.1/CHANGELOG.md#v421)
8+
49
## Wazuh Docker v4.2.0
510
### Added
611

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ ADMIN_PRIVILEGES=true # App privileges
154154

155155
| Wazuh version | ODFE | XPACK |
156156
|---------------|---------|--------|
157+
| v4.2.1 | 1.13.2 | 7.11.2 |
157158
| v4.2.0 | 1.13.2 | 7.10.2 |
158159
| v4.1.5 | 1.13.2 | 7.10.2 |
159160
| v4.1.4 | 1.12.0 | 7.10.2 |

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
WAZUH-DOCKER_VERSION="4.2.0"
2-
REVISION="40212"
1+
WAZUH-DOCKER_VERSION="4.2.1"
2+
REVISION="40214"

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.7'
33

44
services:
55
wazuh:
6-
image: wazuh/wazuh-odfe:4.2.0
6+
image: wazuh/wazuh-odfe:4.2.1
77
hostname: wazuh-manager
88
restart: always
99
ports:
@@ -50,7 +50,7 @@ services:
5050
hard: 65536
5151

5252
kibana:
53-
image: wazuh/wazuh-kibana-odfe:4.2.0
53+
image: wazuh/wazuh-kibana-odfe:4.2.1
5454
hostname: kibana
5555
restart: always
5656
ports:

kibana-odfe/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM amazon/opendistro-for-elasticsearch-kibana:1.13.2
33
USER kibana
44
ARG ELASTIC_VERSION=7.10.2
5-
ARG WAZUH_VERSION=4.2.0
5+
ARG WAZUH_VERSION=4.2.1
66
ARG WAZUH_APP_VERSION="${WAZUH_VERSION}_${ELASTIC_VERSION}"
77

88
WORKDIR /usr/share/kibana

kibana/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM docker.elastic.co/kibana/kibana:7.10.2
33
USER kibana
44
ARG ELASTIC_VERSION=7.10.2
5-
ARG WAZUH_VERSION=4.2.0
5+
ARG WAZUH_VERSION=4.2.1
66
ARG WAZUH_APP_VERSION="${WAZUH_VERSION}_${ELASTIC_VERSION}"
77

88
WORKDIR /usr/share/kibana

production-cluster.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.7'
33

44
services:
55
wazuh-master:
6-
image: wazuh/wazuh-odfe:4.2.0
6+
image: wazuh/wazuh-odfe:4.2.1
77
hostname: wazuh-master
88
restart: always
99
ports:
@@ -38,7 +38,7 @@ services:
3838
- ./production_cluster/wazuh_cluster/wazuh_manager.conf:/wazuh-config-mount/etc/ossec.conf
3939

4040
wazuh-worker:
41-
image: wazuh/wazuh-odfe:4.2.0
41+
image: wazuh/wazuh-odfe:4.2.1
4242
hostname: wazuh-worker
4343
restart: always
4444
environment:
@@ -134,7 +134,7 @@ services:
134134
- ./production_cluster/elastic_opendistro/internal_users.yml:/usr/share/elasticsearch/plugins/opendistro_security/securityconfig/internal_users.yml
135135

136136
kibana:
137-
image: wazuh/wazuh-kibana-odfe:4.2.0
137+
image: wazuh/wazuh-kibana-odfe:4.2.1
138138
hostname: kibana
139139
restart: always
140140
ports:

production_cluster/kibana_ssl/generate-self-signed-cert.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ then
99
exit
1010
else
1111
openssl req -x509 -batch -nodes -days 365 -newkey rsa:2048 -keyout key.pem -out cert.pem
12+
chown -R 1000:1000 *.pem
1213
fi

wazuh-odfe/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM centos:7
33

44
ARG FILEBEAT_CHANNEL=filebeat-oss
55
ARG FILEBEAT_VERSION=7.10.2
6-
ARG WAZUH_VERSION=4.2.0-1
6+
ARG WAZUH_VERSION=4.2.1
77
ARG TEMPLATE_VERSION="master"
88
ARG WAZUH_FILEBEAT_MODULE="wazuh-filebeat-0.1.tar.gz"
99

0 commit comments

Comments
 (0)