Skip to content

Commit

Permalink
Add k-NN and geospatial to manifest 2.3.1, 2.4.0 and 3.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Naveen Tatikonda <[email protected]>
  • Loading branch information
naveentatikonda committed Oct 7, 2022
1 parent f5c0c97 commit 99c37e5
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
16 changes: 16 additions & 0 deletions manifests/2.3.1/opensearch-2.3.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,19 @@ components:
platforms:
- linux
- windows
- name: k-NN
repository: https://github.com/opensearch-project/k-NN.git
ref: '2.3'
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: geospatial
repository: https://github.com/opensearch-project/geospatial.git
ref: '2.3'
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
8 changes: 8 additions & 0 deletions manifests/2.4.0/opensearch-2.4.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,11 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: geospatial
repository: https://github.com/opensearch-project/geospatial.git
ref: '2.x'
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
16 changes: 16 additions & 0 deletions manifests/3.0.0/opensearch-3.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,19 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: k-NN
repository: https://github.com/opensearch-project/k-NN.git
ref: main
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: geospatial
repository: https://github.com/opensearch-project/geospatial.git
ref: main
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version

0 comments on commit 99c37e5

Please sign in to comment.