diff --git a/CHANGELOG.md b/CHANGELOG.md index 92c9f8fe..74b1b78e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,24 @@ All notable changes to this project will be documented in this file. - None +## [4.14.3] + +### Added + +- None + +### Changed + +- None + +### Fixed + +- None + +### Deleted + +- None + ## [4.14.2] ### Added @@ -32,12 +50,13 @@ 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)) ### Fixed -- None +- Add missing SSL ciphers and protocols and remove outdated ports parameters from opensearch.yml template ([#2104](https://github.com/wazuh/wazuh-docker/pull/2104)) ### Deleted diff --git a/build-docker-images/README.md b/build-docker-images/README.md index f4569449..f0a1e338 100644 --- a/build-docker-images/README.md +++ b/build-docker-images/README.md @@ -25,7 +25,10 @@ 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. -r, --revision [Optional] Package revision. By default 1 + -ref, --reference [Optional] Set the Wazuh reference to build development images. By default, the latest stable release. + -rg, --registry [Optional] Set the Docker registry to push the images. -v, --version [Optional] Set the Wazuh version should be builded. By default, 5.0.0. + -m, --multiarch [Optional] Enable multi-architecture builds. -h, --help Show this help. ``` \ No newline at end of file diff --git a/wazuh-agent/docker-compose.yml b/wazuh-agent/docker-compose.yml index 4a659629..ff2c1574 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