Update module cloud.google.com/go/compute/metadata to v0.3.0 #148
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/cloud.google.com-go-compute-metadata-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.2.3
->v0.3.0
Release Notes
googleapis/google-cloud-go (cloud.google.com/go/compute/metadata)
v0.3.0
storage:
AdminClient replaced by methods on Client.
Replace
with
BucketHandle.List replaced by BucketHandle.Objects.
Replace
with
(The
iterator
package is atgoogle.golang.org/api/iterator
.)Replace
Query.Cursor
withObjectIterator.PageInfo().Token
.Replace
Query.MaxResults
withObjectIterator.PageInfo().MaxSize
.ObjectHandle.CopyTo replaced by ObjectHandle.CopierFrom.
Replace
with
Replace
with
ObjectHandle.ComposeFrom replaced by ObjectHandle.ComposerFrom.
Replace
with
ObjectHandle.Update's ObjectAttrs argument replaced by ObjectAttrsToUpdate.
Replace
with
ObjectHandle.WithConditions replaced by ObjectHandle.If.
Replace
with
Replace
with
storage.Done
replaced byiterator.Done
(from packagegoogle.golang.org/api/iterator
).Package preview/logging deleted. Use logging instead.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Renovate Bot.