From dfa19bc34834a4c938e6bb191ec505528277e74b Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Fri, 18 Dec 2020 18:14:38 +0100 Subject: [PATCH 01/12] Add goss verifications --- .goss.yaml | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 .goss.yaml diff --git a/.goss.yaml b/.goss.yaml new file mode 100644 index 00000000..b2f5864d --- /dev/null +++ b/.goss.yaml @@ -0,0 +1,81 @@ +file: + /etc/filebeat/filebeat.yml: + exists: true + mode: "0644" + owner: root + group: root + filetype: file + contains: [] + /var/ossec/bin/ossec-control: + exists: true + mode: "0750" + owner: root + group: root + filetype: file + contains: [] + /var/ossec/etc/ossec.conf: + exists: true + mode: "0660" + owner: root + group: ossec + filetype: file + contains: [] +package: + filebeat: + installed: true + versions: + - 7.9.1 + wazuh-manager: + installed: true + versions: + - 4.0.3 +port: + tcp:1514: + listening: true + ip: + - 0.0.0.0 + tcp:1515: + listening: true + ip: + - 0.0.0.0 + tcp:55000: + listening: true + ip: + - 0.0.0.0 +user: + ossec: + exists: true + groups: + - ossec + home: /var/ossec + shell: /sbin/nologin + ossecm: + exists: true + groups: + - ossec + home: /var/ossec + shell: /sbin/nologin + ossecr: + exists: true + groups: + - ossec + home: /var/ossec + shell: /sbin/nologin +group: + ossec: + exists: true +process: + filebeat: + running: true + ossec-analysisd: + running: true + ossec-authd: + running: true + ossec-syscheckd: + running: true + s6-supervise: + running: true + wazuh-db: + running: true + wazuh-modulesd: + running: true From 0ed25bab2dee77fb3fe45167a8eb1b4e78730930 Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Fri, 18 Dec 2020 18:15:11 +0100 Subject: [PATCH 02/12] Add Goss Actions --- .github/workflows/push.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ec83402f..ca68f3fa 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -6,9 +6,25 @@ jobs: build-stack: runs-on: ubuntu-latest steps: + - name: Check out code uses: actions/checkout@v2 + - name: Build the docker-compose stack run: docker-compose -f build-from-sources.yml up -d --build + - name: Check running containers run: docker ps -a + + - name: Shutdown the stack + run: docker-compose -f build-from-sources.yml kill + + - name: Install Goss + uses: e1himself/goss-installation-action@v1.0.3 + with: + version: v0.3.16 + + - name: Execute Goss tests + run: dgoss run wazuh/wazuh-odfe:dev-version + env: + GOSS_FILE: .goss.yaml From 4955c0d5bc877dc2a098466ab24433997f01bd1e Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Fri, 18 Dec 2020 18:18:35 +0100 Subject: [PATCH 03/12] Fix yaml syntax --- .github/workflows/push.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ca68f3fa..e3fa3448 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -20,11 +20,11 @@ jobs: run: docker-compose -f build-from-sources.yml kill - name: Install Goss - uses: e1himself/goss-installation-action@v1.0.3 - with: - version: v0.3.16 + uses: e1himself/goss-installation-action@v1.0.3 + with: + version: v0.3.16 - name: Execute Goss tests - run: dgoss run wazuh/wazuh-odfe:dev-version - env: - GOSS_FILE: .goss.yaml + run: dgoss run wazuh/wazuh-odfe:dev-version + env: + GOSS_FILE: .goss.yaml From 5e5f13c1ff9a3888feb1ee928dc4b27e55557023 Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Fri, 18 Dec 2020 18:27:47 +0100 Subject: [PATCH 04/12] Include GOSS_SLEEP --- .github/workflows/push.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index e3fa3448..bf899155 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -27,4 +27,5 @@ jobs: - name: Execute Goss tests run: dgoss run wazuh/wazuh-odfe:dev-version env: + GOSS_SLEEP: 30 GOSS_FILE: .goss.yaml From a0e7553aa57755f16ea81a60c4aefec13454cb1d Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Thu, 7 Jan 2021 13:36:55 +0100 Subject: [PATCH 05/12] Port all tests from Ansible repo --- .goss.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/.goss.yaml b/.goss.yaml index b2f5864d..cabb680b 100644 --- a/.goss.yaml +++ b/.goss.yaml @@ -13,6 +13,13 @@ file: group: root filetype: file contains: [] + /var/ossec/etc/lists/audit-keys: + exists: true + mode: "0660" + owner: ossec + group: ossec + filetype: file + contains: [] /var/ossec/etc/ossec.conf: exists: true mode: "0660" @@ -20,6 +27,27 @@ file: group: ossec filetype: file contains: [] + /var/ossec/etc/rules/local_rules.xml: + exists: true + mode: "0660" + owner: ossec + group: ossec + filetype: file + contains: [] + /var/ossec/etc/sslmanager.cert: + exists: true + mode: "0640" + owner: root + group: root + filetype: file + contains: [] + /var/ossec/etc/sslmanager.key: + exists: true + mode: "0640" + owner: root + group: root + filetype: file + contains: [] package: filebeat: installed: true @@ -71,6 +99,12 @@ process: running: true ossec-authd: running: true + ossec-execd: + running: true + ossec-monitord: + running: true + ossec-remoted: + running: true ossec-syscheckd: running: true s6-supervise: From 309fa27bc21a1fbfbc428e72b69a43f82af92244 Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Thu, 7 Jan 2021 16:10:24 +0100 Subject: [PATCH 06/12] Add Goss tests for Kibana image --- .goss.kibana.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .goss.kibana.yaml diff --git a/.goss.kibana.yaml b/.goss.kibana.yaml new file mode 100644 index 00000000..24503b7e --- /dev/null +++ b/.goss.kibana.yaml @@ -0,0 +1,25 @@ +file: + /usr/share/kibana/config/kibana.yml: + exists: true + mode: "0664" + owner: kibana + group: root + filetype: file + contains: [] + /usr/share/kibana/optimize/wazuh/config/wazuh.yml: + exists: true + mode: "0644" + owner: kibana + group: kibana + filetype: file + contains: [] +user: + kibana: + exists: true + groups: + - kibana + home: /usr/share/kibana + shell: /bin/bash +group: + kibana: + exists: true From 3a028ae5470c983af8a1983bb39192c1eb097177 Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Thu, 7 Jan 2021 16:11:49 +0100 Subject: [PATCH 07/12] Execute tests for kibana image --- .github/workflows/push.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index bf899155..4637f903 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -24,8 +24,13 @@ jobs: with: version: v0.3.16 - - name: Execute Goss tests + - name: Execute Goss tests (wazuh-odfe) run: dgoss run wazuh/wazuh-odfe:dev-version env: GOSS_SLEEP: 30 GOSS_FILE: .goss.yaml + + - name: Execute Goss tests (wazuh-kibana-odfe) + run: dgoss run wazuh/wazuh-kibana-odfe:dev-version + env: + GOSS_FILE: .goss.kibana.yaml From 9dc8e256c6d171e667275fb040b67ac376c252f2 Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Thu, 7 Jan 2021 16:44:18 +0100 Subject: [PATCH 08/12] Add tests for Kibana customizations --- .goss.kibana.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.goss.kibana.yaml b/.goss.kibana.yaml index 24503b7e..b5c0ea6b 100644 --- a/.goss.kibana.yaml +++ b/.goss.kibana.yaml @@ -6,6 +6,27 @@ file: group: root filetype: file contains: [] + /usr/share/kibana/optimize/bundles/light_theme.style.css: + exists: true + mode: "0664" + owner: kibana + group: root + filetype: file + contains: [] + /usr/share/kibana/optimize/bundles/wazuh_logo_circle.svg: + exists: true + mode: "0644" + owner: kibana + group: root + filetype: file + contains: [] + /usr/share/kibana/optimize/bundles/wazuh_wazuh_bg.svg: + exists: true + mode: "0644" + owner: kibana + group: root + filetype: file + contains: [] /usr/share/kibana/optimize/wazuh/config/wazuh.yml: exists: true mode: "0644" @@ -13,6 +34,13 @@ file: group: kibana filetype: file contains: [] + /usr/share/kibana/src/legacy/ui/ui_render/bootstrap/template.js.hbs: + exists: true + mode: "0664" + owner: kibana + group: root + filetype: file + contains: [] user: kibana: exists: true From f41d0f876f368d8a750157cd985bbdf2c659e61e Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Mon, 11 Jan 2021 11:58:46 +0100 Subject: [PATCH 09/12] Bump versions --- CHANGELOG.md | 7 +++++++ README.md | 2 ++ VERSION | 4 ++-- docker-compose.yml | 4 ++-- kibana-odfe/Dockerfile | 2 +- production-cluster.yml | 6 +++--- wazuh-odfe/Dockerfile | 2 +- 7 files changed, 18 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa23b9e4..de44c469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 49d8a5d0..583bff91 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/VERSION b/VERSION index 8ce8bfc8..7563f1f1 100644 --- a/VERSION +++ b/VERSION @@ -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" diff --git a/docker-compose.yml b/docker-compose.yml index 1b65f92c..7bab601d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: diff --git a/kibana-odfe/Dockerfile b/kibana-odfe/Dockerfile index 48a9e293..0cff8b2e 100644 --- a/kibana-odfe/Dockerfile +++ b/kibana-odfe/Dockerfile @@ -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 diff --git a/production-cluster.yml b/production-cluster.yml index 3c3bb0d6..334444f1 100644 --- a/production-cluster.yml +++ b/production-cluster.yml @@ -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: diff --git a/wazuh-odfe/Dockerfile b/wazuh-odfe/Dockerfile index 8daabe71..c317bdff 100644 --- a/wazuh-odfe/Dockerfile +++ b/wazuh-odfe/Dockerfile @@ -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" From cfb11720ea8d79f485c5a318fe498d07dfbf36ad Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Mon, 11 Jan 2021 13:05:17 +0100 Subject: [PATCH 10/12] Bump year --- LICENSE | 2 +- README.md | 2 +- build-from-sources.yml | 2 +- docker-compose.yml | 2 +- generate-opendistro-certs.yml | 2 +- kibana-odfe/Dockerfile | 2 +- kibana-odfe/config/entrypoint.sh | 2 +- kibana-odfe/config/kibana_settings.sh | 2 +- kibana-odfe/config/wazuh.yml | 2 +- kibana-odfe/config/wazuh_app_config.sh | 2 +- kibana-odfe/config/welcome_wazuh.sh | 2 +- production-cluster.yml | 2 +- wazuh-odfe/Dockerfile | 2 +- wazuh-odfe/config/etc/cont-init.d/0-wazuh-init | 2 +- wazuh-odfe/config/etc/cont-init.d/1-config-filebeat | 2 +- wazuh-odfe/config/permanent_data.sh | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/LICENSE b/LICENSE index 40f5e6c3..51ab7d2f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ - Portions Copyright (C) 2020 Wazuh, Inc. + Portions Copyright (C) 2021 Wazuh, Inc. Based on work Copyright (C) 2003 - 2013 Trend Micro, Inc. This program is a free software; you can redistribute it and/or modify diff --git a/README.md b/README.md index 583bff91..257810a5 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ We thank you them and everyone else who has contributed to this project. ## License and copyright -Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2) +Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2) ## Web references diff --git a/build-from-sources.yml b/build-from-sources.yml index db1c042a..49120850 100644 --- a/build-from-sources.yml +++ b/build-from-sources.yml @@ -1,4 +1,4 @@ -# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2) version: '3.7' services: diff --git a/docker-compose.yml b/docker-compose.yml index 7bab601d..12686ea3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,4 @@ -# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2) version: '3.7' services: diff --git a/generate-opendistro-certs.yml b/generate-opendistro-certs.yml index 4c83507a..cd23e310 100644 --- a/generate-opendistro-certs.yml +++ b/generate-opendistro-certs.yml @@ -1,4 +1,4 @@ -# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2) version: '3' services: diff --git a/kibana-odfe/Dockerfile b/kibana-odfe/Dockerfile index 0cff8b2e..de07eac0 100644 --- a/kibana-odfe/Dockerfile +++ b/kibana-odfe/Dockerfile @@ -1,4 +1,4 @@ -# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2) FROM amazon/opendistro-for-elasticsearch-kibana:1.11.0 USER kibana ARG ELASTIC_VERSION=7.9.1 diff --git a/kibana-odfe/config/entrypoint.sh b/kibana-odfe/config/entrypoint.sh index f2c017f1..f96672fb 100644 --- a/kibana-odfe/config/entrypoint.sh +++ b/kibana-odfe/config/entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2) set -e diff --git a/kibana-odfe/config/kibana_settings.sh b/kibana-odfe/config/kibana_settings.sh index b0c56e4d..4bc39a5f 100644 --- a/kibana-odfe/config/kibana_settings.sh +++ b/kibana-odfe/config/kibana_settings.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2) WAZUH_MAJOR=4 diff --git a/kibana-odfe/config/wazuh.yml b/kibana-odfe/config/wazuh.yml index 6c52d526..3b074c61 100644 --- a/kibana-odfe/config/wazuh.yml +++ b/kibana-odfe/config/wazuh.yml @@ -1,7 +1,7 @@ --- # # Wazuh app - App configuration file -# Copyright (C) 2015-2020 Wazuh, Inc. +# Copyright (C) 2015-2021 Wazuh, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/kibana-odfe/config/wazuh_app_config.sh b/kibana-odfe/config/wazuh_app_config.sh index 7ff90337..c08980a5 100644 --- a/kibana-odfe/config/wazuh_app_config.sh +++ b/kibana-odfe/config/wazuh_app_config.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2) wazuh_url="${WAZUH_API_URL:-https://wazuh}" wazuh_port="${API_PORT:-55000}" diff --git a/kibana-odfe/config/welcome_wazuh.sh b/kibana-odfe/config/welcome_wazuh.sh index 74ae2eef..50b1d56e 100644 --- a/kibana-odfe/config/welcome_wazuh.sh +++ b/kibana-odfe/config/welcome_wazuh.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2) if [[ $CHANGE_WELCOME == "true" ]] then diff --git a/production-cluster.yml b/production-cluster.yml index 334444f1..f6b30281 100644 --- a/production-cluster.yml +++ b/production-cluster.yml @@ -1,4 +1,4 @@ -# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2) version: '3.7' services: diff --git a/wazuh-odfe/Dockerfile b/wazuh-odfe/Dockerfile index c317bdff..01df48b5 100644 --- a/wazuh-odfe/Dockerfile +++ b/wazuh-odfe/Dockerfile @@ -1,4 +1,4 @@ -# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2) FROM centos:7 ARG FILEBEAT_VERSION=7.9.1 diff --git a/wazuh-odfe/config/etc/cont-init.d/0-wazuh-init b/wazuh-odfe/config/etc/cont-init.d/0-wazuh-init index 68538c10..1973f85a 100644 --- a/wazuh-odfe/config/etc/cont-init.d/0-wazuh-init +++ b/wazuh-odfe/config/etc/cont-init.d/0-wazuh-init @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bash -# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2) # Variables source /permanent_data.env diff --git a/wazuh-odfe/config/etc/cont-init.d/1-config-filebeat b/wazuh-odfe/config/etc/cont-init.d/1-config-filebeat index ce033aa5..b77a550d 100644 --- a/wazuh-odfe/config/etc/cont-init.d/1-config-filebeat +++ b/wazuh-odfe/config/etc/cont-init.d/1-config-filebeat @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bash -# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2) set -e diff --git a/wazuh-odfe/config/permanent_data.sh b/wazuh-odfe/config/permanent_data.sh index 7dfaa647..600af0f1 100644 --- a/wazuh-odfe/config/permanent_data.sh +++ b/wazuh-odfe/config/permanent_data.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2) # Variables source /permanent_data.env From 8dea8fb25b351b4861ee9184038c89c9a5bd3faa Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Fri, 15 Jan 2021 09:58:05 +0100 Subject: [PATCH 11/12] Bump goss test --- .goss.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goss.yaml b/.goss.yaml index cabb680b..1d84c367 100644 --- a/.goss.yaml +++ b/.goss.yaml @@ -56,7 +56,7 @@ package: wazuh-manager: installed: true versions: - - 4.0.3 + - 4.0.4 port: tcp:1514: listening: true From 3a5500e3fff73489c627714e37225718bd11e98b Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Fri, 15 Jan 2021 15:29:43 +0100 Subject: [PATCH 12/12] Add link to changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de44c469..4ad21a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. ### Added -- Update to Wazuh version 4.0.4 +- Update to Wazuh version [4.0.4](https://github.com/wazuh/wazuh/blob/v4.0.4/CHANGELOG.md#v404) ## Wazuh Docker v4.0.3_1.11.0