From 7c3384f9a330b0c54547f6decf13a596adf78704 Mon Sep 17 00:00:00 2001 From: Alberto R Date: Thu, 22 Apr 2021 17:43:49 +0200 Subject: [PATCH 1/2] Bumped to 4.1.5 --- .goss.yaml | 2 +- CHANGELOG.md | 5 +++++ VERSION | 2 +- docker-compose.yml | 4 ++-- kibana-odfe/Dockerfile | 2 +- kibana/Dockerfile | 2 +- production-cluster.yml | 6 +++--- wazuh-odfe/Dockerfile | 2 +- xpack-compose.yml | 4 ++-- xpack-from-sources.yml | 4 ++-- 10 files changed, 19 insertions(+), 14 deletions(-) diff --git a/.goss.yaml b/.goss.yaml index b5f3796b..df044975 100644 --- a/.goss.yaml +++ b/.goss.yaml @@ -56,7 +56,7 @@ package: wazuh-manager: installed: true versions: - - 4.1.4 + - 4.1.5 port: tcp:1514: listening: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 4180c4b7..040de54b 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.1.5 +### Added + +- Update Wazuh to version [4.1.5](https://github.com/wazuh/wazuh/blob/v4.1.5/CHANGELOG.md#v415) + ## Wazuh Docker v4.1.4 ### Added diff --git a/VERSION b/VERSION index 9400c683..33ad3ee2 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -WAZUH-DOCKER_VERSION="4.1.4" +WAZUH-DOCKER_VERSION="4.1.5" REVISION="41100" diff --git a/docker-compose.yml b/docker-compose.yml index afda5fb5..53d919a1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: '3.7' services: wazuh: - image: wazuh/wazuh-odfe:4.1.4 + image: wazuh/wazuh-odfe:4.1.5 hostname: wazuh-manager restart: always ports: @@ -50,7 +50,7 @@ services: hard: 65536 kibana: - image: wazuh/wazuh-kibana-odfe:4.1.4 + image: wazuh/wazuh-kibana-odfe:4.1.5 hostname: kibana restart: always ports: diff --git a/kibana-odfe/Dockerfile b/kibana-odfe/Dockerfile index c5801882..00ee8bba 100644 --- a/kibana-odfe/Dockerfile +++ b/kibana-odfe/Dockerfile @@ -2,7 +2,7 @@ FROM amazon/opendistro-for-elasticsearch-kibana:1.12.0 USER kibana ARG ELASTIC_VERSION=7.10.0 -ARG WAZUH_VERSION=4.1.4 +ARG WAZUH_VERSION=4.1.5 ARG WAZUH_APP_VERSION="${WAZUH_VERSION}_${ELASTIC_VERSION}" WORKDIR /usr/share/kibana diff --git a/kibana/Dockerfile b/kibana/Dockerfile index 56a5c4de..144afb91 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.1.4 +ARG WAZUH_VERSION=4.1.5 ARG WAZUH_APP_VERSION="${WAZUH_VERSION}_${ELASTIC_VERSION}" WORKDIR /usr/share/kibana diff --git a/production-cluster.yml b/production-cluster.yml index b68cbded..803ebfb0 100644 --- a/production-cluster.yml +++ b/production-cluster.yml @@ -3,7 +3,7 @@ version: '3.7' services: wazuh-master: - image: wazuh/wazuh-odfe:4.1.4 + image: wazuh/wazuh-odfe:4.1.5 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.1.4 + image: wazuh/wazuh-odfe:4.1.5 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.1.4 + image: wazuh/wazuh-kibana-odfe:4.1.5 hostname: kibana restart: always ports: diff --git a/wazuh-odfe/Dockerfile b/wazuh-odfe/Dockerfile index 00da5b88..1b18e3d3 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.0 -ARG WAZUH_VERSION=4.1.4-1 +ARG WAZUH_VERSION=4.1.5-1 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 4271df4a..938c89d7 100644 --- a/xpack-compose.yml +++ b/xpack-compose.yml @@ -3,7 +3,7 @@ version: '3.7' services: wazuh: - image: wazuh/wazuh:4.1.4 + image: wazuh/wazuh:4.1.5 hostname: wazuh-manager restart: always ports: @@ -146,7 +146,7 @@ services: kibana: - image: wazuh/wazuh-kibana:4.1.4 + image: wazuh/wazuh-kibana:4.1.5 hostname: kibana restart: always ports: diff --git a/xpack-from-sources.yml b/xpack-from-sources.yml index 309bf500..68ffab3e 100644 --- a/xpack-from-sources.yml +++ b/xpack-from-sources.yml @@ -8,7 +8,7 @@ services: args: - FILEBEAT_CHANNEL=filebeat - FILEBEAT_VERSION=7.10.2 - image: wazuh/wazuh:4.1.4 + image: wazuh/wazuh:4.1.5 hostname: wazuh-manager restart: always ports: @@ -152,7 +152,7 @@ services: kibana: build: kibana/ - image: wazuh/wazuh-kibana:4.1.4 + image: wazuh/wazuh-kibana:4.1.5 hostname: kibana restart: always ports: From 53bbddd754797f11805a674698b9dfaf9c5d3ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Rodr=C3=ADguez?= Date: Thu, 22 Apr 2021 18:06:12 +0200 Subject: [PATCH 2/2] Update VERSION MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Víctor Moreno Jiménez --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 33ad3ee2..2b1e35cf 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ WAZUH-DOCKER_VERSION="4.1.5" -REVISION="41100" +REVISION="40114"