File tree Expand file tree Collapse file tree 5 files changed +8
-11
lines changed Expand file tree Collapse file tree 5 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.
9
9
10
10
### Changed
11
11
12
- - None
12
+ - Change VERSION file format ( [ # 1728 ] ( https://github.com/wazuh/wazuh-docker/pull/1728 ) ) \- (VERSION file)
13
13
14
14
### Fixed
15
15
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ WAZUH_MONITORING_REPLICAS=0 ##
165
165
│ ├── docker-compose.yml
166
166
│ ├── generate-indexer-certs.yml
167
167
│ └── README.md
168
- └── VERSION
168
+ └── VERSION.json
169
169
170
170
171
171
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : " 4.12.0" ,
3
+ "stage" : " alpha0"
4
+ }
Original file line number Diff line number Diff line change @@ -53,13 +53,8 @@ build() {
53
53
elif curl --output /dev/null --silent --head --fail " https://github.com/wazuh/wazuh/tree/${FILEBEAT_TEMPLATE_BRANCH} " ; then
54
54
FILEBEAT_TEMPLATE_BRANCH=" ${FILEBEAT_TEMPLATE_BRANCH} "
55
55
else
56
- WAZUH_MASTER_VERSION=" $( curl -s https://raw.githubusercontent.com/wazuh/wazuh/master/src/VERSION | sed -e ' s/v//g' ) "
57
- if [ " ${FILEBEAT_TEMPLATE_BRANCH} " == " ${WAZUH_MASTER_VERSION} " ]; then
58
- FILEBEAT_TEMPLATE_BRANCH=" master"
59
- else
60
- echo " The indicated branch does not exist in the wazuh/wazuh repository: ${FILEBEAT_TEMPLATE_BRANCH} "
61
- clean 1
62
- fi
56
+ echo " The indicated branch does not exist in the wazuh/wazuh repository: ${FILEBEAT_TEMPLATE_BRANCH} "
57
+ clean 1
63
58
fi
64
59
fi
65
60
You can’t perform that action at this time.
0 commit comments