Merge branch 'main' into enhancement/451-rework-artifacts-urls-file

This commit is contained in:
Carlos Anguita López 2025-11-17 14:20:20 +01:00
commit ec3ab9d3e7
No known key found for this signature in database
GPG Key ID: FA3E2896D509F5AE
2 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,7 @@ env:
ALLOCATOR_PATH: "/tmp/allocatorvm_ova"
WORKFLOW_VENV: "${{ github.workspace }}/workflow_venv"
S3_BUCKET_TO_STORE_OVA: ${{ vars.AWS_S3_BUCKET }}
S3_PATH_TO_STORE_OVA: "development/wazuh/6.x/secondary/ova"
S3_PATH_TO_STORE_OVA: "development/wazuh/5.x/secondary/ova"
COMMIT_LIST: ${{ inputs.commit_list }}
PROD_ARTIFACTS_URLS_BUCKET: ${{ vars.AWS_S3_BUCKET_PROD }}
PRE_PROD_ARTIFACTS_URLS_BUCKET: ${{ vars.AWS_S3_BUCKET_PRE }}

View File

@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Update AWS S3 OVA path ([#465](https://github.com/wazuh/wazuh-virtual-machines/pull/465))
- Update certificate handling and configuration ([#468](https://github.com/wazuh/wazuh-virtual-machines/pull/468))
- Update indexes deleted in OVA and AMI builds. ([#459](https://github.com/wazuh/wazuh-virtual-machines/pull/459))