From bf36f77178585f3ee0f8da8196fe26aadbb4ba2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Anguita=20L=C3=B3pez?= Date: Mon, 10 Nov 2025 14:00:52 +0100 Subject: [PATCH 1/3] change ansible command --- .github/workflows/builder_OVA.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder_OVA.yaml b/.github/workflows/builder_OVA.yaml index 2651130..67b75df 100644 --- a/.github/workflows/builder_OVA.yaml +++ b/.github/workflows/builder_OVA.yaml @@ -182,7 +182,7 @@ jobs: - name: Run Ansible playbook to generate the OVA run: | builder_args="-i" - ANSIBLE_STDOUT_CALLBACK=$ANSIBLE_CALLBACK ansible-playbook -i ${{ env.ALLOCATOR_PATH }}/inventory_ansible.ini .github/workflows/ansible_playbooks/ova_generator.yaml \ + ANSIBLE_STDOUT_CALLBACK=default ANSIBLE_CALLBACK_RESULT_FORMAT=yaml ansible-playbook -i ${{ env.ALLOCATOR_PATH }}/inventory_ansible.ini .github/workflows/ansible_playbooks/ova_generator.yaml \ --extra-vars " \ wia_branch=${{ inputs.wazuh_installation_assistant_reference }} \ repository=${{ inputs.wazuh_package_repository }} \ From 18c20bd976e448b446ae483b822d4601e2c47495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Anguita=20L=C3=B3pez?= Date: Mon, 10 Nov 2025 16:07:14 +0100 Subject: [PATCH 2/3] deleted unused variable and updated changelog --- .github/workflows/builder_OVA.yaml | 1 - CHANGELOG.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder_OVA.yaml b/.github/workflows/builder_OVA.yaml index 67b75df..e065892 100644 --- a/.github/workflows/builder_OVA.yaml +++ b/.github/workflows/builder_OVA.yaml @@ -70,7 +70,6 @@ env: WIA_DIR: "wazuh-installation-assistant" WIA_REPOSITORY: "https://github.com/wazuh/wazuh-installation-assistant" WVM_REPOSITORY: "https://github.com/wazuh/wazuh-virtual-machines" - ANSIBLE_CALLBACK: "yaml" permissions: id-token: write # This is required for requesting the JWT diff --git a/CHANGELOG.md b/CHANGELOG.md index 270aede..d64e111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file. ### Fixed +- Fix deprecated Ansible YAML callback plugin in OVA build workflow ([#463](https://github.com/wazuh/wazuh-virtual-machines/pull/463)) - Fix vagrant up inconsistencies at the start. ([#434](https://github.com/wazuh/wazuh-virtual-machines/pull/434)) ### Deleted From f75b71cba2b42fec9366fc3376faf8aa414e05be Mon Sep 17 00:00:00 2001 From: wazuhci <22834044+wazuhci@users.noreply.github.com> Date: Mon, 10 Nov 2025 17:19:06 +0000 Subject: [PATCH 3/3] feat: bump 4.14.2 --- .github/workflows/builder_OVA.yaml | 4 ++-- .github/workflows/packages_builder_ami.yaml | 4 ++-- CHANGELOG.md | 18 ++++++++++++++++++ VERSION.json | 4 ++-- 4 files changed, 24 insertions(+), 6 deletions(-) diff --git a/.github/workflows/builder_OVA.yaml b/.github/workflows/builder_OVA.yaml index e065892..630d075 100644 --- a/.github/workflows/builder_OVA.yaml +++ b/.github/workflows/builder_OVA.yaml @@ -14,11 +14,11 @@ on: wazuh_installation_assistant_reference: description: 'Branch or tag of the wazuh-installation-assistant repository' required: true - default: '4.14.1' + default: '4.14.2' wazuh_automation_reference: description: 'Branch or tag of the wazuh-automation repository' required: true - default: '4.14.1' + default: '4.14.2' wazuh_package_repository: type: choice description: 'Wazuh package repository from which to download the packages' diff --git a/.github/workflows/packages_builder_ami.yaml b/.github/workflows/packages_builder_ami.yaml index 2879d53..6a2cd5e 100644 --- a/.github/workflows/packages_builder_ami.yaml +++ b/.github/workflows/packages_builder_ami.yaml @@ -14,11 +14,11 @@ on: wazuh_automation_reference: description: 'Branch or tag of the wazuh-automation repository' required: true - default: '4.14.1' + default: '4.14.2' wazuh_installation_assistant_reference: description: 'Branch or tag of the wazuh-installation-assistant repository' required: true - default: '4.14.1' + default: '4.14.2' debug: description: 'Verbosity level on playbooks execution' required: true diff --git a/CHANGELOG.md b/CHANGELOG.md index d64e111..17b0b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Change Log All notable changes to this project will be documented in this file. +## [4.14.2] + +### Added + +- None + +### Changed + +- None + +### Fixed + +- None + +### Deleted + +- None + ## [4.14.1] ### Added diff --git a/VERSION.json b/VERSION.json index c2bfd73..107ffb0 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1,4 +1,4 @@ { - "version": "4.14.1", - "stage": "rc2" + "version": "4.14.2", + "stage": "alpha0" }