Skip to content

Commit

Permalink
Use 1.2.0.0 tag in 1.2 manifest for sql, reporting, observability, ga…
Browse files Browse the repository at this point in the history
…ntt chart (opensearch-project#1143)

Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 authored and tianleh committed Nov 24, 2021
1 parent c0abb2a commit bb74c10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions manifests/1.2.0/opensearch-1.2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,20 @@ components:
- gradle:dependencies:opensearch.version
- name: sql
repository: https://github.com/opensearch-project/sql.git
ref: "1.2"
ref: "1.2.0.0"
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: plugin
- name: dashboards-reports
repository: https://github.com/opensearch-project/dashboards-reports.git
ref: "1.2"
ref: "1.2.0.0"
working_directory: "reports-scheduler"
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: opensearch-observability
repository: https://github.com/opensearch-project/trace-analytics.git
ref: "1.2"
ref: "1.2.0.0"
working_directory: "opensearch-observability"
checks:
- gradle:properties:version
Expand Down
8 changes: 4 additions & 4 deletions manifests/1.2.0/opensearch-dashboards-1.2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@ components:
- name: queryWorkbenchDashboards
repository: https://github.com/opensearch-project/sql.git
working_directory: workbench
ref: "1.2"
ref: "1.2.0.0"
- name: reportsDashboards
repository: https://github.com/opensearch-project/dashboards-reports.git
working_directory: dashboards-reports
ref: "1.2"
ref: "1.2.0.0"
platforms:
- linux
- name: observabilityDashboards
repository: https://github.com/opensearch-project/trace-analytics.git
working_directory: dashboards-observability
ref: "1.2"
ref: "1.2.0.0"
- name: ganttChartDashboards
repository: https://github.com/opensearch-project/dashboards-visualizations.git
working_directory: gantt-chart
ref: "1.2"
ref: "1.2.0.0"
- name: anomalyDetectionDashboards
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin
ref: "1.2"
Expand Down

0 comments on commit bb74c10

Please sign in to comment.