Conversation

renovate-bot

WhiteSource Renovate

This PR contains the following updates:

PackageUpdateChange
com.google.cloud:google-cloud-trace1.2.7 -> 1.2.8

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 December 10, 2020 03:05
@trusted-contributions-gcftrusted-contributions-gcf bot added the kokoro:force-runAdd this label to force Kokoro to re-run the tests.label Dec 10, 2020
@google-clagoogle-cla bot added the cla: yesThis human has signed the Contributor License Agreement.label Dec 10, 2020
@product-auto-labelproduct-auto-label bot added the api: spannerIssues related to the googleapis/java-spanner API.label Dec 10, 2020
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-runAdd this label to force Kokoro to re-run the tests.label Dec 10, 2020
@codecov

Codecov Report

Merging #699 (d4ac33b) into master (caf174c) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #699      +/-   ##
============================================
- Coverage     85.05%   85.03%   -0.02%     
+ Complexity     2556     2554       -2     
============================================
  Files           142      142              
  Lines         13930    13930              
  Branches       1326     1326              
============================================
- Hits          11848    11846       -2     
- Misses         1526     1527       +1     
- Partials        556      557       +1     
Impacted FilesCoverage ΔComplexity Δ
...ud/spanner/SessionPoolAsyncTransactionManager.java85.36% <0.00%> (-1.63%)11.00% <0.00%> (-2.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 caf174c...d4ac33b. Read the comment docs.

@thiagotnunesthiagotnunes merged commit e3289bd into googleapis:master Dec 10, 2020
@renovate-botrenovate-bot deleted the renovate/trace.version branch December 10, 2020 03:44
gcf-merge-on-green bot pushed a commit that referenced this pull request Dec 10, 2020
🤖 I have created a release \*beep\* \*boop\* 
---
### [3.1.1](https://www..com/googleapis/java-spanner/compare/v3.1.0...v3.1.1) (2020-12-10)


### Dependencies

* update dependency com.google.cloud:google-cloud-trace to v1.2.8 ([#699](https://www..com/googleapis/java-spanner/issues/699)) ([e3289bd](https://www..com/googleapis/java-spanner/commit/e3289bdf1f5c723c88f4e719c4a7a15f5d131556))
---


This PR was generated with [Release Please](https://.com/googleapis/release-please).
thiagotnunes pushed a commit that referenced this pull request May 6, 2021
🤖 I have created a release \*beep\* \*boop\* 
---
### [3.1.1](https://www..com/googleapis/java-spanner/compare/v3.1.0...v3.1.1) (2020-12-10)


### Dependencies

* update dependency com.google.cloud:google-cloud-trace to v1.2.8 ([#699](https://www..com/googleapis/java-spanner/issues/699)) ([e3289bd](https://www..com/googleapis/java-spanner/commit/e3289bdf1f5c723c88f4e719c4a7a15f5d131556))
---


This PR was generated with [Release Please](https://.com/googleapis/release-please).
ansh0l pushed a commit to ansh0l/java-spanner that referenced this pull request Nov 10, 2022
This is an auto-generated regeneration of the .pb.go files by
cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will
update the corresponding PR to depend on the newer version of go-genproto, and
assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot
will not create any more regeneration PRs. If all regen PRs are closed,
gapicgen will create a new set of regeneration PRs once per night.

If you have been assigned to review this PR, please:

- Ensure that CI is passing. If it's failing, it requires your manual attention.
- Approve and submit this PR if you believe it's ready to ship. That will prompt
genbot to assign reviewers to the google-cloud-go PR.

Corresponding google-cloud-go PR: googleapis/google-cloud-go#4987

Changes:

fix: add a dummy change for showcase v1beta1 for testing autosubmit
  PiperOrigin-RevId: 403202362
  Source-Link: googleapis/googleapis@1e77865

chore(filestore): add common_java_proto dep to java_assembly_pkg
  PiperOrigin-RevId: 403182344
  Source-Link: googleapis/googleapis@b44c45c

fix(translate): add model signature for batch document translation
  PiperOrigin-RevId: 403140062
  Source-Link: googleapis/googleapis@67e6e0a

chore(bigquery/storage): Re-enable bigquery-storage-v1 generation, which also required updating protobuf from 3.15.3 to 3.18.1 for codegen
  PiperOrigin-RevId: 403132955
  Source-Link: googleapis/googleapis@d2977af

chore: Update C# generator to version 1.3.12, which supports non-standard LRO generation
  PiperOrigin-RevId: 403114425
  Source-Link: googleapis/googleapis@c3e8e8c

fix!: Fix the resource annotations for GetRepositoryRequest
  BREAKING CHANGE: This will be a breaking change for languages that generate client libraries using resource annotations to provide overloads accepting resource names. Where previously such languages would have generated (in-pseudocode) GetRepository(LocationName) they will now (correctly) generate GetRepository(RepositoryName). Code using the older methods will be broken by this change, but would never have worked anyway.

  PiperOrigin-RevId: 403028264
  Source-Link: googleapis/googleapis@9bac62d

fix!(storage/internal): rename committed_size to persisted_size fix!: replace string key_sha256 with bytes key_sha256_bytes fix: deprecate zone_affinity field fix: add INHERITED to PublicAccessPrevention enum
  PiperOrigin-RevId: 402986756
  Source-Link: googleapis/googleapis@877d3d9

fix(monitoring/apiv3): Reintroduce deprecated field/enum for backward compatibility docs: Use absolute link targets in comments
  The deprecated elements are still deprecated and should not be used; they're solely being reintroduced to avoid breaking changes in client libraries.

  PiperOrigin-RevId: 402864419
  Source-Link: googleapis/googleapis@4a5dad7
ansh0l pushed a commit to ansh0l/java-spanner that referenced this pull request Nov 10, 2022
This is an auto-generated regeneration of the .pb.go files by
cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will
update the corresponding PR to depend on the newer version of go-genproto, and
assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot
will not create any more regeneration PRs. If all regen PRs are closed,
gapicgen will create a new set of regeneration PRs once per night.

If you have been assigned to review this PR, please:

- Ensure that CI is passing. If it's failing, it requires your manual attention.
- Approve and submit this PR if you believe it's ready to ship. That will prompt
genbot to assign reviewers to the google-cloud-go PR.

Corresponding google-cloud-go PR: googleapis/google-cloud-go#5407

Changes:

feat!(storage/internal): Change RewriteObjectRequest to specify bucket name, object name and KMS key outside of Object resource
  PiperOrigin-RevId: 424391425
  Source-Link: googleapis/googleapis@8479561

feat(recommender): Recommendation Priority / Insight Severity feat: Recommendation xor_group_id feat: Recommendation security projection
  Incorporate above new features, as well as update .bazel files.

  PiperOrigin-RevId: 424391246
  Source-Link: googleapis/googleapis@2060f89

chore: update v2.12.0 gapic-generator-typescript
  Committer: @summer-ji-eng
  PiperOrigin-RevId: 424244721
  Source-Link: googleapis/googleapis@4b6b01f

feat: add new fields to `DatabaseInstance` message in the cloud_sql_resources.proto and cleanup proto descriptions
  PiperOrigin-RevId: 424175097
  Source-Link: googleapis/googleapis@ce08228

fix(container): reverting unintentional breaking change: GetOpenIdConfigRequest, GetOpenIdConfigResponse
  PiperOrigin-RevId: 424115592
  Source-Link: googleapis/googleapis@853e8a2

chore: regenerate API index

  Source-Link: googleapis/googleapis@2e9849d

feat(recommender): Recommendation Priority / Insight Severity feat: Recommendation xor_group_id feat: Recommendation security projection feat: Configurable recommenders
  Incorporate above new features, as well as update .bazel files.

  PiperOrigin-RevId: 424106499
  Source-Link: googleapis/googleapis@a29dc81

chore: regenerate API index

  Source-Link: googleapis/googleapis@0c05a49

fix!(container): revert bad publishing
  This RPC is not supposed to be published at this moment because Java generator cannot support this path template.
  It will be re-published when the generator is fixed.

  PiperOrigin-RevId: 423936238
  Source-Link: googleapis/googleapis@b0a8651

feat(spanner/admin/database): add database dialect
  PiperOrigin-RevId: 423930262
  Source-Link: googleapis/googleapis@b0c104f

chore: regenerate API index

  Source-Link: googleapis/googleapis@c09a336

build(container): library of v1 container onboarded to SAM
  PiperOrigin-RevId: 423866705
  Source-Link: googleapis/googleapis@cb31351

chore: regenerate API index

  Source-Link: googleapis/googleapis@d12b615

build: library of v1beta1 container onboarded to SAM
  PiperOrigin-RevId: 423866693
  Source-Link: googleapis/googleapis@7b058a3

chore: upgrade gapic-generator-java, gax-java and gapic-generator-python
  PiperOrigin-RevId: 423842556
  Source-Link: googleapis/googleapis@a616ca0

chore(video/livestream): Prepare video/livestream v1 BUILD.bazel for release
  PiperOrigin-RevId: 423821123
  Source-Link: googleapis/googleapis@eb694b2

chore: regenerate API index

  Source-Link: googleapis/googleapis@545fe1c

feat(video/livestream): added LogConfig feature for users to define configurations of platform logs feat: added silver languages namespace annotations docs: updated comments with more examples
  PiperOrigin-RevId: 423383860
  Source-Link: googleapis/googleapis@12b3038

chore(bazel): update gapic-generator-php to v1.4.0
  Changes include:
  * manually fix field_behavior breaking changes
  * support google.api.routing header injection

  PiperOrigin-RevId: 423367804
  Source-Link: googleapis/googleapis@f4bd29f

chore: regenerate API index

  Source-Link: googleapis/googleapis@6084dc1

feat: added client side library for Dataplex V1 apis
  PiperOrigin-RevId: 423361537
  Source-Link: googleapis/googleapis@9d98ef4

chore: regenerate API index

  Source-Link: googleapis/googleapis@88303a2

feat!(bigquery/migration): Consolidate task details into service API and add orchestration result details BREAKING CHANGE: This change relocates some task proto definitions and updates message fields, necessitating updates to imports.
  PiperOrigin-RevId: 423360094
  Source-Link: googleapis/googleapis@c9a482e

chore: regenerate API index

  Source-Link: googleapis/googleapis@ada32e9

feat(dialogflow): added conversation process config, ImportDocument and SuggestSmartReplies API
  PiperOrigin-RevId: 423223164
  Source-Link: googleapis/googleapis@356f0c0

feat: Add bazel config for Ruby compute wrapper (googleapis#699)

  Source-Link: googleapis/googleapis@56da7b0

chore(ruby): Regenerated using Ruby gapic-generator 0.10.5
  PiperOrigin-RevId: 423177513
  Source-Link: googleapis/googleapis@d2c7ff7

feat: add explicit routing header annotations for bigtable/v2 feat: add `routing_proto` to the Bazel dependencies for bigtable/v2
  Committer: @viacheslav-rostovtsev
  PiperOrigin-RevId: 423158199
  Source-Link: googleapis/googleapis@d7ee523

feat: add `kubernetes_resource` field docs: update API annotation
  PiperOrigin-RevId: 423151400
  Source-Link: googleapis/googleapis@6f4ad75

chore(dialogflow/cx): fixed typos and reformatted files
  PiperOrigin-RevId: 423148154
  Source-Link: googleapis/googleapis@fb700a6

chore: regenerate API index

  Source-Link: googleapis/googleapis@c7d1948

feat(artifactregistry): add APIs for importing and uploading Apt and Yum artifacts feat: add version policy support for Maven repositories feat: add order_by support for listing versions fix!: mark a few resource name fields as required
  PiperOrigin-RevId: 423145765
  Source-Link: googleapis/googleapis@76ff1e5

chore(dialogflow/cx): fix typos and reformatted files
  PiperOrigin-RevId: 423128259
  Source-Link: googleapis/googleapis@86c3294

fix!: update the pattern for "file.googleapis.com/Snapshot" resource for the Filestore V1Beta1
  Committer: @viacheslav-rostovtsev
  PiperOrigin-RevId: 423118122
  Source-Link: googleapis/googleapis@56715c6

chore: reformatted files
  PiperOrigin-RevId: 423113545
  Source-Link: googleapis/googleapis@cfd7e42

feat(channel): Change description for enum default value
  PiperOrigin-RevId: 422930709
  Source-Link: googleapis/googleapis@9fe00a1

fix(managedidentities): add ancillary service bindings to service_yaml
  PiperOrigin-RevId: 422903615
  Source-Link: googleapis/googleapis@12c0a1f

fix: update labels and package names
  PiperOrigin-RevId: 422886674
  Source-Link: googleapis/googleapis@ab1bf9a

chore: Update C# Bazel rules for IAM to include all required protos
  PiperOrigin-RevId: 422868642
  Source-Link: googleapis/googleapis@a03b6fa

chore(debugger): Remove unnecessary (and breaking) dependencies in C# Cloud Debugger GAPIC generation
  PiperOrigin-RevId: 422868372
  Source-Link: googleapis/googleapis@fe4fb6f

chore: regenerate API index

  Source-Link: googleapis/googleapis@ea81e38

feat(bigquery/datatransfer): add owner email to TransferConfig message feat: allow customer to enroll a datasource programmatically docs: improvements to various message and field descriptions
  PiperOrigin-RevId: 422838555
  Source-Link: googleapis/googleapis@63be77c

chore(eventarc/publishing): Prepare eventarcpublishing v1 BUILD.bazel for release
  PiperOrigin-RevId: 422819387
  Source-Link: googleapis/googleapis@5499aca

docs(contactcenterinsights): Clarify comments of ConversationView enum
  PiperOrigin-RevId: 422809895
  Source-Link: googleapis/googleapis@13a3c9e

chore: regenerate API index

  Source-Link: googleapis/googleapis@107a322

feat: added delivery APIs
  PiperOrigin-RevId: 422655037
  Source-Link: googleapis/googleapis@12f2001

chore(deps): upgrade gapic-generator-java to 2.4.1
  PiperOrigin-RevId: 422607515
  Source-Link: googleapis/googleapis@ba2ffd6
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.