Skip to content

Commit

Permalink
Update manifest ref to tags for 2.3.0 (#2619)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>

Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya authored Sep 14, 2022
1 parent f2f995d commit 9c92fc4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
36 changes: 18 additions & 18 deletions manifests/2.3.0/opensearch-2.3.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,80 +10,80 @@ ci:
components:
- name: OpenSearch
repository: https://github.com/opensearch-project/OpenSearch.git
ref: '2.3'
ref: tags/2.3.0
checks:
- gradle:publish
- gradle:properties:version
- name: common-utils
repository: https://github.com/opensearch-project/common-utils.git
ref: '2.3'
ref: tags/2.3.0.0
platforms:
- linux
checks:
- gradle:publish
- gradle:properties:version
- name: job-scheduler
repository: https://github.com/opensearch-project/job-scheduler.git
ref: '2.3'
ref: tags/2.3.0.0
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: security
repository: https://github.com/opensearch-project/security.git
ref: '2.3'
ref: tags/2.3.0.0
- name: performance-analyzer
repository: https://github.com/opensearch-project/performance-analyzer.git
ref: '2.3'
ref: tags/2.3.0.0
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: cross-cluster-replication
repository: https://github.com/opensearch-project/cross-cluster-replication.git
ref: '2.3'
ref: tags/2.3.0.0
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: anomaly-detection
repository: https://github.com/opensearch-project/anomaly-detection.git
ref: '2.3'
ref: tags/2.3.0.0
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: ml-commons
repository: https://github.com/opensearch-project/ml-commons.git
ref: '2.3'
ref: tags/2.3.0.0
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-ml-plugin
- name: k-NN
repository: https://github.com/opensearch-project/k-NN.git
ref: '2.3'
ref: tags/2.3.0.0
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: geospatial
repository: https://github.com/opensearch-project/geospatial.git
ref: '2.3'
ref: tags/2.3.0.0
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: opensearch-observability
repository: https://github.com/opensearch-project/observability.git
ref: '2.3'
ref: tags/2.3.0.0
platforms:
- linux
working_directory: opensearch-observability
Expand All @@ -92,7 +92,7 @@ components:
- gradle:dependencies:opensearch.version
- name: dashboards-reports
repository: https://github.com/opensearch-project/dashboards-reports.git
ref: '2.3'
ref: tags/2.3.0.0
platforms:
- linux
working_directory: reports-scheduler
Expand All @@ -101,7 +101,7 @@ components:
- gradle:dependencies:opensearch.version
- name: notifications-core
repository: https://github.com/opensearch-project/notifications.git
ref: '2.3'
ref: tags/2.3.0.0
platforms:
- linux
working_directory: notifications
Expand All @@ -110,7 +110,7 @@ components:
- gradle:dependencies:opensearch.version: opensearch-notifications-core
- name: notifications
repository: https://github.com/opensearch-project/notifications.git
ref: '2.3'
ref: tags/2.3.0.0
platforms:
- linux
working_directory: notifications
Expand All @@ -119,31 +119,31 @@ components:
- gradle:dependencies:opensearch.version: notifications
- name: asynchronous-search
repository: https://github.com/opensearch-project/asynchronous-search.git
ref: '2.3'
ref: tags/2.3.0.0
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
platforms:
- linux
- name: sql
repository: https://github.com/opensearch-project/sql.git
ref: '2.3'
ref: tags/2.3.0.0
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-sql-plugin
- name: alerting
repository: https://github.com/opensearch-project/alerting.git
ref: '2.3'
ref: tags/2.3.0.0
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: alerting
- name: index-management
repository: https://github.com/opensearch-project/index-management.git
ref: '2.3'
ref: tags/2.3.0.0
platforms:
- linux
checks:
Expand Down
24 changes: 12 additions & 12 deletions manifests/2.3.0/opensearch-dashboards-2.3.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,43 @@ ci:
components:
- name: OpenSearch-Dashboards
repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git
ref: '2.3'
ref: tags/2.3.0
- name: functionalTestDashboards
repository: https://github.com/opensearch-project/opensearch-dashboards-functional-test.git
ref: '2.3'
ref: tags/2.3.0
- name: securityDashboards
repository: https://github.com/opensearch-project/security-dashboards-plugin.git
ref: '2.3'
ref: tags/2.3.0.0
- name: anomalyDetectionDashboards
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin
ref: '2.3'
ref: tags/2.3.0.0
- name: observabilityDashboards
repository: https://github.com/opensearch-project/observability.git
working_directory: dashboards-observability
ref: '2.3'
ref: tags/2.3.0.0
- name: ganttChartDashboards
repository: https://github.com/opensearch-project/dashboards-visualizations.git
working_directory: gantt-chart
ref: '2.3'
ref: tags/2.3.0.0
- name: reportsDashboards
repository: https://github.com/opensearch-project/dashboards-reports.git
working_directory: dashboards-reports
ref: '2.3'
ref: tags/2.3.0.0
- name: customImportMapDashboards
repository: https://github.com/opensearch-project/dashboards-maps.git
working_directory: src/plugins/custom_import_map
ref: '2.3'
ref: tags/2.3.0.0
- name: notificationsDashboards
repository: https://github.com/opensearch-project/notifications.git
working_directory: dashboards-notifications
ref: '2.3'
ref: tags/2.3.0.0
- name: queryWorkbenchDashboards
repository: https://github.com/opensearch-project/sql.git
working_directory: workbench
ref: '2.3'
ref: tags/2.3.0.0
- name: indexManagementDashboards
repository: https://github.com/opensearch-project/index-management-dashboards-plugin.git
ref: '2.3'
ref: tags/2.3.0.0
- name: alertingDashboards
repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git
ref: '2.3'
ref: tags/2.3.0.0

0 comments on commit 9c92fc4

Please sign in to comment.