chore: bump cloud.google.com/go/compute/metadata from 0.2.3 to 0.7.0
Type: Pull Request
State: Closed
Association: Contributor
Comments: 0
(5 months ago)
(5 months ago)
(5 months ago)
stale dependencies go
Bumps cloud.google.com/go/compute/metadata from 0.2.3 to 0.7.0.
Release notes
Sourced from cloud.google.com/go/compute/metadata's releases.
compute/metadata: v0.7.0
0.7.0 (2025-05-13)
Features
managedkafka: v0.5.2
0.5.2 (2025-04-30)
Documentation
oracledatabase: v0.5.0
0.5.0 (2025-04-30)
Features
visionai: v0.4.5
0.4.5 (2025-04-15)
Bug Fixes
- visionai: Update google.golang.org/api to 0.229.0 (3319672)
memorystore: v0.3.0
0.3.0 (2025-05-06)
Features
- memorystore: A new field
async_instance_endpoints_deletion_enabledis added to message.google.cloud.memorystore.v1.Instance(2f22244)- memorystore: A new field
automated_backup_configis added to message.google.cloud.memorystore.v1.Instance(2f22244)- memorystore: A new field
backup_collectionis added to message.google.cloud.memorystore.v1.Instance(2f22244)- memorystore: A new field
cross_instance_replication_configis added to message.google.cloud.memorystore.v1.Instance(2f22244)- memorystore: A new field
gcs_sourceis added to message.google.cloud.memorystore.v1.Instance(2f22244)- memorystore: A new field
maintenance_policyis added to message.google.cloud.memorystore.v1.Instance(2f22244)- memorystore: A new field
maintenance_scheduleis added to message.google.cloud.memorystore.v1.Instance(2f22244)- memorystore: A new field
managed_backup_sourceis added to message.google.cloud.memorystore.v1.Instance(2f22244)- memorystore: A new field
ondemand_maintenanceis added to message.google.cloud.memorystore.v1.Instance(2f22244)- memorystore: A new field
portis added to message.google.cloud.memorystore.v1.PscConnection(2f22244)- memorystore: A new field
psc_attachment_detailsis added to message.google.cloud.memorystore.v1.Instance(2f22244)- memorystore: A new field
target_engine_versionis added to message.google.cloud.memorystore.v1.Instance(2f22244)
... (truncated)
Changelog
Sourced from cloud.google.com/go/compute/metadata's changelog.
v0.7.0
- Release of a client library for Spanner. See 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
ValueListtype was removed. It is no longer necessary. Instead ofvar v ValueList ... it.Next(&v) ..use
var v []Value ... it.Next(&v) ...
Previously, repeatedly calling
RowIterator.Nexton the same[]ValueorValueListwould 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,uint64anduintptrare no longer supported in schema inference. 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
- bigquery:
- The SQL types DATE, TIME and DATETIME are now supported. They correspond to the
Date,TimeandDateTimetypes in the newcloud.google.com/go/civilpackage.- Support for query parameters.
- Support deleting a dataset.
- Values from INTEGER columns will now be returned as int64, not int. This
... (truncated)
Commits
2e6a95epubsub: fix flaky streaming retry test581b839pubsub: check early if streaming iterator is already drainedcc13a9bspanner: fix time.Time comparisons for upcoming Go1.9 monotonic times1ba9ec4spanner: remove most logging from tests11737a0spanner: skip some tests in short mode7bcba8adatastore: DRY up loading entity codedf9740fregenerate toolkit client960c768trace: export tracing scopes8b0ab47logadmin: retry on CreateMetric and UpdateMetric2066696trace: clarify how gRPC options work- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
2
+10
-13
Package Dependencies
cloud.google.com/go/compute/metadata
go
0.2.3 → 0.7.0
Minor
Technical Details
| ID: | 764201 |
| UUID: | 2528466379 |
| Node ID: | PR_kwDOLmBl1M6WtVXL |
| Host: | GitHub |
| Repository: | Txim0520/https-github.com-coder-coder |
| Mergeable: | Yes |
| Merge State: | Unstable |