Skip to content

Commit eb6724e

Browse files
authored
Merge branch 'main' into hybrid-collector
Signed-off-by: Ankit Jain <jainankitk@apache.org>
2 parents 0ff30fb + 2b6d266 commit eb6724e

File tree

918 files changed

+22413
-5528
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

918 files changed

+22413
-5528
lines changed

.ci/bwcVersions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ BWC_VERSION:
4747
- "2.19.2"
4848
- "2.19.3"
4949
- "2.19.4"
50+
- "2.19.5"
5051
- "3.0.0"
5152
- "3.1.0"
5253
- "3.2.0"

.github/workflows/add-performance-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Add comment to PR
19-
uses: actions/github-script@v7
19+
uses: actions/github-script@v8
2020
with:
2121
github-token: ${{secrets.GITHUB_TOKEN}}
2222
script: |

.github/workflows/benchmark-pull-request.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "USER_TAGS=pull_request_number:${{ github.event.issue.number }},repository:OpenSearch" >> $GITHUB_ENV
2929
- name: Check comment format
3030
id: check_comment
31-
uses: actions/github-script@v7
31+
uses: actions/github-script@v8
3232
with:
3333
script: |
3434
const fs = require('fs');
@@ -68,7 +68,7 @@ jobs:
6868
}
6969
- name: Post invalid format comment
7070
if: steps.check_comment.outputs.invalid == 'true'
71-
uses: actions/github-script@v7
71+
uses: actions/github-script@v8
7272
with:
7373
github-token: ${{secrets.GITHUB_TOKEN}}
7474
script: |
@@ -85,7 +85,7 @@ jobs:
8585
exit 1
8686
- name: Get PR Details
8787
id: get_pr
88-
uses: actions/github-script@v7
88+
uses: actions/github-script@v8
8989
with:
9090
script: |
9191
const issue = context.payload.issue;
@@ -111,7 +111,7 @@ jobs:
111111
echo "prHeadRepo=$headRepo" >> $GITHUB_ENV
112112
echo "prHeadRefSha=$headRefSha" >> $GITHUB_ENV
113113
- id: get_approvers
114-
uses: actions/github-script@v7
114+
uses: actions/github-script@v8
115115
with:
116116
github-token: ${{ secrets.GITHUB_TOKEN }}
117117
result-encoding: json
@@ -169,7 +169,7 @@ jobs:
169169
cat $GITHUB_ENV
170170
bash opensearch-build/scripts/benchmark/benchmark-pull-request.sh -t ${{ secrets.JENKINS_PR_BENCHMARK_GENERIC_WEBHOOK_TOKEN }} -u ${{ secrets.JENKINS_GITHUB_USER}} -p ${{ secrets.JENKINS_GITHUB_USER_TOKEN}}
171171
- name: Update PR with Job Url
172-
uses: actions/github-script@v7
172+
uses: actions/github-script@v8
173173
with:
174174
github-token: ${{ secrets.GITHUB_TOKEN }}
175175
script: |

.github/workflows/delete_backport_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.repository == 'opensearch-project/OpenSearch' && (startsWith(github.event.pull_request.head.ref,'backport/') || startsWith(github.event.pull_request.head.ref,'release-chores/'))
1313
steps:
1414
- name: Delete merged branch
15-
uses: actions/github-script@v7
15+
uses: actions/github-script@v8
1616
with:
1717
script: |
1818
github.rest.git.deleteRef({

.github/workflows/detect-breaking-change.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- if: failure()
2121
run: cat server/build/reports/java-compatibility/report.txt
2222
- if: failure()
23-
uses: actions/upload-artifact@v4
23+
uses: actions/upload-artifact@v5
2424
with:
2525
name: java-compatibility-report.html
2626
path: ${{ github.workspace }}/server/build/reports/java-compatibility/report.html

.github/workflows/gradle-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
echo "post_merge_action=false" >> $GITHUB_ENV
6262
6363
# to get the PR data that can be used for post merge actions
64-
- uses: actions/github-script@v7
64+
- uses: actions/github-script@v8
6565
if: github.event_name == 'push'
6666
id: get_pr_data
6767
with:

.github/workflows/triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.repository == 'opensearch-project/OpenSearch'
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/github-script@v7
12+
- uses: actions/github-script@v8
1313
with:
1414
script: |
1515
const { issue, repository } = context.payload;

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Create tracking issue
105105
id: create-issue
106-
uses: actions/github-script@v7
106+
uses: actions/github-script@v8
107107
with:
108108
script: |
109109
const body = `

CHANGELOG.md

Lines changed: 66 additions & 3 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
</a>
44

55
[![License](https://img.shields.io/badge/license-Apache%20v2-blue.svg)](https://github.com/opensearch-project/OpenSearch/blob/main/LICENSE.txt)
6-
[![LFX Health Score](https://insights.production.lfx.dev/api/badge/health-score?project=opensearch-foundation)](https://insights.linuxfoundation.org/project/opensearch-foundation)
7-
[![LFX Active Contributors](https://insights.production.lfx.dev/api/badge/active-contributors?project=opensearch-foundation&repos=https://github.com/opensearch-project/OpenSearch)](https://insights.linuxfoundation.org/project/opensearch-foundation/repository/opensearch-project-opensearch)
6+
[![LFX Health Score](https://insights.linuxfoundation.org/api/badge/health-score?project=opensearch-foundation)](https://insights.linuxfoundation.org/project/opensearch-foundation)
7+
[![LFX Active Contributors](https://insights.linuxfoundation.org/api/badge/active-contributors?project=opensearch-foundation)](https://insights.linuxfoundation.org/project/opensearch-foundation)
88
[![Code Coverage](https://codecov.io/gh/opensearch-project/OpenSearch/branch/main/graph/badge.svg)](https://codecov.io/gh/opensearch-project/OpenSearch)
99
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/opensearch-project/OpenSearch?sort=semver)
1010
[![Linkedin](https://img.shields.io/badge/Follow-Linkedin-blue)](https://www.linkedin.com/company/opensearch-project)

0 commit comments

Comments
 (0)