Skip to content

Commit

Permalink
Adding SQL to 2.3 manifest (#2591)
Browse files Browse the repository at this point in the history
* Adding SQL to 2.3 manifest

Signed-off-by: Peng Huo <penghuo@gmail.com>
  • Loading branch information
penghuo authored Sep 8, 2022
1 parent a96221b commit 9f19b78
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifests/2.3.0/opensearch-2.3.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,11 @@ components:
- gradle:dependencies:opensearch.version
platforms:
- linux
- name: sql
repository: https://github.com/opensearch-project/sql.git
ref: 2.3'
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-sql-plugin
4 changes: 4 additions & 0 deletions manifests/2.3.0/opensearch-dashboards-2.3.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ components:
repository: https://github.com/opensearch-project/notifications.git
working_directory: dashboards-notifications
ref: '2.3'
- name: queryWorkbenchDashboards
repository: https://github.com/opensearch-project/sql.git
working_directory: workbench
ref: '2.3'

0 comments on commit 9f19b78

Please sign in to comment.