You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
chore(deps): bump google.golang.org/grpc from 1.82.1 to 1.83.1 in /modules/gcloud (#3883)
* chore(deps): bump google.golang.org/grpc in /modules/gcloud
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.82.1 to 1.83.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.82.1...v1.83.1)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.83.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix(gcloud): migrate pubsub tests to cloud.google.com/go/pubsub/v2
The grpc bump (1.82.1→1.83.1) pulls in a newer cloud.google.com/go/pubsub
that marks its v1 API as deprecated, causing staticcheck SA1019 failures.
Migrate pubsub_test.go and examples_test.go from the v1 client API to v2:
- Use client.TopicAdminClient.CreateTopic with full resource name
- Use client.SubscriptionAdminClient.CreateSubscription with full resource name
- Use client.Publisher / client.Subscriber instead of *Topic / *Subscription
- Update go.mod to use cloud.google.com/go/pubsub/v2 as a direct dependency
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* fix(gcloud): upgrade spanner emulator to 1.5.40
cloud.google.com/go/spanner v1.87.0 (pulled in by the grpc v1.83.1 bump)
enables multiplexed sessions by default. The old emulator v1.4.0 does not
support multiplexed sessions and closes the connection rather than returning
codes.Unimplemented, causing the session pool initialization to fail with a
Unavailable error.
Upgrade to emulator v1.5.40, which is the version used by the spanner
client library's own integration test suite and fully supports multiplexed
sessions.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* docs(gcloud): update spanner emulator version to 1.5.40
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
By default, the all the emulators use `gcr.io/google.com/cloudsdktool/cloud-sdk:emulators` as the default Docker image, except for the BigQuery emulator, which uses `ghcr.io/goccy/bigquery-emulator:0.6.1`, and Spanner, which uses `gcr.io/cloud-spanner-emulator/emulator:1.4.0`.
28
+
By default, the all the emulators use `gcr.io/google.com/cloudsdktool/cloud-sdk:emulators` as the default Docker image, except for the BigQuery emulator, which uses `ghcr.io/goccy/bigquery-emulator:0.6.1`, and Spanner, which uses `gcr.io/cloud-spanner-emulator/emulator:1.5.40`.
0 commit comments