Skip to content

Bump opensearch-protobufs from 1.1.0 to 1.2.0 - #20480

Merged
karenyrx merged 1 commit into
opensearch-project:mainfrom
lucy66hw:1.2.0-proto
Jan 27, 2026
Merged

Bump opensearch-protobufs from 1.1.0 to 1.2.0#20480
karenyrx merged 1 commit into
opensearch-project:mainfrom
lucy66hw:1.2.0-proto

Conversation

@lucy66hw

@lucy66hw lucy66hw commented Jan 26, 2026

Copy link
Copy Markdown
Contributor

Description

Bump opensearch-protobufs from 1.1.0 to 1.2.0

Related Issues

#19569

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@coderabbitai

coderabbitai Bot commented Jan 26, 2026

Copy link
Copy Markdown
Contributor
📝 Walkthrough

Walkthrough

Updates opensearch-protobufs dependency from version 1.1.0 to 1.2.0 in the version catalog, including corresponding SHA-1 checksum file updates and changelog entry.

Changes

Cohort / File(s) Summary
Version Catalog
gradle/libs.versions.toml
Updated opensearchprotobufs version from 1.1.0 to 1.2.0
Changelog
CHANGELOG.md
Added new entry documenting opensearch-protobufs version bump in Unreleased 3.x section
License Checksums (transport-grpc)
modules/transport-grpc/licenses/protobufs-1.1.0.jar.sha1, modules/transport-grpc/licenses/protobufs-1.2.0.jar.sha1
Removed SHA-1 checksum for version 1.1.0; added new SHA-1 checksum (6688b30c1b5a73...) for version 1.2.0
License Checksums (transport-grpc/spi)
modules/transport-grpc/spi/licenses/protobufs-1.1.0.jar.sha1, modules/transport-grpc/spi/licenses/protobufs-1.2.0.jar.sha1
Removed SHA-1 checksum for version 1.1.0; added new SHA-1 checksum (6688b30c1b5a73...) for version 1.2.0

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested labels

dependencies

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Description check ❓ Inconclusive PR description is mostly complete but contains an inconsistency: the description states bumping from 1.0.0 to 1.2.0, while the title and changes indicate 1.1.0 to 1.2.0. Required sections are present with minimal content appropriate for a simple dependency bump. Clarify the exact previous version (1.0.0 or 1.1.0) in the description to match the actual changes in gradle/libs.versions.toml and ensure consistency across title, description, and related issue reference.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: bumping the opensearch-protobufs dependency from version 1.1.0 to 1.2.0, which is clearly reflected in the file modifications.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@lucy66hw lucy66hw changed the title Bump opensearch-protobufs from 1.0.0 to 1.1.0 Bump opensearch-protobufs from 1.1.0 to 1.2.0 Jan 26, 2026
Signed-off-by: xil <fridalu66@gmail.com>
@github-actions

Copy link
Copy Markdown
Contributor

❌ Gradle check result for 4833d5b: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@lucy66hw lucy66hw closed this Jan 26, 2026
@lucy66hw lucy66hw reopened this Jan 26, 2026
@lucy66hw
lucy66hw marked this pull request as ready for review January 26, 2026 21:29
@lucy66hw
lucy66hw requested a review from a team as a code owner January 26, 2026 21:29
@lucy66hw
lucy66hw marked this pull request as draft January 26, 2026 21:44
@lucy66hw lucy66hw closed this Jan 26, 2026
@lucy66hw lucy66hw reopened this Jan 26, 2026
@github-actions

Copy link
Copy Markdown
Contributor

❌ Gradle check result for 4833d5b: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@github-actions

Copy link
Copy Markdown
Contributor

❌ Gradle check result for 4833d5b: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@karenyrx
karenyrx marked this pull request as ready for review January 27, 2026 04:46
@github-actions

Copy link
Copy Markdown
Contributor

❌ Gradle check result for 4833d5b: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@karenyrx
karenyrx merged commit 8bcf03e into opensearch-project:main Jan 27, 2026
78 of 121 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

❌ Gradle check result for 4833d5b: SUCCESS

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@codecov

codecov Bot commented Jan 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.29%. Comparing base (672039d) to head (4833d5b).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #20480      +/-   ##
============================================
+ Coverage     73.25%   73.29%   +0.04%     
- Complexity    71979    72031      +52     
============================================
  Files          5796     5796              
  Lines        329287   329287              
  Branches      47419    47419              
============================================
+ Hits         241203   241346     +143     
+ Misses        68759    68660      -99     
+ Partials      19325    19281      -44     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants