Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add workbench 2.4 and add sql 3.0 #2766

Merged
merged 6 commits into from
Oct 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions manifests/2.3.1/opensearch-2.3.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,12 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: sql
repository: https://github.com/opensearch-project/sql.git
ref: '2.3'
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-sql-plugin
4 changes: 4 additions & 0 deletions manifests/2.3.1/opensearch-dashboards-2.3.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ components:
- name: OpenSearch-Dashboards
repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git
ref: '2.3'
- name: queryWorkbenchDashboards
repository: https://github.com/opensearch-project/sql.git
working_directory: workbench
ref: '2.3'
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 @@ -34,6 +34,10 @@ components:
- name: alertingDashboards
repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git
ref: '2.x'
- name: queryWorkbenchDashboards
repository: https://github.com/opensearch-project/sql.git
working_directory: workbench
ref: 2.x
- name: indexManagementDashboards
repository: https://github.com/opensearch-project/index-management-dashboards-plugin.git
ref: '2.x'
9 changes: 9 additions & 0 deletions manifests/3.0.0/opensearch-3.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,12 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: sql
repository: https://github.com/opensearch-project/sql.git
ref: main
platforms:
- linux
peterzhuamazon marked this conversation as resolved.
Show resolved Hide resolved
- windows
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 @@ -24,3 +24,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