1
1
---
2
- schema-version : ' 1.0 '
2
+ schema-version : ' 1.1 '
3
3
build :
4
4
name : OpenSearch
5
5
version : 1.3.16
@@ -14,3 +14,149 @@ components:
14
14
checks :
15
15
- gradle:publish
16
16
- gradle:properties:version
17
+ - name : common-utils
18
+ repository : https://github.com/opensearch-project/common-utils.git
19
+ ref : ' 1.3'
20
+ checks :
21
+ - gradle:publish
22
+ - gradle:properties:version
23
+ platforms :
24
+ - linux
25
+ - windows
26
+ - name : job-scheduler
27
+ repository : https://github.com/opensearch-project/job-scheduler.git
28
+ ref : ' 1.3'
29
+ checks :
30
+ - gradle:properties:version
31
+ - gradle:dependencies:opensearch.version
32
+ platforms :
33
+ - linux
34
+ - windows
35
+ - name : security
36
+ repository : https://github.com/opensearch-project/security.git
37
+ ref : ' 1.3'
38
+ checks :
39
+ - gradle:properties:version
40
+ - gradle:dependencies:opensearch.version
41
+ platforms :
42
+ - linux
43
+ - windows
44
+ - name : ml-commons
45
+ repository : https://github.com/opensearch-project/ml-commons.git
46
+ ref : ' 1.3'
47
+ checks :
48
+ - gradle:properties:version
49
+ - gradle:dependencies:opensearch.version : opensearch-ml-plugin
50
+ platforms :
51
+ - linux
52
+ - windows
53
+ depends_on :
54
+ - common-utils
55
+ - name : performance-analyzer
56
+ repository : https://github.com/opensearch-project/performance-analyzer.git
57
+ ref : ' 1.3'
58
+ checks :
59
+ - gradle:properties:version
60
+ - gradle:dependencies:opensearch.version
61
+ platforms :
62
+ - linux
63
+ - name : alerting
64
+ repository : https://github.com/opensearch-project/alerting.git
65
+ ref : ' 1.3'
66
+ checks :
67
+ - gradle:properties:version
68
+ - gradle:dependencies:opensearch.version : alerting
69
+ platforms :
70
+ - linux
71
+ - windows
72
+ depends_on :
73
+ - common-utils
74
+ - name : opensearch-reports
75
+ repository : https://github.com/opensearch-project/reporting.git
76
+ ref : ' 1.3'
77
+ checks :
78
+ - gradle:properties:version
79
+ - gradle:dependencies:opensearch.version
80
+ platforms :
81
+ - linux
82
+ - windows
83
+ depends_on :
84
+ - common-utils
85
+ - job-scheduler
86
+ - name : cross-cluster-replication
87
+ repository : https://github.com/opensearch-project/cross-cluster-replication.git
88
+ ref : ' 1.3'
89
+ checks :
90
+ - gradle:properties:version
91
+ - gradle:dependencies:opensearch.version
92
+ platforms :
93
+ - linux
94
+ - windows
95
+ depends_on :
96
+ - common-utils
97
+ - name : opensearch-observability
98
+ repository : https://github.com/opensearch-project/observability.git
99
+ ref : ' 1.3'
100
+ checks :
101
+ - gradle:properties:version
102
+ - gradle:dependencies:opensearch.version
103
+ platforms :
104
+ - linux
105
+ - windows
106
+ depends_on :
107
+ - common-utils
108
+ - name : anomaly-detection
109
+ repository : https://github.com/opensearch-project/anomaly-detection.git
110
+ ref : ' 1.3'
111
+ checks :
112
+ - gradle:properties:version
113
+ - gradle:dependencies:opensearch.version
114
+ platforms :
115
+ - linux
116
+ - windows
117
+ depends_on :
118
+ - common-utils
119
+ - job-scheduler
120
+ - name : asynchronous-search
121
+ repository : https://github.com/opensearch-project/asynchronous-search.git
122
+ ref : ' 1.3'
123
+ checks :
124
+ - gradle:properties:version
125
+ - gradle:dependencies:opensearch.version
126
+ platforms :
127
+ - linux
128
+ - windows
129
+ depends_on :
130
+ - common-utils
131
+ - name : k-NN
132
+ repository : https://github.com/opensearch-project/k-NN.git
133
+ ref : ' 1.3'
134
+ checks :
135
+ - gradle:properties:version
136
+ - gradle:dependencies:opensearch.version
137
+ platforms :
138
+ - linux
139
+ - windows
140
+ - name : sql
141
+ repository : https://github.com/opensearch-project/sql.git
142
+ ref : ' 1.3'
143
+ checks :
144
+ - gradle:properties:version
145
+ - gradle:dependencies:opensearch.version : plugin
146
+ platforms :
147
+ - linux
148
+ - windows
149
+ depends_on :
150
+ - ml-commons
151
+ - name : index-management
152
+ repository : https://github.com/opensearch-project/index-management.git
153
+ ref : ' 1.3'
154
+ checks :
155
+ - gradle:properties:version
156
+ - gradle:dependencies:opensearch.version
157
+ platforms :
158
+ - linux
159
+ - windows
160
+ depends_on :
161
+ - common-utils
162
+ - job-scheduler
0 commit comments