Skip to content

Commit e2e96c5

Browse files
authored
Merge pull request #426 from wazuh/release-wazuh_4.0.4
Release wazuh 4.0.4
2 parents 3f53a0c + 3a5500e commit e2e96c5

21 files changed

Lines changed: 224 additions & 25 deletions

.github/workflows/push.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,31 @@ jobs:
66
build-stack:
77
runs-on: ubuntu-latest
88
steps:
9+
910
- name: Check out code
1011
uses: actions/checkout@v2
12+
1113
- name: Build the docker-compose stack
1214
run: docker-compose -f build-from-sources.yml up -d --build
15+
1316
- name: Check running containers
1417
run: docker ps -a
18+
19+
- name: Shutdown the stack
20+
run: docker-compose -f build-from-sources.yml kill
21+
22+
- name: Install Goss
23+
uses: e1himself/goss-installation-action@v1.0.3
24+
with:
25+
version: v0.3.16
26+
27+
- name: Execute Goss tests (wazuh-odfe)
28+
run: dgoss run wazuh/wazuh-odfe:dev-version
29+
env:
30+
GOSS_SLEEP: 30
31+
GOSS_FILE: .goss.yaml
32+
33+
- name: Execute Goss tests (wazuh-kibana-odfe)
34+
run: dgoss run wazuh/wazuh-kibana-odfe:dev-version
35+
env:
36+
GOSS_FILE: .goss.kibana.yaml

.goss.kibana.yaml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
file:
2+
/usr/share/kibana/config/kibana.yml:
3+
exists: true
4+
mode: "0664"
5+
owner: kibana
6+
group: root
7+
filetype: file
8+
contains: []
9+
/usr/share/kibana/optimize/bundles/light_theme.style.css:
10+
exists: true
11+
mode: "0664"
12+
owner: kibana
13+
group: root
14+
filetype: file
15+
contains: []
16+
/usr/share/kibana/optimize/bundles/wazuh_logo_circle.svg:
17+
exists: true
18+
mode: "0644"
19+
owner: kibana
20+
group: root
21+
filetype: file
22+
contains: []
23+
/usr/share/kibana/optimize/bundles/wazuh_wazuh_bg.svg:
24+
exists: true
25+
mode: "0644"
26+
owner: kibana
27+
group: root
28+
filetype: file
29+
contains: []
30+
/usr/share/kibana/optimize/wazuh/config/wazuh.yml:
31+
exists: true
32+
mode: "0644"
33+
owner: kibana
34+
group: kibana
35+
filetype: file
36+
contains: []
37+
/usr/share/kibana/src/legacy/ui/ui_render/bootstrap/template.js.hbs:
38+
exists: true
39+
mode: "0664"
40+
owner: kibana
41+
group: root
42+
filetype: file
43+
contains: []
44+
user:
45+
kibana:
46+
exists: true
47+
groups:
48+
- kibana
49+
home: /usr/share/kibana
50+
shell: /bin/bash
51+
group:
52+
kibana:
53+
exists: true

