File tree Expand file tree Collapse file tree 10 files changed +26
-20
lines changed Expand file tree Collapse file tree 10 files changed +26
-20
lines changed Original file line number Diff line number Diff line change 1
1
run-name : Test installation assistant - System ${{ inputs.SYSTEM }} - Launched by @${{ github.actor }}
2
- name : Test installation assistant
2
+ name : Test installation assistant
3
3
4
4
on :
5
5
pull_request :
23
23
AUTOMATION_REFERENCE :
24
24
description : ' wazuh-automation reference'
25
25
required : true
26
- default : ' v4.10 .0'
26
+ default : ' v5.0 .0'
27
27
SYSTEM :
28
28
description : ' Operating System'
29
29
required : true
Original file line number Diff line number Diff line change 23
23
AUTOMATION_REFERENCE :
24
24
description : ' wazuh-automation reference'
25
25
required : true
26
- default : ' v4.10 .0'
26
+ default : ' v5.0 .0'
27
27
DEBUG :
28
28
description : ' Debug mode'
29
29
required : true
Original file line number Diff line number Diff line change 15
15
AUTOMATION_REFERENCE :
16
16
description : ' wazuh-automation reference'
17
17
required : true
18
- default : ' v4.10 .0'
18
+ default : ' v5.0 .0'
19
19
CentOS_7 :
20
20
description : ' CentOS 7'
21
21
required : true
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ 5.0.0]
5
+
6
+ ### Changed
7
+
8
+ - None
9
+
4
10
## [ 4.10.0]
5
11
6
12
### Changed
Original file line number Diff line number Diff line change 1
- 4.10 .0
1
+ 5.0 .0
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ readonly resources_certs="${base_path_builder}/cert_tool"
16
16
readonly resources_passwords=" ${base_path_builder} /passwords_tool"
17
17
readonly resources_common=" ${base_path_builder} /common_functions"
18
18
readonly resources_download=" ${base_path_builder} /downloader"
19
- source_branch=" 4.10 .0"
19
+ source_branch=" 5.0 .0"
20
20
21
21
function getHelp() {
22
22
Original file line number Diff line number Diff line change 7
7
# Foundation.
8
8
9
9
# # Package vars
10
- readonly wazuh_major=" 4.10 "
11
- readonly wazuh_version=" 4.10 .0"
10
+ readonly wazuh_major=" 5.0 "
11
+ readonly wazuh_version=" 5.0 .0"
12
12
readonly filebeat_version=" 7.10.2"
13
13
readonly wazuh_install_vesion=" 0.1"
14
14
readonly source_branch=" v${wazuh_version} "
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ test-04-common_checkInstalled-all-installed-yum() {
61
61
62
62
@mocktrue yum list installed
63
63
64
- @mock grep wazuh-manager === @echo wazuh-manager.x86_64 4.10 .0-1 @wazuh
64
+ @mock grep wazuh-manager === @echo wazuh-manager.x86_64 5.0 .0-1 @wazuh
65
65
@mkdir /var/ossec
66
66
67
67
@mock grep wazuh-indexer === @echo wazuh-indexer.x86_64 1.13.2-1 @wazuh
@@ -105,10 +105,10 @@ test-04-common_checkInstalled-all-installed-yum() {
105
105
}
106
106
107
107
test-05-common_checkInstalled-all-installed-yum-assert () {
108
- @echo " wazuh-manager.x86_64 4.10 .0-1 @wazuh"
108
+ @echo " wazuh-manager.x86_64 5.0 .0-1 @wazuh"
109
109
@echo 1
110
110
111
- @echo " wazuh-indexer.x86_64 4.6 .0-1 @wazuh"
111
+ @echo " wazuh-indexer.x86_64 5.0 .0-1 @wazuh"
112
112
@echo 1
113
113
114
114
@echo " filebeat.x86_64 7.10.2-1 @wazuh"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ source "${base_dir}"/bach.sh
6
6
@setup-test {
7
7
@ignore common_logger
8
8
k_certs_path=" /etc/wazuh-dashboard/certs/"
9
- wazuh_version=" 4.10 .0"
9
+ wazuh_version=" 5.0 .0"
10
10
elasticsearch_oss_version=" 7.10.2"
11
11
wazuh_kibana_plugin_revision=" 1"
12
12
repobaseurl=" https://packages.wazuh.com/4.x"
@@ -55,7 +55,7 @@ test-03-dashboard_install-yum() {
55
55
load-dashboard_install
56
56
sys_type=" yum"
57
57
sep=" -"
58
- wazuh_version=" 4.10 .0"
58
+ wazuh_version=" 5.0 .0"
59
59
wazuh_revision=" 1"
60
60
dashboard_install
61
61
}
@@ -68,7 +68,7 @@ test-ASSERT-FAIL-04-dashboard_install-yum-error() {
68
68
load-dashboard_install
69
69
sys_type=" yum"
70
70
sep=" -"
71
- wazuh_version=" 4.10 .0"
71
+ wazuh_version=" 5.0 .0"
72
72
wazuh_revision=" 1"
73
73
@mockfalse yum install wazuh-dashboard-1.13.2-1 -y
74
74
dashboard_install
@@ -78,7 +78,7 @@ test-05-dashboard_install-apt() {
78
78
load-dashboard_install
79
79
sys_type=" apt-get"
80
80
sep=" ="
81
- wazuh_version=" 4.10 .0"
81
+ wazuh_version=" 5.0 .0"
82
82
wazuh_revision=" 1"
83
83
dashboard_install
84
84
}
@@ -91,7 +91,7 @@ test-ASSERT-FAIL-06-dashboard_install-apt-error() {
91
91
load-dashboard_install
92
92
sys_type=" apt-get"
93
93
sep=" ="
94
- wazuh_version=" 4.10 .0"
94
+ wazuh_version=" 5.0 .0"
95
95
wazuh_revision=" 1"
96
96
@mockfalse apt install wazuh-dashboard=1.13.2-1 -y
97
97
dashboard_install
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ test-03-indexer_install-yum() {
49
49
load-indexer_install
50
50
sys_type=" yum"
51
51
sep=" -"
52
- wazuh_version=" 4.10 .0"
52
+ wazuh_version=" 5.0 .0"
53
53
wazuh_revision=" 1"
54
54
indexer_install
55
55
}
@@ -63,7 +63,7 @@ test-ASSERT-FAIL-04-indexer_install-yum-error() {
63
63
load-indexer_install
64
64
sys_type=" yum"
65
65
sep=" -"
66
- wazuh_version=" 4.10 .0"
66
+ wazuh_version=" 5.0 .0"
67
67
wazuh_revision=" 1"
68
68
@mockfalse yum install wazuh-indexer-1.13.2-1 -y
69
69
indexer_install
@@ -73,7 +73,7 @@ test-05-indexer_install-apt() {
73
73
load-indexer_install
74
74
sys_type=" apt-get"
75
75
sep=" ="
76
- wazuh_version=" 4.10 .0"
76
+ wazuh_version=" 5.0 .0"
77
77
wazuh_revision=" 1"
78
78
indexer_install
79
79
}
@@ -87,7 +87,7 @@ test-ASSERT-FAIL-06-indexer_install-apt-error() {
87
87
load-indexer_install
88
88
sys_type=" apt-get"
89
89
sep=" ="
90
- wazuh_version=" 4.10 .0"
90
+ wazuh_version=" 5.0 .0"
91
91
wazuh_revision=" 1"
92
92
@mockfalse apt install wazuh-indexer=1.13.2-1 -y
93
93
indexer_install
You can’t perform that action at this time.
0 commit comments