Skip to content

Commit ef6d7c0

Browse files
[Release 2.12.0] Update 2.12.0 manifests to release branch (#4414)
Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
1 parent c47987e commit ef6d7c0

File tree

3 files changed

+41
-41
lines changed

3 files changed

+41
-41
lines changed

jenkins/check-for-build.jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ pipeline {
2828
H 1 * * * %INPUT_MANIFEST=2.11.2/opensearch-2.11.2.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
2929
H */6 * * * %INPUT_MANIFEST=2.12.0/opensearch-dashboards-2.12.0.yml;TEST_MANIFEST=2.12.0/opensearch-dashboards-2.12.0-test.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip
3030
H */6 * * * %INPUT_MANIFEST=2.12.0/opensearch-2.12.0.yml;TEST_MANIFEST=2.12.0/opensearch-2.12.0-test.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
31-
H */6 * * * %INPUT_MANIFEST=3.0.0/opensearch-3.0.0.yml;TEST_MANIFEST=3.0.0/opensearch-3.0.0-test.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
32-
H */6 * * * %INPUT_MANIFEST=3.0.0/opensearch-dashboards-3.0.0.yml;TEST_MANIFEST=3.0.0/opensearch-dashboards-3.0.0-test.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip
31+
H */8 * * * %INPUT_MANIFEST=3.0.0/opensearch-3.0.0.yml;TEST_MANIFEST=3.0.0/opensearch-3.0.0-test.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
32+
H */8 * * * %INPUT_MANIFEST=3.0.0/opensearch-dashboards-3.0.0.yml;TEST_MANIFEST=3.0.0/opensearch-dashboards-3.0.0-test.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip
3333
'''
3434
}
3535
parameters {

manifests/2.12.0/opensearch-2.12.0.yml

+23-23
Original file line numberDiff line numberDiff line change
@@ -10,58 +10,58 @@ ci:
1010
components:
1111
- name: OpenSearch
1212
repository: https://github.com/opensearch-project/OpenSearch.git
13-
ref: 2.x
13+
ref: '2.12'
1414
- name: common-utils
1515
repository: https://github.com/opensearch-project/common-utils.git
16-
ref: 2.x
16+
ref: '2.12'
1717
platforms:
1818
- linux
1919
- windows
2020
- name: job-scheduler
2121
repository: https://github.com/opensearch-project/job-scheduler.git
22-
ref: 2.x
22+
ref: '2.12'
2323
platforms:
2424
- linux
2525
- windows
2626
- name: security
2727
repository: https://github.com/opensearch-project/security.git
28-
ref: 2.x
28+
ref: '2.12'
2929
platforms:
3030
- linux
3131
- windows
3232
- name: k-NN
3333
repository: https://github.com/opensearch-project/k-NN.git
34-
ref: 2.x
34+
ref: '2.12'
3535
platforms:
3636
- linux
3737
- windows
3838
- name: geospatial
3939
repository: https://github.com/opensearch-project/geospatial.git
40-
ref: 2.x
40+
ref: '2.12'
4141
platforms:
4242
- linux
4343
- windows
4444
depends_on:
4545
- job-scheduler
4646
- name: cross-cluster-replication
4747
repository: https://github.com/opensearch-project/cross-cluster-replication.git
48-
ref: 2.x
48+
ref: '2.12'
4949
platforms:
5050
- linux
5151
- windows
5252
depends_on:
5353
- common-utils
5454
- name: ml-commons
5555
repository: https://github.com/opensearch-project/ml-commons.git
56-
ref: 2.x
56+
ref: '2.12'
5757
platforms:
5858
- linux
5959
- windows
6060
depends_on:
6161
- common-utils
6262
- name: neural-search
6363
repository: https://github.com/opensearch-project/neural-search.git
64-
ref: 2.x
64+
ref: '2.12'
6565
platforms:
6666
- linux
6767
- windows
@@ -70,7 +70,7 @@ components:
7070
- k-NN
7171
- name: notifications-core
7272
repository: https://github.com/opensearch-project/notifications.git
73-
ref: 2.x
73+
ref: '2.12'
7474
platforms:
7575
- linux
7676
- windows
@@ -79,7 +79,7 @@ components:
7979
- common-utils
8080
- name: notifications
8181
repository: https://github.com/opensearch-project/notifications.git
82-
ref: 2.x
82+
ref: '2.12'
8383
platforms:
8484
- linux
8585
- windows
@@ -88,15 +88,15 @@ components:
8888
- common-utils
8989
- name: opensearch-observability
9090
repository: https://github.com/opensearch-project/observability.git
91-
ref: 2.x
91+
ref: '2.12'
9292
platforms:
9393
- linux
9494
- windows
9595
depends_on:
9696
- common-utils
9797
- name: opensearch-reports
9898
repository: https://github.com/opensearch-project/reporting.git
99-
ref: 2.x
99+
ref: '2.12'
100100
platforms:
101101
- linux
102102
- windows
@@ -105,23 +105,23 @@ components:
105105
- job-scheduler
106106
- name: sql
107107
repository: https://github.com/opensearch-project/sql.git
108-
ref: 2.x
108+
ref: '2.12'
109109
platforms:
110110
- linux
111111
- windows
112112
depends_on:
113113
- ml-commons
114114
- name: asynchronous-search
115115
repository: https://github.com/opensearch-project/asynchronous-search.git
116-
ref: 2.x
116+
ref: '2.12'
117117
platforms:
118118
- linux
119119
- windows
120120
depends_on:
121121
- common-utils
122122
- name: anomaly-detection
123123
repository: https://github.com/opensearch-project/anomaly-detection.git
124-
ref: 2.x
124+
ref: '2.12'
125125
platforms:
126126
- linux
127127
- windows
@@ -130,23 +130,23 @@ components:
130130
- job-scheduler
131131
- name: alerting
132132
repository: https://github.com/opensearch-project/alerting.git
133-
ref: 2.x
133+
ref: '2.12'
134134
platforms:
135135
- linux
136136
- windows
137137
depends_on:
138138
- common-utils
139139
- name: security-analytics
140140
repository: https://github.com/opensearch-project/security-analytics.git
141-
ref: 2.x
141+
ref: '2.12'
142142
platforms:
143143
- linux
144144
- windows
145145
depends_on:
146146
- common-utils
147147
- name: index-management
148148
repository: https://github.com/opensearch-project/index-management.git
149-
ref: 2.x
149+
ref: '2.12'
150150
platforms:
151151
- linux
152152
- windows
@@ -155,26 +155,26 @@ components:
155155
- job-scheduler
156156
- name: performance-analyzer
157157
repository: https://github.com/opensearch-project/performance-analyzer.git
158-
ref: 2.x
158+
ref: '2.12'
159159
platforms:
160160
- linux
161161
- name: custom-codecs
162162
repository: https://github.com/opensearch-project/custom-codecs.git
163-
ref: 2.x
163+
ref: '2.12'
164164
platforms:
165165
- linux
166166
- windows
167167
- name: flow-framework
168168
repository: https://github.com/opensearch-project/flow-framework.git
169-
ref: 2.x
169+
ref: '2.12'
170170
platforms:
171171
- linux
172172
- windows
173173
depends_on:
174174
- common-utils
175175
- name: skills
176176
repository: https://github.com/opensearch-project/skills.git
177-
ref: 2.x
177+
ref: '2.12'
178178
platforms:
179179
- linux
180180
- windows

manifests/2.12.0/opensearch-dashboards-2.12.0.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -9,49 +9,49 @@ ci:
99
components:
1010
- name: OpenSearch-Dashboards
1111
repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git
12-
ref: 2.x
12+
ref: '2.12'
1313
- name: functionalTestDashboards
1414
repository: https://github.com/opensearch-project/opensearch-dashboards-functional-test.git
15-
ref: 2.x
15+
ref: '2.12'
1616
- name: observabilityDashboards
1717
repository: https://github.com/opensearch-project/dashboards-observability.git
18-
ref: 2.x
18+
ref: '2.12'
1919
- name: reportsDashboards
2020
repository: https://github.com/opensearch-project/dashboards-reporting.git
21-
ref: 2.x
21+
ref: '2.12'
2222
- name: ganttChartDashboards
2323
repository: https://github.com/opensearch-project/dashboards-visualizations.git
24-
ref: 2.x
24+
ref: '2.12'
2525
- name: queryWorkbenchDashboards
2626
repository: https://github.com/opensearch-project/dashboards-query-workbench.git
27-
ref: 2.x
27+
ref: '2.12'
2828
- name: customImportMapDashboards
2929
repository: https://github.com/opensearch-project/dashboards-maps.git
30-
ref: 2.x
30+
ref: '2.12'
3131
- name: anomalyDetectionDashboards
3232
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin
33-
ref: 2.x
33+
ref: '2.12'
3434
- name: mlCommonsDashboards
3535
repository: https://github.com/opensearch-project/ml-commons-dashboards.git
36-
ref: 2.x
36+
ref: '2.12'
3737
- name: indexManagementDashboards
3838
repository: https://github.com/opensearch-project/index-management-dashboards-plugin.git
39-
ref: 2.x
39+
ref: '2.12'
4040
- name: notificationsDashboards
4141
repository: https://github.com/opensearch-project/dashboards-notifications.git
42-
ref: 2.x
42+
ref: '2.12'
4343
- name: alertingDashboards
4444
repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git
45-
ref: 2.x
45+
ref: '2.12'
4646
- name: securityAnalyticsDashboards
4747
repository: https://github.com/opensearch-project/security-analytics-dashboards-plugin.git
48-
ref: 2.x
48+
ref: '2.12'
4949
- name: securityDashboards
5050
repository: https://github.com/opensearch-project/security-dashboards-plugin.git
51-
ref: 2.x
51+
ref: '2.12'
5252
- name: searchRelevanceDashboards
5353
repository: https://github.com/opensearch-project/dashboards-search-relevance.git
54-
ref: 2.x
54+
ref: '2.12'
5555
- name: assistantDashboards
5656
repository: https://github.com/opensearch-project/dashboards-assistant.git
57-
ref: 2.x
57+
ref: '2.12'

0 commit comments

Comments
 (0)