Skip to content

Commit

Permalink
Add essential components to 1.3.14 manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <[email protected]>
  • Loading branch information
zelinh committed Nov 29, 2023
1 parent af96355 commit 897ccfc
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions manifests/1.3.14/opensearch-1.3.14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@ components:
checks:
- gradle:publish
- gradle:properties:version
- name: common-utils
repository: https://github.com/opensearch-project/common-utils.git
ref: '1.3'
checks:
- gradle:publish
- gradle:properties:version
platforms:
- linux
- windows
- name: job-scheduler
repository: https://github.com/opensearch-project/job-scheduler.git
ref: '1.3'
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
platforms:
- linux
- windows
- name: security
repository: https://github.com/opensearch-project/security.git
ref: '1.3'
Expand All @@ -23,3 +41,20 @@ components:
platforms:
- linux
- windows
- name: ml-commons
repository: https://github.com/opensearch-project/ml-commons.git
ref: '1.3'
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-ml-plugin
platforms:
- linux
- windows
- name: performance-analyzer
repository: https://github.com/opensearch-project/performance-analyzer.git
ref: '1.3'
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
platforms:
- linux

0 comments on commit 897ccfc

Please sign in to comment.