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

Update all plugins in 2.8.0 with 2.8 branch #3580

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Update all plugins in 2.8.0 with 2.8 branch
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon committed May 30, 2023
commit 9bbc4c3628879c03a79a24851c98cbf9e9afd972
82 changes: 63 additions & 19 deletions manifests/2.8.0/opensearch-2.8.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ build:
version: 2.8.0
ci:
image:
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v2
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3
args: -e JAVA_HOME=/opt/java/openjdk-17
components:
- name: OpenSearch
repository: https://github.com/opensearch-project/OpenSearch.git
ref: 2.x
ref: '2.8'
checks:
- gradle:publish
- gradle:properties:version
Expand All @@ -25,7 +25,7 @@ components:
- gradle:properties:version
- name: job-scheduler
repository: https://github.com/opensearch-project/job-scheduler.git
ref: 2.x
ref: '2.8'
platforms:
- linux
- windows
Expand All @@ -52,7 +52,7 @@ components:
- gradle:dependencies:opensearch.version
- name: security
repository: https://github.com/opensearch-project/security.git
ref: 2.x
ref: '2.8'
platforms:
- linux
- windows
Expand All @@ -65,29 +65,21 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: asynchronous-search
repository: https://github.com/opensearch-project/asynchronous-search.git
ref: 2.x
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: ml-commons
repository: https://github.com/opensearch-project/ml-commons.git
ref: 2.x
ref: '2.8'
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-ml-plugin
- name: performance-analyzer
repository: https://github.com/opensearch-project/performance-analyzer.git
ref: 2.x
- name: neural-search
repository: https://github.com/opensearch-project/neural-search.git
ref: '2.8'
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
Expand All @@ -111,8 +103,44 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: notifications
- name: neural-search
repository: https://github.com/opensearch-project/neural-search.git
- name: opensearch-observability
repository: https://github.com/opensearch-project/observability.git
ref: '2.8'
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: opensearch-reports
repository: https://github.com/opensearch-project/reporting.git
ref: '2.8'
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: sql
repository: https://github.com/opensearch-project/sql.git
ref: '2.8'
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-sql-plugin
- name: asynchronous-search
repository: https://github.com/opensearch-project/asynchronous-search.git
ref: '2.8'
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: anomaly-detection
repository: https://github.com/opensearch-project/anomaly-detection.git
ref: '2.8'
platforms:
- linux
Expand All @@ -129,6 +157,14 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: alerting
- name: security-analytics
repository: https://github.com/opensearch-project/security-analytics.git
ref: '2.8'
platforms:
- linux
- windows
checks:
- gradle:properties:version
- name: index-management
repository: https://github.com/opensearch-project/index-management.git
ref: '2.8'
Expand All @@ -137,3 +173,11 @@ components:
- windows
checks:
- gradle:properties:version
- name: performance-analyzer
repository: https://github.com/opensearch-project/performance-analyzer.git
ref: '2.8'
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
39 changes: 32 additions & 7 deletions manifests/2.8.0/opensearch-dashboards-2.8.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,47 @@ ci:
components:
- name: OpenSearch-Dashboards
repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git
ref: 2.x
- name: searchRelevanceDashboards
repository: https://github.com/opensearch-project/dashboards-search-relevance.git
ref: 2.x
ref: '2.8'
- name: functionalTestDashboards
repository: https://github.com/opensearch-project/opensearch-dashboards-functional-test.git
ref: '2.8'
- name: observabilityDashboards
repository: https://github.com/opensearch-project/dashboards-observability.git
ref: '2.8'
- name: reportsDashboards
repository: https://github.com/opensearch-project/dashboards-reporting.git
ref: '2.8'
- name: ganttChartDashboards
repository: https://github.com/opensearch-project/dashboards-visualizations.git
working_directory: gantt-chart
ref: '2.8'
- name: queryWorkbenchDashboards
3repository: https://github.com/opensearch-project/dashboards-query-workbench.git
ref: '2.8'
- name: customImportMapDashboards
repository: https://github.com/opensearch-project/dashboards-maps.git
ref: '2.8'
- name: anomalyDetectionDashboards
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin
ref: '2.8'
- name: mlCommonsDashboards
repository: https://github.com/opensearch-project/ml-commons-dashboards.git
ref: 2.x
- name: alertingDashboards
repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git
ref: '2.8'
- name: indexManagementDashboards
repository: https://github.com/opensearch-project/index-management-dashboards-plugin.git
ref: '2.8'
- name: notificationsDashboards
repository: https://github.com/opensearch-project/dashboards-notifications.git
ref: '2.8'
- name: alertingDashboards
repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git
ref: '2.8'
- name: securityAnalyticsDashboards
repository: https://github.com/opensearch-project/security-analytics-dashboards-plugin.git
ref: '2.8'
- name: securityDashboards
repository: https://github.com/opensearch-project/security-dashboards-plugin.git
ref: '2.8'
- name: searchRelevanceDashboards
repository: https://github.com/opensearch-project/dashboards-search-relevance.git
ref: '2.8'