diff --git a/.github/workflows/os-increment-plugin-versions.yml b/.github/workflows/os-increment-plugin-versions.yml index f96111322e..befd95f637 100644 --- a/.github/workflows/os-increment-plugin-versions.yml +++ b/.github/workflows/os-increment-plugin-versions.yml @@ -48,6 +48,7 @@ jobs: - {repo: custom-codecs} - {repo: flow-framework} - {repo: skills} + - {repo: query-insights} branch: - 1.x - '1.3' diff --git a/.github/workflows/os-release-issues.yml b/.github/workflows/os-release-issues.yml index c2e4f27bd2..47f5dd403f 100644 --- a/.github/workflows/os-release-issues.yml +++ b/.github/workflows/os-release-issues.yml @@ -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 diff --git a/manifests/2.16.0/opensearch-2.16.0.yml b/manifests/2.16.0/opensearch-2.16.0.yml index 82c623b96c..f090a2f357 100644 --- a/manifests/2.16.0/opensearch-2.16.0.yml +++ b/manifests/2.16.0/opensearch-2.16.0.yml @@ -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