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

Move everything in 2.5.0 from 2.x to 2.5 branch in manifest #3061

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
28 changes: 14 additions & 14 deletions manifests/2.5.0/opensearch-2.5.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ components:
- gradle:properties:version
- name: common-utils
repository: https://github.com/opensearch-project/common-utils.git
ref: 2.x
ref: '2.5'
platforms:
- linux
- windows
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.5'
platforms:
- linux
- windows
Expand All @@ -34,7 +34,7 @@ components:
- gradle:dependencies:opensearch.version
- name: ml-commons
repository: https://github.com/opensearch-project/ml-commons.git
ref: 2.x
ref: '2.5'
platforms:
- linux
- windows
Expand All @@ -43,21 +43,21 @@ components:
- gradle:dependencies:opensearch.version: opensearch-ml-plugin
- name: security
repository: https://github.com/opensearch-project/security.git
ref: 2.x
ref: '2.5'
platforms:
- linux
- windows
- name: performance-analyzer
repository: https://github.com/opensearch-project/performance-analyzer.git
ref: 2.x
ref: '2.5'
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: k-NN
repository: https://github.com/opensearch-project/k-NN.git
ref: 2.x
ref: '2.5'
platforms:
- linux
- windows
Expand All @@ -66,7 +66,7 @@ components:
- gradle:dependencies:opensearch.version
- name: sql
repository: https://github.com/opensearch-project/sql.git
ref: 2.x
ref: '2.5'
platforms:
- linux
- windows
Expand All @@ -75,7 +75,7 @@ components:
- gradle:dependencies:opensearch.version: opensearch-sql-plugin
- name: notifications-core
repository: https://github.com/opensearch-project/notifications.git
ref: 2.x
ref: '2.5'
platforms:
- linux
- windows
Expand All @@ -85,7 +85,7 @@ components:
- gradle:dependencies:opensearch.version: opensearch-notifications-core
- name: notifications
repository: https://github.com/opensearch-project/notifications.git
ref: 2.x
ref: '2.5'
platforms:
- linux
- windows
Expand All @@ -95,7 +95,7 @@ components:
- gradle:dependencies:opensearch.version: notifications
- name: anomaly-detection
repository: https://github.com/opensearch-project/anomaly-detection.git
ref: 2.x
ref: '2.5'
platforms:
- linux
- windows
Expand All @@ -104,7 +104,7 @@ components:
- gradle:dependencies:opensearch.version
- name: opensearch-observability
repository: https://github.com/opensearch-project/observability.git
ref: 2.x
ref: '2.5'
platforms:
- linux
- windows
Expand All @@ -113,7 +113,7 @@ components:
- gradle:dependencies:opensearch.version
- name: alerting
repository: https://github.com/opensearch-project/alerting.git
ref: 2.x
ref: '2.5'
platforms:
- linux
- windows
Expand All @@ -122,7 +122,7 @@ components:
- gradle:dependencies:opensearch.version: alerting
- name: opensearch-reports
repository: https://github.com/opensearch-project/reporting
ref: 2.x
ref: '2.5'
platforms:
- linux
- windows
Expand All @@ -131,7 +131,7 @@ components:
- gradle:dependencies:opensearch.version
- name: index-management
repository: https://github.com/opensearch-project/index-management.git
ref: 2.x
ref: '2.5'
platforms:
- linux
- windows
Expand Down
16 changes: 8 additions & 8 deletions manifests/2.5.0/opensearch-dashboards-2.5.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@ components:
ref: '2.5'
- name: searchRelevanceDashboards
repository: https://github.com/opensearch-project/dashboards-search-relevance.git
ref: 2.x
ref: '2.5'
peterzhuamazon marked this conversation as resolved.
Show resolved Hide resolved
- name: queryWorkbenchDashboards
repository: https://github.com/opensearch-project/dashboards-query-workbench.git
ref: 2.x
ref: '2.5'
- name: notificationsDashboards
repository: https://github.com/opensearch-project/notifications.git
working_directory: dashboards-notifications
ref: 2.x
ref: '2.5'
- name: observabilityDashboards
repository: https://github.com/opensearch-project/dashboards-observability.git
ref: 2.x
ref: '2.5'
- name: reportsDashboards
repository: https://github.com/opensearch-project/dashboards-reporting.git
ref: 2.x
ref: '2.5'
- name: ganttChartDashboards
repository: https://github.com/opensearch-project/dashboards-visualizations.git
working_directory: gantt-chart
ref: 2.x
ref: '2.5'
- name: anomalyDetectionDashboards
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin
ref: 2.x
ref: '2.5'
- name: securityDashboards
repository: https://github.com/opensearch-project/security-dashboards-plugin.git
ref: 2.x
ref: '2.5'