This repository was archived by the owner on Aug 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Update module cloud.google.com/go/compute/metadata to v0.8.0 #150
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/cloud.google.com-go-compute-metadata-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ℹ Artifact update noticeFile name: function/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
d9d8726
to
9e95a2e
Compare
9e95a2e
to
525ea3c
Compare
525ea3c
to
99ee6e3
Compare
99ee6e3
to
124c0a3
Compare
9f3cfb3
to
124c0a3
Compare
124c0a3
to
f498bbd
Compare
f498bbd
to
8af0fb9
Compare
8af0fb9
to
8291844
Compare
af63a6b
to
8291844
Compare
8dd7cda
to
8291844
Compare
6388db5
to
5b894cb
Compare
5b894cb
to
6db3ca5
Compare
6db3ca5
to
7b31536
Compare
7b31536
to
0fdc006
Compare
0fdc006
to
c58c39a
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.4.0
->v0.8.0
Release Notes
googleapis/google-cloud-go (cloud.google.com/go/compute/metadata)
v0.8.0
Compare Source
v0.7.0
Compare Source
the
blog
post.
Note that although the Spanner service is beta, the Go client library is alpha.
v0.6.0
Beta release of BigQuery, DataStore, Logging and Storage. See the
blog post.
bigquery:
struct support. Read a row directly into a struct with
RowIterator.Next
, and upload a row directly from a struct withUploader.Put
.You can also use field tags. See the [package documentation][cloud-bigquery-ref]
for details.
The
ValueList
type was removed. It is no longer necessary. Instead ofuse
Previously, repeatedly calling
RowIterator.Next
on the same[]Value
orValueList
would append to the slice. Now each call resets the size to zero first.Schema inference will infer the SQL type BYTES for a struct field of
type []byte. Previously it inferred STRING.
The types
uint
,uint64
anduintptr
are no longer supported in schemainference. BigQuery's integer type is INT64, and those types may hold values
that are not correctly represented in a 64-bit signed integer.
v0.5.0
Compare Source
the
Date
,Time
andDateTime
types in the newcloud.google.com/go/civil
package.
will avoid errors arising from large values on 32-bit systems.
flattened list of the embedded struct's fields. This means that you may now have twice-nested slices, eg.
more details.
explicitly. Also, key functions have been changed and renamed.
NewIncompleteKey
has been removed, replaced byIncompleteKey
. ReplaceNewKey
has been removed, replaced byNameKey
andIDKey
. ReplaceDone
variable has been removed. Replacedatastore.Done
withiterator.Done
, from the packagegoogle.golang.org/api/iterator
.Client.Close
method will have a return type of error. It will return the result of closing the underlying gRPC connection.more details.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.