From 471aedae5b926c86e7144c10c151da5cc54c5ee4 Mon Sep 17 00:00:00 2001 From: "JESUS D. GARCIA" Date: Fri, 13 Sep 2024 11:15:04 -0500 Subject: [PATCH] Update changelog --- .github/workflows/Procedure_push_docker_images.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Procedure_push_docker_images.yml b/.github/workflows/Procedure_push_docker_images.yml index 4dc4d0d4..79a813df 100644 --- a/.github/workflows/Procedure_push_docker_images.yml +++ b/.github/workflows/Procedure_push_docker_images.yml @@ -111,4 +111,4 @@ jobs: echo "Tagging and pushing wazuh/$image:${WAZUH_VERSION} to wazuh/$image:$IMAGE_TAG" docker tag wazuh/$image:${WAZUH_VERSION} wazuh/$image:$IMAGE_TAG docker push wazuh/$image:$IMAGE_TAG - done \ No newline at end of file + done diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a4abe8..6e268497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. ## Wazuh Docker v4.10.0 ### Added +- Migrate the push docker images procedure to GitHub Actions ([#5651](https://github.com/wazuh/wazuh-qa/issues/5651)) - Update Wazuh to version [4.10.0](https://github.com/wazuh/wazuh/blob/v4.10.0/CHANGELOG.md#v4100) ## Wazuh Docker v4.9.1