Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

chore: regenerate README #476

Merged
merged 1 commit into from
Dec 10, 2020
Merged

chore: regenerate README #476

merged 1 commit into from
Dec 10, 2020

Conversation

yoshi-automation
Copy link
Contributor

This PR was generated using Autosynth. 🌈

Log from Synthtool
2020-12-10 18:33:45,641 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-asset/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2020-12-10 18:33:46,552 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.

Full log will be available here:
https://source.cloud.google.com/results/invocations/51032bc5-133c-4597-b901-5403b64ce146/targets

  • To automatically regenerate this PR, check this box.

@yoshi-automation yoshi-automation requested a review from a team as a code owner December 10, 2020 18:33
@product-auto-label product-auto-label bot added the api: cloudasset Issues related to the googleapis/java-asset API. label Dec 10, 2020
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Dec 10, 2020
Copy link

@yoshi-approver yoshi-approver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rubber stamped PR!

@yoshi-approver yoshi-approver added the automerge Merge the pull request once unit tests and other checks pass. label Dec 10, 2020
@codecov
Copy link

codecov bot commented Dec 10, 2020

Codecov Report

Merging #476 (e7b4d95) into master (e896db8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #476   +/-   ##
=========================================
  Coverage     73.57%   73.57%           
  Complexity      275      275           
=========================================
  Files            36       36           
  Lines          2176     2176           
  Branches         11       11           
=========================================
  Hits           1601     1601           
  Misses          556      556           
  Partials         19       19           

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 e896db8...e7b4d95. Read the comment docs.

@gcf-merge-on-green gcf-merge-on-green bot merged commit b05dded into master Dec 10, 2020
@gcf-merge-on-green gcf-merge-on-green bot deleted the autosynth-readme branch December 10, 2020 18:40
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Dec 10, 2020
vam-google pushed a commit to vam-google/java-asset that referenced this pull request May 23, 2022
* chore: release 1.2.0 (googleapis#135)

googleapis@864fe34
commit 864fe34
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date:   Wed Apr 8 04:02:05 2020 +0000

    chore: release 1.2.0 (googleapis#135)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ## [1.2.0](https://www.github.com/googleapis/java-asset/compare/v1.1.0...v1.2.0) (2020-04-07)

    ### Features

    * **v1:** add org policy and access context manager protos to client libraries ([googleapis#130](https://www.github.com/googleapis/java-asset/issues/130)) ([cba4acc](https://www.github.com/googleapis/java-asset/commit/cba4acca5f48faebda05187285f33854bc8c96fa))

    ### Dependencies

    * update core dependencies ([googleapis#133](https://www.github.com/googleapis/java-asset/issues/133)) ([880d5eb](https://www.github.com/googleapis/java-asset/commit/880d5eb731f7f606f7af88386fc8f02ee53cb652))
    * update dependency com.google.api:api-common to v1.9.0 ([googleapis#128](https://www.github.com/googleapis/java-asset/issues/128)) ([e896fa9](https://www.github.com/googleapis/java-asset/commit/e896fa9b869e48f122401820cbd00db40f79a71e))
    * update dependency com.google.cloud:google-cloud-core to v1.93.3 ([googleapis#113](https://www.github.com/googleapis/java-asset/issues/113)) ([db775b5](https://www.github.com/googleapis/java-asset/commit/db775b5a0795314ef00cde8383be45d12a547438))
    * update dependency com.google.cloud:google-cloud-resourcemanager to v0.117.2-alpha ([googleapis#98](https://www.github.com/googleapis/java-asset/issues/98)) ([4c5cbd1](https://www.github.com/googleapis/java-asset/commit/4c5cbd12c9780dde0ea00f231e1adedfa6c192ef))
    * update dependency org.threeten:threetenbp to v1.4.3 ([googleapis#121](https://www.github.com/googleapis/java-asset/issues/121)) ([9bafdad](https://www.github.com/googleapis/java-asset/commit/9bafdade6410b42293d7cbcdf2128eabd01df7c7))
    * update gax to v1.55.0 ([googleapis#129](https://www.github.com/googleapis/java-asset/issues/129)) ([ebcdaa3](https://www.github.com/googleapis/java-asset/commit/ebcdaa31cd4aca581ac682c3912aaa06f1d3ef15))
    ---

    This PR was generated with [Release Please](https://github.com/googleapis/release-please).

* build(java): fix retry_with_backoff when -e option set (googleapis#475)

googleapis/synthtool@bd69a2a
commit bd69a2aa7b70875f3c988e269706b22fefbef40e
Author: Jeff Ching <chingor@google.com>
Date:   Wed Apr 8 14:01:08 2020 -0700

    build(java): fix retry_with_backoff when -e option set (googleapis#475)

* build(java): fix nightly integration test config to run integrations (googleapis#465)

googleapis/synthtool@c7e0e51
commit c7e0e517d7f46f77bebd27da2e5afcaa6eee7e25
Author: Jeff Ching <chingor@google.com>
Date:   Wed Apr 8 14:06:04 2020 -0700

    build(java): fix nightly integration test config to run integrations (googleapis#465)

    This was only running the units.

* chore(java): release-please only updates non maven versions in README (googleapis#476)

googleapis/synthtool@7f8e62a
commit 7f8e62aa3edd225f76347a16f92e400661fdfb52
Author: Jeff Ching <chingor@google.com>
Date:   Wed Apr 8 14:14:25 2020 -0700

    chore(java): release-please only updates non maven versions in README (googleapis#476)

    Prevent release-please and synthtool from fighting over the released library version. Synthtool updates the install snippets from the samples pom.xml files so the bots fight if they are temporarily out of sync after a release.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: cloudasset Issues related to the googleapis/java-asset API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants