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

chore(deps): bump the go-dependencies group across 1 directory with 7 updates #551

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps the go-dependencies group with 2 updates in the / directory: cloud.google.com/go and go.einride.tech/aip.

Updates cloud.google.com/go from 0.116.0 to 0.118.1

Release notes

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

v0.118.1

0.118.1 (2025-01-30)

Bug Fixes

  • main: Remove OpenCensus dependency (6243d91)

v0.118.0

0.118.0 (2025-01-02)

Features

  • civil: Add AddMonths, AddYears and Weekday methods to Date (#11340) (d45f1a0)
Changelog

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

0.118.1 (2025-01-30)

Bug Fixes

  • main: Remove OpenCensus dependency (6243d91)

0.118.0 (2025-01-02)

Features

  • civil: Add AddMonths, AddYears and Weekday methods to Date (#11340) (d45f1a0)

0.117.0 (2024-12-16)

Features

Commits

Updates cloud.google.com/go/spanner from 1.70.0 to 1.73.0

Release notes

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

aiplatform: v1.71.0

1.71.0 (2025-01-30)

Features

  • aiplatform: Add Context Cache to v1 (973e3d2)
  • aiplatform: Add machine_spec, data_persistent_disk_spec, network_spec, euc_config, shielded_vm_config to .google.cloud.aiplatform.v1beta1.NotebookRuntime (a694e11)
  • aiplatform: Add machine_spec, data_persistent_disk_spec, network_spec, euc_config, shielded_vm_config to message .google.cloud.aiplatform.v1.NotebookRuntime (a694e11)
  • aiplatform: Add optimized config in v1 API (de5ca9d)
  • aiplatform: Add per-modality token count break downs for GenAI APIs (90edd74)
  • aiplatform: Add per-modality token count break downs for GenAI APIs (90edd74)
  • aiplatform: Add retrieval_config to ToolConfig v1 (973e3d2)
  • aiplatform: Add retrieval_config to ToolConfig v1beta1 (973e3d2)
  • aiplatform: Add speculative decoding spec to DeployedModel proto (#11469) (a694e11)
  • aiplatform: Enable FeatureView Service Account in v1 API version (90edd74)
  • aiplatform: Enable UpdateFeatureMonitor in v1beta1 API version (90edd74)
  • aiplatform: Expose code execution tool API to v1 (90edd74)
  • aiplatform: Model Registry Checkpoint API (de5ca9d)
  • aiplatform: Model Registry Checkpoint API (de5ca9d)
  • aiplatform: Reasoning Engine v1 GAPIC release (#11456) (aa54375)
  • aiplatform: Remove autorater config related visibility v1beta1 (90edd74)

Documentation

  • aiplatform: Deprecate is_default in message .google.cloud.aiplatform.v1.NotebookRuntimeTemplate (a694e11)
  • aiplatform: Deprecate is_default in message .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate (a694e11)
  • aiplatform: Deprecate service_account in message .google.cloud.aiplatform.v1.NotebookRuntime (a694e11)
  • aiplatform: Deprecate service_account in message .google.cloud.aiplatform.v1.NotebookRuntimeTemplate (a694e11)
  • aiplatform: Deprecate service_account in message .google.cloud.aiplatform.v1beta1.NotebookRuntime (a694e11)
  • aiplatform: Deprecate service_account in message .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate (a694e11)
  • aiplatform: Update comments for NumericFilter and Operator (de5ca9d)
Commits
  • f06a55a chore(main): release spanner 1.73.0 (#11116)
  • 8ee5d05 fix(spanner): add safecheck to avoid deadlock when creating multiplex session...
  • 4250788 fix(spanner): allow non default service account only when direct path is enab...
  • f329c4c feat(aiplatform): add a nfs_mounts to RaySpec in PersistentResource API (#1...
  • 8e8fb5d test(storage): skip direct connectivity test (#11129)
  • 60c2323 feat(storage): introduce dp detector based on grpc metrics (#11100)
  • c2bcbf2 chore: move ai libs back to main release train (#11125)
  • b6b12e3 chore(main): release ai 0.9.0 (#10655)
  • d5d5320 chore(main): release aiplatform 1.69.0 (#10401)
  • 08cf305 chore(pubsub): switch to using errors.Is (#11114)
  • Additional commits viewable in compare view

Updates go.einride.tech/aip from 0.68.0 to 0.68.1

Release notes

Sourced from go.einride.tech/aip's releases.

v0.68.1

0.68.1 (2024-12-16)

Bug Fixes

  • genaip: invalid code generation for top-level singletons (5faeef8c)

Documentation

  • add separate section on codegen from proto (94d68689)
  • be more clear about library usage (8609a18a)
  • remove link to AIP docs, mentioned on the line above (39347ca7)
  • security: add Security Policy (cb606284)

Chores

  • deps: bump google.golang.org/grpc in the all group (8b795dd2)
  • deps: bump go.einride.tech/sage from 0.306.0 to 0.314.0 in /.sage (e99a3e3e)
  • deps: bump google.golang.org/grpc in the all group (cf3d20c2)
  • sage: bump to v0.306.0 (5da98401)
  • deps: bump go.einride.tech/sage from 0.291.0 to 0.293.0 in /.sage (6090222a)

CI

  • migrate to Sage-based semantic release (5a3f009e)
Commits
  • 5faeef8 fix(genaip): invalid code generation for top-level singletons
  • 94d6868 docs: add separate section on codegen from proto
  • 8609a18 docs: be more clear about library usage
  • 39347ca docs: remove link to AIP docs, mentioned on the line above
  • 8b795dd chore(deps): bump google.golang.org/grpc in the all group
  • e99a3e3 chore(deps): bump go.einride.tech/sage from 0.306.0 to 0.314.0 in /.sage
  • cb60628 docs(security): add Security Policy
  • cf3d20c chore(deps): bump google.golang.org/grpc in the all group
  • 5da9840 chore(sage): bump to v0.306.0
  • 6090222 chore(deps): bump go.einride.tech/sage from 0.291.0 to 0.293.0 in /.sage
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.197.0 to 0.218.0

Release notes

Sourced from google.golang.org/api's releases.

v0.218.0

0.218.0 (2025-01-22)

Features

Bug Fixes

  • internal/gensupport: Close resp body only on discarding resp (resumableupload) (#2966) (840d496)

v0.217.0

0.217.0 (2025-01-15)

Features

v0.216.0

0.216.0 (2025-01-09)

Features

v0.215.0

0.215.0 (2025-01-01)

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.218.0 (2025-01-22)

Features

Bug Fixes

  • internal/gensupport: Close resp body only on discarding resp (resumableupload) (#2966) (840d496)

0.217.0 (2025-01-15)

Features

0.216.0 (2025-01-09)

Features

0.215.0 (2025-01-01)

Features

... (truncated)

Commits
  • c7c83f0 chore(main): release 0.218.0 (#2965)
  • 840d496 fix(internal/gensupport): close resp body only on discarding resp (resumableu...
  • b0536b1 chore(all): update all (#2971)
  • 0d0bcdf feat(all): auto-regenerate discovery clients (#2974)
  • e143e5c feat(all): auto-regenerate discovery clients (#2973)
  • 0f4ee9d feat(all): auto-regenerate discovery clients (#2972)
  • 607d371 feat(all): auto-regenerate discovery clients (#2970)
  • a8aed4d feat(all): auto-regenerate discovery clients (#2969)
  • a978c49 feat(all): auto-regenerate discovery clients (#2967)
  • 9e749c4 feat: add error helper that does not read the response body (#2964)
  • Additional commits viewable in compare view

Updates google.golang.org/genproto/googleapis/api from 0.0.0-20241021214115-324edc3d5d38 to 0.0.0-20250124145028-65684f501c47

Commits

Updates google.golang.org/grpc from 1.67.1 to 1.70.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.70.0

Behavior Changes

  • client: reject service configs containing an invalid retryPolicy in accordance with gRFCs A21 and A6. (#7905)
    • Note that this is a potential breaking change for some users using an invalid configuration, but continuing to allow this behavior would violate our cross-language compatibility requirements.

New Features

  • xdsclient: fallback to a secondary management server (if specified in the bootstrap configuration) when the primary is down is enabled by default. Can be disabled by setting the environment variable GRPC_EXPERIMENTAL_XDS_FALLBACK to false. (#7949)
  • experimental/credentials: experimental transport credentials are added which don't enforce ALPN. (#7980)
    • These credentials will be removed in an upcoming grpc-go release. Users must not rely on these credentials directly. Instead, they should either vendor a specific version of gRPC or copy the relevant credentials into their own codebase if absolutely necessary.

Bug Fixes

  • xds: fix a possible deadlock that happens when both the client application and the xDS management server (responsible for configuring the client) are using the xds:/// scheme in their target URIs. (#8011)

Performance

  • server: for unary requests, free raw request message data as soon as parsing is finished instead of waiting until the method handler returns. (#7998)

Documentation

  • examples/features/gracefulstop: add example to demonstrate server graceful stop. (#7865)

Release 1.69.4

Bug Fixes

  • rbac: fix support for :path header matchers, which would previously never successfully match (#7965).

Documentation

  • examples/features/csm_observability: update example client and server to use the helloworld service instead of echo service (#7945).

Release 1.69.3 was accidentally tagged on the master branch and will be deleted. Please update to 1.69.4 instead.

Release 1.69.2

Bug Fixes

  • stats/experimental: add type aliases for symbols (Metrics/etc) that were moved to the stats package (#7929).
  • client: set user-agent string to the correct version.

Release 1.69.0

Known Issues

  • The recently added grpc.NewClient function is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. A fix is expected to be a part of grpc-go v1.70. (#7556)

New Features

  • stats/opentelemetry: Introduce new APIs to enable OpenTelemetry instrumentation for metrics on servers and clients (#7874)
  • xdsclient: add support to fallback to lower priority servers when higher priority ones are down (#7701)
  • dns: Add support for link local IPv6 addresses (#7889)
  • The new experimental pickfirst LB policy (disabled by default) supports Happy Eyeballs, interleaving IPv4 and IPv6 address as described in RFC-8305 section 4, to attempt connections to multiple backends concurrently. The experimental pickfirst policy can be enabled by setting the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST to true. (#7725, #7742)

... (truncated)

Commits
  • 98a0092 Change version to 1.70.0 (#7984)
  • bf380de Cherrypick #7998, #8011, #8010 into 1.70.x (#8028)
  • 54b3eb9 experimental/credentials: Add credentials that don't enforce ALPN (#7980) (#8...
  • 62b9185 clustetresolver: Copy endpoints.Addresses slice from DNS updates to avoid dat...
  • 724f450 examples/features/csm_observability: use helloworld client and server instead...
  • e8d5feb rbac: add method name to :path in headers (#7965)
  • e912015 cleanup: Fix usages of non-constant format strings (#7959)
  • 681334a cleanup: replace dial with newclient (#7943)
  • 063d352 internal/resolver: introduce a new resolver to handle target URI and proxy ad...
  • 10c7e13 outlierdetection: Support health listener for ejection updates (#7908)
  • Additional commits viewable in compare view

Updates google.golang.org/protobuf from 1.35.1 to 1.36.4

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… updates

Bumps the go-dependencies group with 2 updates in the / directory: [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) and [go.einride.tech/aip](https://github.com/einride/aip-go).


Updates `cloud.google.com/go` from 0.116.0 to 0.118.1
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@v0.116.0...v0.118.1)

Updates `cloud.google.com/go/spanner` from 1.70.0 to 1.73.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.70.0...spanner/v1.73.0)

Updates `go.einride.tech/aip` from 0.68.0 to 0.68.1
- [Release notes](https://github.com/einride/aip-go/releases)
- [Commits](einride/aip-go@v0.68.0...v0.68.1)

Updates `google.golang.org/api` from 0.197.0 to 0.218.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.197.0...v0.218.0)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20241021214115-324edc3d5d38 to 0.0.0-20250124145028-65684f501c47
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.67.1 to 1.70.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.67.1...v1.70.0)

Updates `google.golang.org/protobuf` from 1.35.1 to 1.36.4

---
updated-dependencies:
- dependency-name: cloud.google.com/go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: cloud.google.com/go/spanner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.einride.tech/aip
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 1, 2025
@dependabot dependabot bot requested review from odsod, thall and a team as code owners February 1, 2025 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants