Skip to content

Commit

Permalink
[1.3.11] Adding more compnents to input manifest (#3644)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Lu <chunglu@amazon.com>
  • Loading branch information
jordarlu committed Jun 20, 2023
1 parent 18ddc66 commit 9acf30f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
27 changes: 27 additions & 0 deletions manifests/1.3.11/opensearch-1.3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,30 @@ components:
platforms:
- linux
- windows
- name: alerting
repository: https://github.com/opensearch-project/alerting.git
ref: '1.3'
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: alerting
platforms:
- linux
- windows
- name: opensearch-reports
repository: https://github.com/opensearch-project/reporting.git
ref: '1.3'
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
platforms:
- linux
- windows
- name: cross-cluster-replication
repository: https://github.com/opensearch-project/cross-cluster-replication.git
ref: '1.3'
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
platforms:
- linux
- windows
3 changes: 3 additions & 0 deletions manifests/1.3.11/opensearch-dashboards-1.3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ components:
- name: OpenSearch-Dashboards
repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git
ref: '1.3'
- name: anomalyDetectionDashboards
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin
ref: '1.3'

0 comments on commit 9acf30f

Please sign in to comment.