Skip to content

Commit

Permalink
Merge pull request #596 from wazuh/595-bump_426
Browse files Browse the repository at this point in the history
Bump to 4.2.6
  • Loading branch information
alberpilot authored Mar 28, 2022
2 parents 343c868 + f05dbbb commit c2d4a91
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ package:
wazuh-manager:
installed: true
versions:
- 4.2.5
- 4.2.6
port:
tcp:1514:
listening: true
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
WAZUH-DOCKER_VERSION="4.2.5"
REVISION="40220"
WAZUH-DOCKER_VERSION="4.2.6"
REVISION="40221"
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion kibana-odfe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion kibana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions production-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions production_cluster/wazuh_cluster/wazuh_manager.conf
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@
<global>
<white_list>127.0.0.1</white_list>
<white_list>^localhost.localdomain$</white_list>
<white_list>4.2.5.1</white_list>
<white_list>4.2.5.2</white_list>
<white_list>4.2.6.1</white_list>
<white_list>4.2.6.2</white_list>
<white_list>208.67.220.220</white_list>
</global>

Expand Down
4 changes: 2 additions & 2 deletions production_cluster/wazuh_cluster/wazuh_worker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@
<global>
<white_list>127.0.0.1</white_list>
<white_list>^localhost.localdomain$</white_list>
<white_list>4.2.5.1</white_list>
<white_list>4.2.5.2</white_list>
<white_list>4.2.6.1</white_list>
<white_list>4.2.6.2</white_list>
<white_list>208.67.220.220</white_list>
</global>

Expand Down
2 changes: 1 addition & 1 deletion wazuh-odfe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions xpack-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions xpack-from-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c2d4a91

Please sign in to comment.