Bump versions

This commit is contained in:
Manuel Gutierrez
2021-01-11 11:58:46 +01:00
parent 56d8c4eaf3
commit f41d0f876f
7 changed files with 18 additions and 9 deletions

View File

@@ -1,6 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.
## Wazuh Docker v4.0.4_1.11.0
### Added
- Update to Wazuh version 4.0.4
## Wazuh Docker v4.0.3_1.11.0
### Added

View File

@@ -155,6 +155,8 @@ ADMIN_PRIVILEGES=true # App privileges
| Wazuh version | ODFE |
|---------------|---------|
| v4.0.4 | 1.11.0 |
|---------------|---------|
| v4.0.3 | 1.11.0 |
|---------------|---------|
| v4.0.2 | 1.11.0 |

View File

@@ -1,2 +1,2 @@
WAZUH-DOCKER_VERSION="4.0.3_1.11.0"
REVISION="40300"
WAZUH-DOCKER_VERSION="4.0.4_1.11.0"
REVISION="40400"

View File

@@ -3,7 +3,7 @@ version: '3.7'
services:
wazuh:
image: wazuh/wazuh-odfe:4.0.3_1.11.0
image: wazuh/wazuh-odfe:4.0.4_1.11.0
hostname: wazuh-manager
restart: always
ports:
@@ -50,7 +50,7 @@ services:
hard: 65536
kibana:
image: wazuh/wazuh-kibana-odfe:4.0.3_1.11.0
image: wazuh/wazuh-kibana-odfe:4.0.4_1.11.0
hostname: kibana
restart: always
ports:

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.3
ARG WAZUH_VERSION=4.0.4
ARG WAZUH_APP_VERSION="${WAZUH_VERSION}_${ELASTIC_VERSION}"
WORKDIR /usr/share/kibana

View File

@@ -3,7 +3,7 @@ version: '3.7'
services:
wazuh-master:
image: wazuh/wazuh-odfe:4.0.3_1.11.0
image: wazuh/wazuh-odfe:4.0.4_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.3_1.11.0
image: wazuh/wazuh-odfe:4.0.4_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.3_1.11.0
image: wazuh/wazuh-kibana-odfe:4.0.4_1.11.0
hostname: kibana
restart: always
ports:

View File

@@ -2,7 +2,7 @@
FROM centos:7
ARG FILEBEAT_VERSION=7.9.1
ARG WAZUH_VERSION=4.0.3-1
ARG WAZUH_VERSION=4.0.4-1
ARG TEMPLATE_VERSION="master"
ARG WAZUH_FILEBEAT_MODULE="wazuh-filebeat-0.1.tar.gz"