From 1aa149933be732c6cb8e459738b75dab68dc9c61 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Thu, 10 Oct 2024 11:09:09 -0300 Subject: [PATCH 1/2] Fix typos --- .../wazuh-manager/config/etc/cont-init.d/0-wazuh-init | 2 +- .../wazuh-manager/config/etc/cont-init.d/1-config-filebeat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-docker-images/wazuh-manager/config/etc/cont-init.d/0-wazuh-init b/build-docker-images/wazuh-manager/config/etc/cont-init.d/0-wazuh-init index 326c46de..9edb1b00 100644 --- a/build-docker-images/wazuh-manager/config/etc/cont-init.d/0-wazuh-init +++ b/build-docker-images/wazuh-manager/config/etc/cont-init.d/0-wazuh-init @@ -51,7 +51,7 @@ mount_permanent_data() { print "Installing ${permanent_dir}" exec_cmd "cp -a ${data_tmp}. ${permanent_dir}" else - print "The path ${permanent_dir} is empty, skiped" + print "The path ${permanent_dir} is empty, skipped" fi fi done diff --git a/build-docker-images/wazuh-manager/config/etc/cont-init.d/1-config-filebeat b/build-docker-images/wazuh-manager/config/etc/cont-init.d/1-config-filebeat index c4a5c7f4..0a3ed8ff 100644 --- a/build-docker-images/wazuh-manager/config/etc/cont-init.d/1-config-filebeat +++ b/build-docker-images/wazuh-manager/config/etc/cont-init.d/1-config-filebeat @@ -4,7 +4,7 @@ set -e if [ "$INDEXER_URL" != "" ]; then - >&2 echo "Customize Elasticsearch ouput IP" + >&2 echo "Customize Elasticsearch output IP" sed -i "s|hosts:.*|hosts: ['$INDEXER_URL']|g" /etc/filebeat/filebeat.yml fi From f61af29c6bc6b6f3979c054f1f2f05090ec66b0e Mon Sep 17 00:00:00 2001 From: vcerenu Date: Thu, 10 Oct 2024 12:07:39 -0300 Subject: [PATCH 2/2] Add changelog --- CHANGELOG.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 648c293a..60e2ebec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,25 @@ # Change Log All notable changes to this project will be documented in this file. -## Wazuh Docker v4.9.1 +## [4.9.1] + ### Added -- Update Wazuh to version [4.9.1](https://github.com/wazuh/wazuh/blob/v4.9.1/CHANGELOG.md#v491) +- None + +### Changed + +- None + + +### Fixed + +- Fix typos into Wazuh manager entrypoint ([#1569](https://github.com/wazuh/wazuh-docker/pull/1569)) + +### Deleted + +- None + ## Wazuh Docker v4.9.0 ### Added