Skip to content

Commit

Permalink
add workbench 2.4 and add sql 3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Peng Huo <[email protected]>
  • Loading branch information
penghuo committed Oct 20, 2022
1 parent 9b59369 commit bdc86e0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/2.4.0/opensearch-dashboards-2.4.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ components:
- name: anomalyDetectionDashboards
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin
ref: '2.x'
- name: queryWorkbenchDashboards
repository: https://github.com/opensearch-project/sql.git
working_directory: workbench
ref: '2.x'
8 changes: 8 additions & 0 deletions manifests/3.0.0/opensearch-3.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,11 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: sql
repository: https://github.com/opensearch-project/sql.git
ref: main
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-sql-plugin
4 changes: 4 additions & 0 deletions manifests/3.0.0/opensearch-dashboards-3.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ components:
- name: securityDashboards
repository: https://github.com/opensearch-project/security-dashboards-plugin.git
ref: main
- name: queryWorkbenchDashboards
repository: https://github.com/opensearch-project/sql.git
working_directory: workbench
ref: main

0 comments on commit bdc86e0

Please sign in to comment.