.goss.yaml

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
file:
2+
/etc/filebeat/filebeat.yml:
3+
exists: true
4+
mode: "0644"
5+
owner: root
6+
group: root
7+
filetype: file
8+
contains: []
9+
/var/ossec/bin/ossec-control:
10+
exists: true
11+
mode: "0750"
12+
owner: root
13+
group: root
14+
filetype: file
15+
contains: []
16+
/var/ossec/etc/lists/audit-keys:
17+
exists: true
18+
mode: "0660"
19+
owner: ossec
20+
group: ossec
21+
filetype: file
22+
contains: []
23+
/var/ossec/etc/ossec.conf:
24+
exists: true
25+
mode: "0660"
26+
owner: root
27+
group: ossec
28+
filetype: file
29+
contains: []
30+
/var/ossec/etc/rules/local_rules.xml:
31+
exists: true
32+
mode: "0660"
33+
owner: ossec
34+
group: ossec
35+
filetype: file
36+
contains: []
37+
/var/ossec/etc/sslmanager.cert:
38+
exists: true
39+
mode: "0640"
40+
owner: root
41+
group: root
42+
filetype: file
43+
contains: []
44+
/var/ossec/etc/sslmanager.key:
45+
exists: true
46+
mode: "0640"
47+
owner: root
48+
group: root
49+
filetype: file
50+
contains: []
51+
package:
52+
filebeat:
53+
installed: true
54+
versions:
55+
- 7.9.1
56+
wazuh-manager:
57+
installed: true
58+
versions:
59+
- 4.0.4
60+
port:
61+
tcp:1514:
62+
listening: true
63+
ip:
64+
- 0.0.0.0
65+
tcp:1515:
66+
listening: true
67+
ip:
68+
- 0.0.0.0
69+
tcp:55000:
70+
listening: true
71+
ip:
72+
- 0.0.0.0
73+
user:
74+
ossec:
75+
exists: true
76+
groups:
77+
- ossec
78+
home: /var/ossec
79+
shell: /sbin/nologin
80+
ossecm:
81+
exists: true
82+
groups:
83+
- ossec
84+
home: /var/ossec
85+
shell: /sbin/nologin
86+
ossecr:
87+
exists: true
88+
groups:
89+
- ossec
90+
home: /var/ossec
91+
shell: /sbin/nologin
92+
group:
93+
ossec:
94+
exists: true
95+
process:
96+
filebeat:
97+
running: true
98+
ossec-analysisd:
99+
running: true
100+
ossec-authd:
101+
running: true
102+
ossec-execd:
103+
running: true
104+
ossec-monitord:
105+
running: true
106+
ossec-remoted:
107+
running: true
108+
ossec-syscheckd:
109+
running: true
110+
s6-supervise:
111+
running: true
112+
wazuh-db:
113+
running: true
114+
wazuh-modulesd:
115+
running: true

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## Wazuh Docker v4.0.4_1.11.0
5+
6+
### Added
7+
8+
- Update to Wazuh version [4.0.4](https://github.com/wazuh/wazuh/blob/v4.0.4/CHANGELOG.md#v404)
9+
10+
411
## Wazuh Docker v4.0.3_1.11.0
512

613
### Added

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Portions Copyright (C) 2020 Wazuh, Inc.
2+
Portions Copyright (C) 2021 Wazuh, Inc.
33
Based on work Copyright (C) 2003 - 2013 Trend Micro, Inc.
44

55
This program is a free software; you can redistribute it and/or modify

README.md

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

156156
| Wazuh version | ODFE |
157157
|---------------|---------|
158+
| v4.0.4 | 1.11.0 |
159+
|---------------|---------|
158160
| v4.0.3 | 1.11.0 |
159161
|---------------|---------|
160162
| v4.0.2 | 1.11.0 |
@@ -174,7 +176,7 @@ We thank you them and everyone else who has contributed to this project.
174176

175177
## License and copyright
176178

177-
Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2)
179+
Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2)
178180

179181
## Web references
180182

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
WAZUH-DOCKER_VERSION="4.0.3_1.11.0"
2-
REVISION="40300"
1+
WAZUH-DOCKER_VERSION="4.0.4_1.11.0"
2+
REVISION="40400"

build-from-sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2)
1+
# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2)
22
version: '3.7'
33

44
services:

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2)
1+
# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2)
22
version: '3.7'
33

44
services:
55
wazuh:
6-
image: wazuh/wazuh-odfe:4.0.3_1.11.0
6+
image: wazuh/wazuh-odfe:4.0.4_1.11.0
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.0.3_1.11.0
53+
image: wazuh/wazuh-kibana-odfe:4.0.4_1.11.0
5454
hostname: kibana
5555
restart: always
5656
ports:

generate-opendistro-certs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2)
1+
# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2)
22
version: '3'
33

44
services:

0 commit comments

Comments
 (0)