Skip to content

Commit

Permalink
Onboard query-insights in 2.16
Browse files Browse the repository at this point in the history
Signed-off-by: Chenyang Ji <[email protected]>
  • Loading branch information
ansjcy committed Jul 16, 2024
1 parent 818fcaa commit 8dd16d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/os-increment-plugin-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- {repo: custom-codecs}
- {repo: flow-framework}
- {repo: skills}
- {repo: query-insights}
branch:
- 1.x
- '1.3'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/os-release-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- {repo: custom-codecs}
- {repo: flow-framework}
- {repo: skills}
- {repo: query-insights}
release_version: ${{ fromJson(needs.list-manifest-versions.outputs.matrix) }}
steps:
- name: GitHub App token
Expand Down
6 changes: 6 additions & 0 deletions manifests/2.16.0/opensearch-2.16.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,9 @@ components:
- anomaly-detection
- sql
- ml-commons
- name: query-insights
repository: https://github.com/opensearch-project/query-insights.git
ref: 2.x
platforms:
- linux
- windows

Check failure on line 191 in manifests/2.16.0/opensearch-2.16.0.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

191:16 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit 8dd16d7

Please sign in to comment.