Skip to content

Commit 110f301

Browse files
authored
Merge pull request #445 from wazuh/release-wazuh_4.1.1
Bump to 4.1.1
2 parents b36f24a + b5db817 commit 110f301

11 files changed

Lines changed: 23 additions & 15 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.1.0
59+
- 4.1.1
6060
port:
6161
tcp:1514:
6262
listening: true

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
3+
4+
## Wazuh Docker v4.1.1
5+
### Added
6+
7+
- Update Wazuh to version [4.1.1](https://github.com/wazuh/wazuh/blob/v4.1.1/CHANGELOG.md#v411)
8+
39
## Wazuh Docker v4.1.0
410
### Added
511

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ ADMIN_PRIVILEGES=true # App privileges
155155

156156
| Wazuh version | ODFE | XPACK |
157157
|---------------|---------|--------|
158+
| v4.1.1 | 1.12.0 | 7.10.2 |
159+
|---------------|---------|--------|
158160
| v4.1.0 | 1.12.0 | 7.10.2 |
159161
|---------------|---------|--------|
160162
| v4.0.4 | 1.11.0 | |

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
WAZUH-DOCKER_VERSION="4.1.0"
2-
REVISION="41000"
1+
WAZUH-DOCKER_VERSION="4.1.1"
2+
REVISION="41100"

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.1.0
6+
image: wazuh/wazuh-odfe:4.1.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.1.0
53+
image: wazuh/wazuh-kibana-odfe:4.1.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.12.0
33
USER kibana
44
ARG ELASTIC_VERSION=7.10.0
5-
ARG WAZUH_VERSION=4.1.0
5+
ARG WAZUH_VERSION=4.1.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.1.0
5+
ARG WAZUH_VERSION=4.1.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.1.0
6+
image: wazuh/wazuh-odfe:4.1.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.1.0
41+
image: wazuh/wazuh-odfe:4.1.1
4242
hostname: wazuh-worker
4343
restart: always
4444
environment:
@@ -132,7 +132,7 @@ services:
132132
- ./production_cluster/elastic_opendistro/internal_users.yml:/usr/share/elasticsearch/plugins/opendistro_security/securityconfig/internal_users.yml
133133

134134
kibana:
135-
image: wazuh/wazuh-kibana-odfe:4.1.0
135+
image: wazuh/wazuh-kibana-odfe:4.1.1
136136
hostname: kibana
137137
restart: always
138138
ports:

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.0
6-
ARG WAZUH_VERSION=4.1.0-1
6+
ARG WAZUH_VERSION=4.1.1-1
77
ARG TEMPLATE_VERSION="master"
88
ARG WAZUH_FILEBEAT_MODULE="wazuh-filebeat-0.1.tar.gz"
99

xpack-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:4.1.0
6+
image: wazuh/wazuh:4.1.1
77
hostname: wazuh-manager
88
restart: always
99
ports:
@@ -146,7 +146,7 @@ services:
146146

147147

148148
kibana:
149-
image: wazuh/wazuh-kibana:4.1.0
149+
image: wazuh/wazuh-kibana:4.1.1
150150
hostname: kibana
151151
restart: always
152152
ports:

0 commit comments

Comments
 (0)