Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.google.api.grpc:proto-google-common-protos from 2.25.1 to 2.33.0 in /plugins/repository-gcs #12289

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps com.google.api.grpc:proto-google-common-protos from 2.25.1 to 2.33.0.

Release notes

Sourced from com.google.api.grpc:proto-google-common-protos's releases.

v2.33.0

2.33.0 (2024-01-24)

Features

  • Introduce interfaces for metrics instrumentation (#2403) (3c61b14)

Bug Fixes

  • Verify Universe Domain's DirectPath Compatibility after Endpoint Resolution (#2412) (e2de93b)

v2.32.0

2.32.0 (2024-01-19)

Regression

Features

  • Do not set the default endpoint in StubSettings (97ae228)
  • Numeric enums in routing headers (#2328) (4d043de)
  • StubSettings' getEndpoint() will return the service's pre-configured endpoint if there are no user configurations (97ae228)
  • Validate the Universe Domain (#2330) (097bc93)

Bug Fixes

  • adjust release-please configs for cloudbuild yaml updates (#2351) (ed16261)
  • DirectPath non-default SA requires creds (#2281) (c7d614a)
  • format method types and table in Client Overview (#2361) (7436995)

Dependencies

  • update dependency com.fasterxml.jackson:jackson-bom to v2.16.1 (#2386) (1160f95)
  • update dependency com.google.errorprone:error_prone_annotations to v2.24.1 (#2390) (d533760)
  • update dependency com.google.errorprone:error_prone_annotations to v2.24.1 (#2391) (98b7f3e)
  • update dependency com.google.oauth-client:google-oauth-client-bom to v1.35.0 (#2392) (4b78ac7)
  • update dependency io.perfmark:perfmark-api to v0.27.0 (#2388) (42808ba)
  • update dependency io.perfmark:perfmark-api to v0.27.0 (#2389) (51241f7)
  • update dependency net.bytebuddy:byte-buddy to v1.14.11 (#2387) (07b8ee6)
  • update dependency org.checkerframework:checker-qual to v3.42.0 (#2287) (7c4eb80)
  • update gapic-showcase to v0.30.0 (#2354) (762c125)
  • update google api dependencies (#2382) (92bbe61)
  • update googleapis/java-cloud-bom digest to 8bc17e9 (#2376) (bddd4ea)
  • update grpc dependencies to v1.61.0 (#2383) (af15bd1)
  • update netty dependencies to v4.1.105.final (#2302) (1563a55)

... (truncated)

Changelog

Sourced from com.google.api.grpc:proto-google-common-protos's changelog.

2.33.0 (2024-01-24)

Features

  • Introduce interfaces for metrics instrumentation (#2403) (3c61b14)

Bug Fixes

  • Verify Universe Domain's DirectPath Compatibility after Endpoint Resolution (#2412) (e2de93b)

2.32.0 (2024-01-19)

Features

  • Do not set the default endpoint in StubSettings (97ae228)
  • Numeric enums in routing headers (#2328) (4d043de)
  • StubSettings' getEndpoint() will return the service's pre-configured endpoint if there are no user configurations (97ae228)
  • Validate the Universe Domain (#2330) (097bc93)

Bug Fixes

  • adjust release-please configs for cloudbuild yaml updates (#2351) (ed16261)
  • DirectPath non-default SA requires creds (#2281) (c7d614a)
  • format method types and table in Client Overview (#2361) (7436995)

Dependencies

  • update dependency com.fasterxml.jackson:jackson-bom to v2.16.1 (#2386) (1160f95)
  • update dependency com.google.errorprone:error_prone_annotations to v2.24.1 (#2390) (d533760)
  • update dependency com.google.errorprone:error_prone_annotations to v2.24.1 (#2391) (98b7f3e)
  • update dependency com.google.oauth-client:google-oauth-client-bom to v1.35.0 (#2392) (4b78ac7)
  • update dependency io.perfmark:perfmark-api to v0.27.0 (#2388) (42808ba)
  • update dependency io.perfmark:perfmark-api to v0.27.0 (#2389) (51241f7)
  • update dependency net.bytebuddy:byte-buddy to v1.14.11 (#2387) (07b8ee6)
  • update dependency org.checkerframework:checker-qual to v3.42.0 (#2287) (7c4eb80)
  • update gapic-showcase to v0.30.0 (#2354) (762c125)
  • update google api dependencies (#2382) (92bbe61)
  • update googleapis/java-cloud-bom digest to 8bc17e9 (#2376) (bddd4ea)
  • update grpc dependencies to v1.61.0 (#2383) (af15bd1)
  • update netty dependencies to v4.1.105.final (#2302) (1563a55)
  • update protobuf dependencies to v3.25.2 (#2378) (836e7b8)
  • update slf4j monorepo to v2.0.11 (#2381) (9e758b7)

2.31.0 (2024-01-04)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Failing checks are inspected and point to the corresponding known issue(s) (See: Troubleshooting Failing Builds)
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)
  • Public documentation issue/PR created

Copy link
Contributor

❌ Gradle check result for 149dbfa: 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?

Copy link
Contributor

github-actions bot commented Feb 12, 2024

Compatibility status:

Checks if related components are compatible with change 464ae37

Incompatible components

Skipped components

Compatible components

Compatible components: [https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/flow-framework.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/performance-analyzer.git]

Copy link
Contributor

❕ Gradle check result for 4591b77: UNSTABLE

  • TEST FAILURES:
      1 org.opensearch.remotestore.RemoteIndexPrimaryRelocationIT.testPrimaryRelocationWhileIndexing
      1 org.opensearch.cluster.allocation.ClusterRerouteIT.testDelayWithALargeAmountOfShards

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

Copy link

codecov bot commented Feb 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ef1a9c6) 71.42% compared to head (464ae37) 71.40%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12289      +/-   ##
============================================
- Coverage     71.42%   71.40%   -0.02%     
+ Complexity    59849    59786      -63     
============================================
  Files          4959     4959              
  Lines        281123   281123              
  Branches      40857    40857              
============================================
- Hits         200782   200736      -46     
- Misses        63663    63741      +78     
+ Partials      16678    16646      -32     

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

Copy link
Contributor

❌ Gradle check result for 60f3b8c: 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?

@reta
Copy link
Collaborator

reta commented Feb 12, 2024

@dependabot recreate please

Bumps [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) from 2.25.1 to 2.33.0.
- [Release notes](https://github.com/googleapis/sdk-platform-java/releases)
- [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/sdk-platform-java/commits/v2.33.0)

---
updated-dependencies:
- dependency-name: com.google.api.grpc:proto-google-common-protos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/plugins/repository-gcs/com.google.api.grpc-proto-google-common-protos-2.33.0 branch from 4591b77 to 67caae3 Compare February 12, 2024 16:12
dependabot bot added 2 commits February 12, 2024 16:14
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor

❌ Gradle check result for 67caae3: 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?

Copy link
Contributor

❌ Gradle check result for 464ae37: 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?

Copy link
Contributor

✅ Gradle check result for c85530d: SUCCESS

@reta
Copy link
Collaborator

reta commented Feb 12, 2024

❌ Gradle check result for 464ae37: FAILURE

#12291

Copy link
Contributor

❕ Gradle check result for 464ae37: UNSTABLE

  • TEST FAILURES:
      1 org.opensearch.remotestore.RemoteIndexPrimaryRelocationIT.testPrimaryRelocationWhileIndexing
      1 org.opensearch.index.ShardIndexingPressureSettingsIT.testShardIndexingPressureLastSuccessfulSettingsUpdate

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

@kotwanikunal kotwanikunal merged commit 76ae14a into main Feb 12, 2024
30 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/plugins/repository-gcs/com.google.api.grpc-proto-google-common-protos-2.33.0 branch February 12, 2024 19:05
peteralfonsi pushed a commit to peteralfonsi/OpenSearch that referenced this pull request Mar 1, 2024
…33.0 in /plugins/repository-gcs (opensearch-project#12289)

* Bump com.google.api.grpc:proto-google-common-protos

Bumps [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) from 2.25.1 to 2.33.0.
- [Release notes](https://github.com/googleapis/sdk-platform-java/releases)
- [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/sdk-platform-java/commits/v2.33.0)

---
updated-dependencies:
- dependency-name: com.google.api.grpc:proto-google-common-protos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updating SHAs

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
rayshrey pushed a commit to rayshrey/OpenSearch that referenced this pull request Mar 18, 2024
…33.0 in /plugins/repository-gcs (opensearch-project#12289)

* Bump com.google.api.grpc:proto-google-common-protos

Bumps [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) from 2.25.1 to 2.33.0.
- [Release notes](https://github.com/googleapis/sdk-platform-java/releases)
- [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/sdk-platform-java/commits/v2.33.0)

---
updated-dependencies:
- dependency-name: com.google.api.grpc:proto-google-common-protos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updating SHAs

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
…33.0 in /plugins/repository-gcs (opensearch-project#12289)

* Bump com.google.api.grpc:proto-google-common-protos

Bumps [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) from 2.25.1 to 2.33.0.
- [Release notes](https://github.com/googleapis/sdk-platform-java/releases)
- [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/sdk-platform-java/commits/v2.33.0)

---
updated-dependencies:
- dependency-name: com.google.api.grpc:proto-google-common-protos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updating SHAs

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Signed-off-by: Shivansh Arora <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants