Merge pull request #414 from wazuh/release-wazuh_4.0.3

Bump to 4.0.3 version
This commit is contained in:
Manuel Gutierrez
2020-11-30 17:15:00 +01:00
committed by GitHub
6 changed files with 16 additions and 9 deletions
+7
View File
@@ -1,6 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.
## Wazuh Docker v4.0.3_1.11.0
### Added
- Update to Wazuh version 4.0.3
## Wazuh Docker v4.0.2_1.11.0
### Added
+2 -2
View File
@@ -1,2 +1,2 @@
WAZUH-DOCKER_VERSION="4.0.2_1.11.0"
REVISION="40200"
WAZUH-DOCKER_VERSION="4.0.3_1.11.0"
REVISION="40300"
+2 -2
View File
@@ -3,7 +3,7 @@ version: '3.7'
services:
wazuh:
image: wazuh/wazuh-odfe:4.0.2_1.11.0
image: wazuh/wazuh-odfe:4.0.3_1.11.0
hostname: wazuh-manager
restart: always
ports:
@@ -50,7 +50,7 @@ services:
hard: 65536
kibana:
image: wazuh/wazuh-kibana-odfe:4.0.2_1.11.0
image: wazuh/wazuh-kibana-odfe:4.0.3_1.11.0
hostname: kibana
restart: always
ports:
+1 -1
View File
@@ -2,7 +2,7 @@
FROM amazon/opendistro-for-elasticsearch-kibana:1.11.0
USER kibana
ARG ELASTIC_VERSION=7.9.1
ARG WAZUH_VERSION=4.0.2
ARG WAZUH_VERSION=4.0.3
ARG WAZUH_APP_VERSION="${WAZUH_VERSION}_${ELASTIC_VERSION}"
WORKDIR /usr/share/kibana
+3 -3
View File
@@ -3,7 +3,7 @@ version: '3.7'
services:
wazuh-master:
image: wazuh/wazuh-odfe:4.0.2_1.11.0
image: wazuh/wazuh-odfe:4.0.3_1.11.0
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.0.2_1.11.0
image: wazuh/wazuh-odfe:4.0.3_1.11.0
hostname: wazuh-worker
restart: always
environment:
@@ -132,7 +132,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.0.2_1.11.0
image: wazuh/wazuh-kibana-odfe:4.0.3_1.11.0
hostname: kibana
restart: always
ports:
+1 -1
View File
@@ -2,7 +2,7 @@
FROM centos:7
ARG FILEBEAT_VERSION=7.9.1
ARG WAZUH_VERSION=4.0.2-1
ARG WAZUH_VERSION=4.0.3-1
ARG TEMPLATE_VERSION="master"
ARG WAZUH_FILEBEAT_MODULE="wazuh-filebeat-0.1.tar.gz"