feat: bump 4.14.2

This commit is contained in:
wazuhci 2025-11-10 17:19:06 +00:00
parent b8c73c3220
commit f75b71cba2
No known key found for this signature in database
GPG Key ID: FA0F0EDEA6979F69
4 changed files with 24 additions and 6 deletions

View File

@ -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'

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
{
"version": "4.14.1",
"stage": "rc2"
"version": "4.14.2",
"stage": "alpha0"
}