From 440d9f825af42106597534477db41000f0b65a8b Mon Sep 17 00:00:00 2001 From: Enrique Araque Date: Fri, 18 Oct 2024 11:24:07 +0200 Subject: [PATCH] Update changelog with the latests changes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9328ed6..606afc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file. ### Added - Added echo of the OVA URI ([#84](https://github.com/wazuh/wazuh-virtual-machines/pull/84)) +- Add security policy ([#46](https://github.com/wazuh/wazuh-virtual-machines/pull/46)) +- Add packages_builder_ami workflow ([#40](https://github.com/wazuh/wazuh-virtual-machines/pull/40)) - Added builder_OVA workflow ([#32](https://github.com/wazuh/wazuh-virtual-machines/pull/32)) - Added packages_builder_ami workflow header ([#31](https://github.com/wazuh/wazuh-virtual-machines/pull/31)) - Added the OVA to the wazuh-virtual-machines repository without changes ([#30](https://github.com/wazuh/wazuh-virtual-machines/pull/30)) - (OVA) @@ -17,6 +19,7 @@ All notable changes to this project will be documented in this file. - Add a new input for wazuh-virtual-machines reference to the OVA and AMI workflows ([#70](https://github.com/wazuh/wazuh-virtual-machines/pull/70)) - Adapted repository selection in OVA generation ([#58](https://github.com/wazuh/wazuh-virtual-machines/pull/58)) - Modify the AMI GHA workflow with the new Installation Assistant logic ([#55](https://github.com/wazuh/wazuh-virtual-machines/pull/55)) +- Migrated Build OVA pipeline from Jenkins to GHA Workflow ([#44](https://github.com/wazuh/wazuh-virtual-machines/pull/44)) - Migrated the OVA construction files to the wazuh-virtual-machines repository ([#29](https://github.com/wazuh/wazuh-virtual-machines/pull/29)) - (OVA) ### Fixed