diff --git a/.goss.yaml b/.goss.yaml
index ef4bbe8d..55a5e80c 100644
--- a/.goss.yaml
+++ b/.goss.yaml
@@ -56,7 +56,7 @@ package:
wazuh-manager:
installed: true
versions:
- - 4.2.5
+ - 4.2.6
port:
tcp:1514:
listening: true
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea4fbf60..3f71e097 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
+## Wazuh Docker v4.2.6
+### Added
+
+- Update Wazuh to version [4.2.6](https://github.com/wazuh/wazuh/blob/v4.2.6/CHANGELOG.md#v426)
+
## Wazuh Docker v4.2.5
### Added
diff --git a/README.md b/README.md
index e49e3a28..9a36cd0d 100644
--- a/README.md
+++ b/README.md
@@ -154,6 +154,7 @@ ADMIN_PRIVILEGES=true # App privileges
| Wazuh version | ODFE | XPACK |
|---------------|---------|--------|
+| v4.2.6 | 1.13.2 | 7.11.2 |
| v4.2.5 | 1.13.2 | 7.11.2 |
| v4.2.4 | 1.13.2 | 7.11.2 |
| v4.2.3 | 1.13.2 | 7.11.2 |
diff --git a/VERSION b/VERSION
index e911e8a7..b7c09d4c 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-WAZUH-DOCKER_VERSION="4.2.5"
-REVISION="40220"
+WAZUH-DOCKER_VERSION="4.2.6"
+REVISION="40221"
diff --git a/docker-compose.yml b/docker-compose.yml
index a17edcac..561d8352 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -3,7 +3,7 @@ version: '3.7'
services:
wazuh:
- image: wazuh/wazuh-odfe:4.2.5
+ image: wazuh/wazuh-odfe:4.2.6
hostname: wazuh-manager
restart: always
ports:
@@ -50,7 +50,7 @@ services:
hard: 65536
kibana:
- image: wazuh/wazuh-kibana-odfe:4.2.5
+ image: wazuh/wazuh-kibana-odfe:4.2.6
hostname: kibana
restart: always
ports:
diff --git a/kibana-odfe/Dockerfile b/kibana-odfe/Dockerfile
index 3cad99ba..2071005f 100644
--- a/kibana-odfe/Dockerfile
+++ b/kibana-odfe/Dockerfile
@@ -2,7 +2,7 @@
FROM amazon/opendistro-for-elasticsearch-kibana:1.13.2
USER kibana
ARG ELASTIC_VERSION=7.10.2
-ARG WAZUH_VERSION=4.2.5
+ARG WAZUH_VERSION=4.2.6
ARG WAZUH_APP_VERSION="${WAZUH_VERSION}_${ELASTIC_VERSION}"
WORKDIR /usr/share/kibana
diff --git a/kibana/Dockerfile b/kibana/Dockerfile
index 370e6f9b..1f4adede 100644
--- a/kibana/Dockerfile
+++ b/kibana/Dockerfile
@@ -2,7 +2,7 @@
FROM docker.elastic.co/kibana/kibana:7.10.2
USER kibana
ARG ELASTIC_VERSION=7.10.2
-ARG WAZUH_VERSION=4.2.5
+ARG WAZUH_VERSION=4.2.6
ARG WAZUH_APP_VERSION="${WAZUH_VERSION}_${ELASTIC_VERSION}"
WORKDIR /usr/share/kibana
diff --git a/production-cluster.yml b/production-cluster.yml
index d10ad3c6..42b6d227 100644
--- a/production-cluster.yml
+++ b/production-cluster.yml
@@ -3,7 +3,7 @@ version: '3.7'
services:
wazuh-master:
- image: wazuh/wazuh-odfe:4.2.5
+ image: wazuh/wazuh-odfe:4.2.6
hostname: wazuh-master
restart: always
ports:
@@ -38,7 +38,7 @@ services:
- ./production_cluster/wazuh_cluster/wazuh_manager.conf:/wazuh-config-mount/etc/ossec.conf
wazuh-worker:
- image: wazuh/wazuh-odfe:4.2.5
+ image: wazuh/wazuh-odfe:4.2.6
hostname: wazuh-worker
restart: always
environment:
@@ -134,7 +134,7 @@ services:
- ./production_cluster/elastic_opendistro/internal_users.yml:/usr/share/elasticsearch/plugins/opendistro_security/securityconfig/internal_users.yml
kibana:
- image: wazuh/wazuh-kibana-odfe:4.2.5
+ image: wazuh/wazuh-kibana-odfe:4.2.6
hostname: kibana
restart: always
ports:
diff --git a/production_cluster/wazuh_cluster/wazuh_manager.conf b/production_cluster/wazuh_cluster/wazuh_manager.conf
index 822bca19..7238da02 100644
--- a/production_cluster/wazuh_cluster/wazuh_manager.conf
+++ b/production_cluster/wazuh_cluster/wazuh_manager.conf
@@ -200,8 +200,8 @@
127.0.0.1
^localhost.localdomain$
- 4.2.5.1
- 4.2.5.2
+ 4.2.6.1
+ 4.2.6.2
208.67.220.220
diff --git a/production_cluster/wazuh_cluster/wazuh_worker.conf b/production_cluster/wazuh_cluster/wazuh_worker.conf
index d409dab5..631313cb 100644
--- a/production_cluster/wazuh_cluster/wazuh_worker.conf
+++ b/production_cluster/wazuh_cluster/wazuh_worker.conf
@@ -200,8 +200,8 @@
127.0.0.1
^localhost.localdomain$
- 4.2.5.1
- 4.2.5.2
+ 4.2.6.1
+ 4.2.6.2
208.67.220.220
diff --git a/wazuh-odfe/Dockerfile b/wazuh-odfe/Dockerfile
index ec356ccb..dfd7d3a7 100644
--- a/wazuh-odfe/Dockerfile
+++ b/wazuh-odfe/Dockerfile
@@ -3,7 +3,7 @@ FROM centos:7
ARG FILEBEAT_CHANNEL=filebeat-oss
ARG FILEBEAT_VERSION=7.10.2
-ARG WAZUH_VERSION=4.2.5
+ARG WAZUH_VERSION=4.2.6
ARG TEMPLATE_VERSION="master"
ARG WAZUH_FILEBEAT_MODULE="wazuh-filebeat-0.1.tar.gz"
diff --git a/xpack-compose.yml b/xpack-compose.yml
index bc13e81e..bcdaaf8a 100644
--- a/xpack-compose.yml
+++ b/xpack-compose.yml
@@ -3,7 +3,7 @@ version: '3.7'
services:
wazuh:
- image: wazuh/wazuh:4.2.5
+ image: wazuh/wazuh:4.2.6
hostname: wazuh-manager
restart: always
ports:
@@ -146,7 +146,7 @@ services:
kibana:
- image: wazuh/wazuh-kibana:4.2.5
+ image: wazuh/wazuh-kibana:4.2.6
hostname: kibana
restart: always
ports:
diff --git a/xpack-from-sources.yml b/xpack-from-sources.yml
index 1691707e..9232b302 100644
--- a/xpack-from-sources.yml
+++ b/xpack-from-sources.yml
@@ -8,7 +8,7 @@ services:
args:
- FILEBEAT_CHANNEL=filebeat
- FILEBEAT_VERSION=7.11.2
- image: wazuh/wazuh:4.2.5
+ image: wazuh/wazuh:4.2.6
hostname: wazuh-manager
restart: always
ports:
@@ -152,7 +152,7 @@ services:
kibana:
build: kibana/
- image: wazuh/wazuh-kibana:4.2.5
+ image: wazuh/wazuh-kibana:4.2.6
hostname: kibana
restart: always
ports: