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 cloud.google.com/go from 0.30.0 to 0.63.0 #324

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps cloud.google.com/go from 0.30.0 to 0.63.0.

Release notes

Sourced from cloud.google.com/go's releases.

v0.63.0

0.63.0 (2020-08-06)

Features

  • all: auto-regenerate gapics (#2682) (63bfd63)
  • analytics/admin: start generating apiv1alpha (#2670) (268199e)
  • functions/metadata: Special-case marshaling (#2669) (d8d7fc6)
  • gaming: start generate apiv1 (#2681) (1adfd0a)
  • internal/kokoro: add script to test compatibility with samples (#2637) (f2aa76a)

v0.62.0

Announcements

  • There was a breaking change to cloud.google.com/go/dataproc/apiv1 that was merged in this PR. This fixed a broken API response for DiagnoseCluster. When polling on the Long Running Operation(LRO), the API now returns (*dataprocpb.DiagnoseClusterResults, error) whereas it only returned an error before.

Changes

  • all:
    • Updated all direct dependencies.
    • Updated contributing guidelines to suggest allowing edits from maintainers.
  • billing/budgets:
    • Start generating client for apiv1beta1.
  • functions:
    • Start generating client for apiv1.
  • notebooks:
    • Start generating client apiv1beta1.
  • profiler:
    • update proftest to support parsing floating-point backoff durations.
    • Fix the regexp used to parse backoff duration.
  • Various updates to autogenerated clients.

v0.61.0

Changes

  • all:
    • Update all direct dependencies.
  • dashboard:
    • Start generating client for apiv1.
  • policytroubleshooter:
    • Start generating client for apiv1.
  • profiler:
    • Disable OpenCensus Telemetry for requests made by the profiler package by default. You can re-enable it using profiler.Config.EnableOCTelemetry.
  • Various updates to autogenerated clients.

v0.60.0

Changelog

Sourced from cloud.google.com/go's changelog.

0.63.0 (2020-08-05)

Features

  • all: auto-regenerate gapics (#2682) (63bfd63)
  • analytics/admin: start generating apiv1alpha (#2670) (268199e)
  • functions/metadata: Special-case marshaling (#2669) (d8d7fc6)
  • gaming: start generate apiv1 (#2681) (1adfd0a)
  • internal/kokoro: add script to test compatibility with samples (#2637) (f2aa76a)

v0.62.0

Announcements

  • There was a breaking change to cloud.google.com/go/dataproc/apiv1 that was merged in this PR. This fixed a broken API response for DiagnoseCluster. When polling on the Long Running Operation(LRO), the API now returns (*dataprocpb.DiagnoseClusterResults, error) whereas it only returned an error before.

Changes

  • all:
    • Updated all direct dependencies.
    • Updated contributing guidelines to suggest allowing edits from maintainers.
  • billing/budgets:
    • Start generating client for apiv1beta1.
  • functions:
    • Start generating client for apiv1.
  • notebooks:
    • Start generating client apiv1beta1.
  • profiler:
    • update proftest to support parsing floating-point backoff durations.
    • Fix the regexp used to parse backoff duration.
  • Various updates to autogenerated clients.

v0.61.0

Changes

  • all:
    • Update all direct dependencies.
  • dashboard:
    • Start generating client for apiv1.
  • policytroubleshooter:
    • Start generating client for apiv1.
  • profiler:
    • Disable OpenCensus Telemetry for requests made by the profiler package by default. You can re-enable it using profiler.Config.EnableOCTelemetry.
Commits
  • d94d3c2 chore(all): release v0.63.0
  • f6975ed feat(all): auto-regenerate gapics (#2695)
  • 450ba0d chore(internal/gapicgen): remove gerrit ref (#2690)
  • 4e1b4aa chore(profiler): increase timeout for profiler backoff test to 1 hour (#2693)
  • b75dd9c chore(profiler): fix Kokoro configurations (#2692)
  • bae82af chore(profiler): add Kokoro configuration for profiler's long-running backoff...
  • fcd1329 test(storage): unskip UpdateRetentionPolicy test (#2687)
  • f2aa76a feat(internal/kokoro): add script to test compatibility with samples (#2637)
  • d16a26e chore(internal/gapicgen): generate profiler metadata (#2684)
  • b99d498 chore(profiler): replace references to "Stackdriver Profiler" with "Cloud Pro...
  • Additional commits viewable in compare view

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview
Copy link
Author

Superseded by #326.

@dependabot-preview dependabot-preview bot deleted the dependabot/dep/cloud.google.com/go-0.63.0 branch August 19, 2020 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants