Skip to content

Commit

Permalink
using schema1.1 to add depends_on attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Lu <chunglu@amazon.com>
  • Loading branch information
jordarlu committed Feb 29, 2024
1 parent db57442 commit b2f3124
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion manifests/1.3.15/opensearch-1.3.15.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
schema-version: '1.0'
schema-version: '1.1'
build:
name: OpenSearch
version: 1.3.15
Expand Down Expand Up @@ -50,6 +50,8 @@ components:
platforms:
- linux
- windows
depends_on:
- common-utils
- name: performance-analyzer
repository: https://github.com/opensearch-project/performance-analyzer.git
ref: '1.3'
Expand All @@ -67,6 +69,8 @@ components:
platforms:
- linux
- windows
depends_on:
- common-utils
- name: opensearch-reports
repository: https://github.com/opensearch-project/reporting.git
ref: '1.3'
Expand All @@ -76,6 +80,9 @@ components:
platforms:
- linux
- windows
depends_on:
- common-utils
- job-scheduler
- name: cross-cluster-replication
repository: https://github.com/opensearch-project/cross-cluster-replication.git
ref: '1.3'
Expand All @@ -85,6 +92,8 @@ components:
platforms:
- linux
- windows
depends_on:
- common-utils
- name: opensearch-observability
repository: https://github.com/opensearch-project/observability.git
ref: '1.3'
Expand All @@ -94,6 +103,8 @@ components:
platforms:
- linux
- windows
depends_on:
- common-utils
- name: anomaly-detection
repository: https://github.com/opensearch-project/anomaly-detection.git
ref: '1.3'
Expand All @@ -103,6 +114,9 @@ components:
platforms:
- linux
- windows
depends_on:
- common-utils
- job-scheduler
- name: asynchronous-search
repository: https://github.com/opensearch-project/asynchronous-search.git
ref: '1.3'
Expand All @@ -112,3 +126,5 @@ components:
platforms:
- linux
- windows
depends_on:
- common-utils

0 comments on commit b2f3124

Please sign in to comment.