diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f00fb74..dcc8e419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,24 +60,6 @@ All notable changes to this project will be documented in this file. - Remove default docker reference version from workflow ([#1761](https://github.com/wazuh/wazuh-docker/pull/1761)) - Remove 'stable' branch ocurrencies ([#1757](https://github.com/wazuh/wazuh-docker/pull/1757)) -## [4.12.1] - -### Added - -- None - -### Changed - -- None - -### Fixed - -- None - -### Deleted - -- None - ## [4.12.0] ### Added diff --git a/build-docker-images/wazuh-agent/config/check_repository.sh b/build-docker-images/wazuh-agent/config/check_repository.sh index e49e69c2..26ff489c 100644 --- a/build-docker-images/wazuh-agent/config/check_repository.sh +++ b/build-docker-images/wazuh-agent/config/check_repository.sh @@ -12,4 +12,4 @@ if [[ -n "${WAZUH_TAG}" ]]; then fi rpm --import "${APT_KEY}" -echo -e "${REPOSITORY}" | tee /etc/yum.repos.d/wazuh.repo \ No newline at end of file +echo -e "${REPOSITORY}" | tee /etc/yum.repos.d/wazuh.repo diff --git a/docs/ref/configuration/configuration-files.md b/docs/ref/configuration/configuration-files.md index d733cfdd..4965b89e 100644 --- a/docs/ref/configuration/configuration-files.md +++ b/docs/ref/configuration/configuration-files.md @@ -29,4 +29,4 @@ ``` -Consult the official Wazuh documentation for version 5.0.0 for detailed information on all possible configuration parameters for each component. \ No newline at end of file +Consult the official Wazuh documentation for version 5.0.0 for detailed information on all possible configuration parameters for each component.