Skip to content

Commit 4014172

Browse files
authored
Merge pull request #289 from wazuh/enhancement/288-support-new-wazuh-version-4102-in-wazuh-virtual-machines-repository
2 parents f9e1062 + 79db18b commit 4014172

File tree

4 files changed

+24
-6
lines changed

4 files changed

+24
-6
lines changed

.github/workflows/builder_OVA.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ on:
1111
wazuh_virtual_machines_reference:
1212
description: 'Branch or tag of the wazuh-virtual-machines repository'
1313
required: true
14-
default: '4.10.1'
14+
default: '4.10.2'
1515
wazuh_installation_assistant_reference:
1616
description: 'Branch or tag of the wazuh-installation-assistant repository'
1717
required: true
18-
default: '4.10.1'
18+
default: '4.10.2'
1919
wazuh_package_repository:
2020
type: choice
2121
description: 'Wazuh package repository from which to download the packages'

.github/workflows/packages_builder_ami.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ on:
1111
wazuh_virtual_machines_reference:
1212
description: 'Branch or tag of the wazuh-virtual-machines repository'
1313
required: true
14-
default: '4.10.1'
14+
default: '4.10.2'
1515
wazuh_automation_reference:
1616
description: 'Branch or tag of the wazuh-automation repository'
1717
required: true
18-
default: '4.10.1'
18+
default: '4.10.2'
1919
wazuh_installation_assistant_reference:
2020
description: 'Branch or tag of the wazuh-installation-assistant repository'
2121
required: true
22-
default: '4.10.1'
22+
default: '4.10.2'
2323
debug:
2424
description: 'Verbosity level on playbooks execution'
2525
required: true

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [4.10.2]
5+
6+
### Added
7+
8+
- None
9+
10+
### Changed
11+
12+
- None
13+
14+
### Fixed
15+
16+
- None
17+
18+
### Deleted
19+
20+
- None
21+
422
## [4.10.1]
523

624
### Added

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.10.1
1+
4.10.2

0 commit comments

Comments
 (0)