Skip to content

Commit 6a23cdd

Browse files
authored
Replace manifest ref with tags (#2702)
Signed-off-by: Zelin Hao <[email protected]> Signed-off-by: Zelin Hao <[email protected]>
1 parent 1778b73 commit 6a23cdd

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

manifests/1.3.6/opensearch-1.3.6.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ ci:
1010
components:
1111
- name: OpenSearch
1212
repository: https://github.com/opensearch-project/OpenSearch.git
13-
ref: '1.3'
13+
ref: tags/1.3.6
1414
checks:
1515
- gradle:publish
1616
- gradle:properties:version
1717
- name: common-utils
1818
repository: https://github.com/opensearch-project/common-utils.git
19-
ref: '1.3'
19+
ref: tags/1.3.6.0
2020
checks:
2121
- gradle:publish
2222
- gradle:properties:version
@@ -25,7 +25,7 @@ components:
2525
- windows
2626
- name: job-scheduler
2727
repository: https://github.com/opensearch-project/job-scheduler.git
28-
ref: '1.3'
28+
ref: tags/1.3.6.0
2929
checks:
3030
- gradle:properties:version
3131
- gradle:dependencies:opensearch.version
@@ -34,7 +34,7 @@ components:
3434
- windows
3535
- name: security
3636
repository: https://github.com/opensearch-project/security.git
37-
ref: '1.3'
37+
ref: tags/1.3.6.0
3838
checks:
3939
- gradle:properties:version
4040
- gradle:dependencies:opensearch.version
@@ -43,7 +43,7 @@ components:
4343
- windows
4444
- name: alerting
4545
repository: https://github.com/opensearch-project/alerting.git
46-
ref: '1.3'
46+
ref: tags/1.3.6.0
4747
checks:
4848
- gradle:properties:version
4949
- gradle:dependencies:opensearch.version: alerting
@@ -52,7 +52,7 @@ components:
5252
- windows
5353
- name: dashboards-reports
5454
repository: https://github.com/opensearch-project/dashboards-reports.git
55-
ref: '1.3'
55+
ref: tags/1.3.6.0
5656
working_directory: reports-scheduler
5757
checks:
5858
- gradle:properties:version
@@ -62,15 +62,15 @@ components:
6262
- windows
6363
- name: performance-analyzer
6464
repository: https://github.com/opensearch-project/performance-analyzer.git
65-
ref: '1.3'
65+
ref: tags/1.3.6.0
6666
checks:
6767
- gradle:properties:version
6868
- gradle:dependencies:opensearch.version
6969
platforms:
7070
- linux
7171
- name: opensearch-observability
7272
repository: https://github.com/opensearch-project/observability
73-
ref: '1.3'
73+
ref: tags/1.3.6.0
7474
working_directory: opensearch-observability
7575
checks:
7676
- gradle:properties:version
@@ -80,7 +80,7 @@ components:
8080
- windows
8181
- name: ml-commons
8282
repository: https://github.com/opensearch-project/ml-commons.git
83-
ref: '1.3'
83+
ref: tags/1.3.6.0
8484
checks:
8585
- gradle:properties:version
8686
- gradle:dependencies:opensearch.version: opensearch-ml-plugin
@@ -89,7 +89,7 @@ components:
8989
- windows
9090
- name: k-NN
9191
repository: https://github.com/opensearch-project/k-NN.git
92-
ref: '1.3'
92+
ref: tags/1.3.6.0
9393
checks:
9494
- gradle:properties:version
9595
- gradle:dependencies:opensearch.version
@@ -98,7 +98,7 @@ components:
9898
- windows
9999
- name: asynchronous-search
100100
repository: https://github.com/opensearch-project/asynchronous-search.git
101-
ref: '1.3'
101+
ref: tags/1.3.6.0
102102
checks:
103103
- gradle:properties:version
104104
- gradle:dependencies:opensearch.version
@@ -107,7 +107,7 @@ components:
107107
- windows
108108
- name: anomaly-detection
109109
repository: https://github.com/opensearch-project/anomaly-detection.git
110-
ref: '1.3'
110+
ref: tags/1.3.6.0
111111
checks:
112112
- gradle:properties:version
113113
- gradle:dependencies:opensearch.version
@@ -116,7 +116,7 @@ components:
116116
- windows
117117
- name: index-management
118118
repository: https://github.com/opensearch-project/index-management.git
119-
ref: '1.3'
119+
ref: tags/1.3.6.0
120120
checks:
121121
- gradle:properties:version
122122
- gradle:dependencies:opensearch.version
@@ -125,7 +125,7 @@ components:
125125
- windows
126126
- name: cross-cluster-replication
127127
repository: https://github.com/opensearch-project/cross-cluster-replication.git
128-
ref: '1.3'
128+
ref: tags/1.3.6.0
129129
checks:
130130
- gradle:properties:version
131131
- gradle:dependencies:opensearch.version
@@ -134,7 +134,7 @@ components:
134134
- windows
135135
- name: sql
136136
repository: https://github.com/opensearch-project/sql.git
137-
ref: '1.3'
137+
ref: tags/1.3.6.0
138138
checks:
139139
- gradle:properties:version
140140
- gradle:dependencies:opensearch.version: plugin

manifests/1.3.6/opensearch-dashboards-1.3.6.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,35 @@ ci:
99
components:
1010
- name: OpenSearch-Dashboards
1111
repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git
12-
ref: '1.3'
12+
ref: tags/1.3.6
1313
- name: functionalTestDashboards
1414
repository: https://github.com/opensearch-project/opensearch-dashboards-functional-test.git
15-
ref: '1.3'
15+
ref: tags/1.3.6
1616
- name: securityDashboards
1717
repository: https://github.com/opensearch-project/security-dashboards-plugin.git
18-
ref: '1.3'
18+
ref: tags/1.3.6.0
1919
- name: anomalyDetectionDashboards
2020
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin
21-
ref: '1.3'
21+
ref: tags/1.3.6.0
2222
- name: indexManagementDashboards
2323
repository: https://github.com/opensearch-project/index-management-dashboards-plugin
24-
ref: '1.3'
24+
ref: tags/1.3.6.0
2525
- name: queryWorkbenchDashboards
2626
repository: https://github.com/opensearch-project/sql.git
2727
working_directory: workbench
28-
ref: '1.3'
28+
ref: tags/1.3.6.0
2929
- name: reportsDashboards
3030
repository: https://github.com/opensearch-project/dashboards-reports.git
3131
working_directory: dashboards-reports
32-
ref: '1.3'
32+
ref: tags/1.3.6.0
3333
- name: ganttChartDashboards
3434
repository: https://github.com/opensearch-project/dashboards-visualizations.git
3535
working_directory: gantt-chart
36-
ref: '1.3'
36+
ref: tags/1.3.6.0
3737
- name: observabilityDashboards
3838
repository: https://github.com/opensearch-project/observability.git
3939
working_directory: dashboards-observability
40-
ref: '1.3'
40+
ref: tags/1.3.6.0
4141
- name: alertingDashboards
4242
repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git
43-
ref: '1.3'
43+
ref: tags/1.3.6.0

0 commit comments

Comments
 (0)