diff --git a/.env b/.env index bac14959..5387a7af 100755 --- a/.env +++ b/.env @@ -2,5 +2,5 @@ WAZUH_VERSION=4.14.3 WAZUH_IMAGE_VERSION=4.14.3 WAZUH_TAG_REVISION=1 FILEBEAT_TEMPLATE_BRANCH=4.14.3 -WAZUH_FILEBEAT_MODULE=wazuh-filebeat-0.4.tar.gz +WAZUH_FILEBEAT_MODULE=wazuh-filebeat-0.5.tar.gz WAZUH_UI_REVISION=1 diff --git a/.github/workflows/Procedure_push_docker_images.yml b/.github/workflows/Procedure_push_docker_images.yml index 28fcf085..f727dcc4 100644 --- a/.github/workflows/Procedure_push_docker_images.yml +++ b/.github/workflows/Procedure_push_docker_images.yml @@ -17,7 +17,7 @@ on: required: true filebeat_module_version: description: 'Filebeat module version' - default: '0.4' + default: '0.5' required: true revision: description: 'Package revision' @@ -55,7 +55,7 @@ on: type: string filebeat_module_version: description: 'Filebeat module version' - default: '0.4' + default: '0.5' required: true type: string revision: diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b393f0f..4d3ab948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ All notable changes to this project will be documented in this file. ### Changed +- Filebeat module version update ([#2115](https://github.com/wazuh/wazuh-docker/pull/2115)) - The location of the remove command for the wazuh-authd certificates has been changed. ([#2094](https://github.com/wazuh/wazuh-docker/pull/2094)) - Removed sslmanager key from the docker manager image to 4.14.2. ([#2093](https://github.com/wazuh/wazuh-docker/pull/2093)) diff --git a/build-docker-images/README.md b/build-docker-images/README.md index 91dc7a7c..d4640644 100644 --- a/build-docker-images/README.md +++ b/build-docker-images/README.md @@ -24,7 +24,7 @@ $ build-docker-images/build-images.sh -h Usage: build-docker-images/build-images.sh [OPTIONS] -d, --dev [Optional] Set the development stage you want to build, example rc1 or beta1, not used by default. - -f, --filebeat-module [Optional] Set Filebeat module version. By default 0.4. + -f, --filebeat-module [Optional] Set Filebeat module version. By default 0.5. -r, --revision [Optional] Package revision. By default 1 -v, --version [Optional] Set the Wazuh version should be builded. By default, 4.14.3. -h, --help Show this help. diff --git a/build-docker-images/build-images.sh b/build-docker-images/build-images.sh index 2cec68c8..9333c66b 100755 --- a/build-docker-images/build-images.sh +++ b/build-docker-images/build-images.sh @@ -15,7 +15,7 @@ IMAGE_VERSION=${WAZUH_IMAGE_VERSION} WAZUH_IMAGE_VERSION="4.14.3" WAZUH_TAG_REVISION="1" WAZUH_DEV_STAGE="" -FILEBEAT_MODULE_VERSION="0.4" +FILEBEAT_MODULE_VERSION="0.5" # ----------------------------------------------------------------------------- @@ -76,7 +76,7 @@ help() { echo echo "Usage: $0 [OPTIONS]" echo - echo " -d, --dev [Optional] Set the development stage you want to build, example alpha0 or beta1, not used by default." + echo " -d, --dev [Optional] Set the development stage you want to build, example rc1 or beta1, not used by default." echo " -f, --filebeat-module [Optional] Set Filebeat module version. By default ${FILEBEAT_MODULE_VERSION}." echo " -r, --revision [Optional] Package revision. By default ${WAZUH_TAG_REVISION}" echo " -v, --version [Optional] Set the Wazuh version should be builded. By default, ${WAZUH_IMAGE_VERSION}." diff --git a/docs/dev/build-image.md b/docs/dev/build-image.md index 71c0babb..d4640644 100644 --- a/docs/dev/build-image.md +++ b/docs/dev/build-image.md @@ -23,8 +23,8 @@ $ build-docker-images/build-images.sh -h Usage: build-docker-images/build-images.sh [OPTIONS] - -d, --dev [Optional] Set the development stage you want to build, example alpha0 or beta1, not used by default. - -f, --filebeat-module [Optional] Set Filebeat module version. By default 0.4. + -d, --dev [Optional] Set the development stage you want to build, example rc1 or beta1, not used by default. + -f, --filebeat-module [Optional] Set Filebeat module version. By default 0.5. -r, --revision [Optional] Package revision. By default 1 -v, --version [Optional] Set the Wazuh version should be builded. By default, 4.14.3. -h, --help Show this help. diff --git a/wazuh-agent/docker-compose.yml b/wazuh-agent/docker-compose.yml index a5070150..26b9a9d9 100644 --- a/wazuh-agent/docker-compose.yml +++ b/wazuh-agent/docker-compose.yml @@ -6,4 +6,4 @@ services: environment: - WAZUH_MANAGER_SERVER= volumes: - - ./config/wazuh-agent-conf:/wazuh-config-mount/etc/ossec.conf \ No newline at end of file + - ./config/wazuh-agent-conf:/wazuh-config-mount/etc/ossec.conf