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: update deps #115

Merged
merged 2 commits into from
Oct 18, 2024
Merged

chore: update deps #115

merged 2 commits into from
Oct 18, 2024

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Aug 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cloud.google.com/go v0.115.1 -> v0.116.0 age adoption passing confidence require minor
cloud.google.com/go/longrunning v0.6.0 -> v0.6.1 age adoption passing confidence require patch
cloud.google.com/go/spanner v1.67.0 -> v1.70.0 age adoption passing confidence require minor
github.com/googleapis/go-gorm-spanner v1.2.2 -> v1.3.0 age adoption passing confidence require minor
github.com/googleapis/go-sql-spanner v1.7.0 -> v1.7.4 age adoption passing confidence require patch
go (source) 1.22.3 -> 1.23.2 age adoption passing confidence toolchain minor
google.golang.org/api v0.194.0 -> v0.201.0 age adoption passing confidence require minor
google.golang.org/grpc v1.65.0 -> v1.67.1 age adoption passing confidence require minor
google.golang.org/grpc v1.64.0 -> v1.67.1 age adoption passing confidence require minor
google.golang.org/protobuf v1.34.2 -> v1.35.1 age adoption passing confidence require minor
gorm.io/datatypes v1.2.1 -> v1.2.4 age adoption passing confidence require patch
gorm.io/gorm v1.25.11 -> v1.25.12 age adoption passing confidence require patch

Release Notes

googleapis/google-cloud-go (cloud.google.com/go)

v0.116.0

Compare Source

Features
googleapis/go-gorm-spanner (github.com/googleapis/go-gorm-spanner)

v1.3.0

Compare Source

Features
googleapis/go-sql-spanner (github.com/googleapis/go-sql-spanner)

v1.7.4

Compare Source

Bug Fixes

v1.7.3

Compare Source

Bug Fixes

v1.7.2

Compare Source

Bug Fixes
  • Do not panic when nil is passed in as a query parameter to a pointer of type that implements driver.Valuer via a value receiver (#​296) (816847b)

v1.7.1

Compare Source

Bug Fixes
golang/go (go)

v1.23.2

v1.23.1

v1.23.0

v1.22.8

v1.22.7

v1.22.6

v1.22.5

v1.22.4

googleapis/google-api-go-client (google.golang.org/api)

v0.201.0

Compare Source

Features

v0.200.0

Compare Source

Features

v0.199.0

Compare Source

Features

v0.198.0

Compare Source

Features

v0.197.0

Compare Source

Features
Bug Fixes
  • transport: Set UniverseDomain in http.NewClient for new auth (#​2773) (140d0a5)

v0.196.0

Compare Source

Features

v0.195.0

Compare Source

Features
grpc/grpc-go (google.golang.org/grpc)

v1.67.1: Release 1.67.1

Compare Source

Bug Fixes

  • transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. (#​7667)
  • xds/server: Fix xDS Server memory leak. (#​7681)

v1.67.0: Release 1.67.0

Compare Source

Bug Fixes

  • ringhash: when used with multiple EDS priorities, fix bug that could prevent a higher priority from recovering from transient failure. (#​7364)

Behavior Changes

  • In accordance with RFC 7540, clients and servers will now reject TLS connections that don't support ALPN. This can be disabled by setting the environment variable GRPC_ENFORCE_ALPN_ENABLED to false (case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#​7535)

v1.66.3: Release 1.66.3

Compare Source

Bug Fixes

  • transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. (#​7667)
  • xds/server: Fix xDS Server memory leak. (#​7681)

v1.66.2: Release 1.66.2

Compare Source

Dependencies

  • Remove unintentional dependency on the testing package (#​7579)
  • Remove unintentional dependency on the flate package (#​7595)

Bug Fixes

  • client: fix a bug that prevented memory reuse after handling unary RPCs (#​7571)

v1.66.1

Compare Source

v1.66.0: Release 1.66.0

Compare Source

New Features

Bug Fixes

  • grpc: Clients now return status code INTERNAL instead of UNIMPLEMENTED when the server uses an unsupported compressor. This is consistent with the gRPC compression spec. (#​7461)
  • transport: Fix a bug which could result in writes busy looping when the underlying conn.Write returns errors (#​7394)
  • client: fix race that could lead to orphaned connections and associated resources. (#​7390)
  • xds: use locality from the connected address for load reporting with pick_first (#​7378)
    • without this fix, if a priority contains multiple localities with pick_first, load was reported for the wrong locality
  • client: prevent hanging during ClientConn.Close() when the network is unreachable (#​7540)

Performance Improvements

  • transport: double buffering is avoided when using an http connect proxy and the target server waits for client to send the first message. (#​7424)
  • codec: Implement a new Codec which uses buffer recycling for encoded message (#​7356)

v1.65.1: Release 1.65.1

Compare Source

Bug Fixes

protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.35.1

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.34.2...v1.35.1

Maintenance:

  • CL/606755: all: remove unused purego support
  • CL/608316: all: set Go language version to Go 1.21

User-visible changes:

  • CL/587536: protojson: include field name in error messages
  • CL/597055: compiler/protogen: always report editions support level of the plugin
  • CL/596539: all: plumb the lazy option into filedesc.Field and .Extension
  • CL/601775: types/known/structpb: add support for more types and json.Number
  • CL/607995: proto: extend documentation of GetExtension, SetExtension
  • CL/609035: proto: implement proto.Equal fast-path

Bug fixes:

  • CL/595337: reflect/protodesc: fix handling of delimited extensions in editions
  • CL/602055: internal/cmd/generate-protos: fix pkg check for editions features
  • CL/603015: internal: generate extension numbers, fix editions parsing

v1.35.0

Compare Source

go-gorm/datatypes (gorm.io/datatypes)

v1.2.4

Compare Source

v1.2.3

Compare Source

v1.2.2

Compare Source

go-gorm/gorm (gorm.io/gorm)

v1.25.12

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

forking-renovate bot commented Aug 26, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: benchmarks/go.sum
Command failed: go get -d -t ./...
go: downloading cloud.google.com/go/spanner v1.70.0
go: downloading cloud.google.com/go v0.116.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/googleapis/go-sql-spanner v1.7.4
go: downloading google.golang.org/genproto v0.0.0-20241015192408-796eee8c2d53
go: downloading google.golang.org/grpc v1.67.1
go: downloading gorm.io/datatypes v1.2.4
go: downloading gorm.io/gorm v1.25.12
go: downloading cloud.google.com/go/iam v1.2.1
go: downloading cloud.google.com/go/longrunning v0.6.1
go: downloading github.com/googleapis/gax-go/v2 v2.13.0
go: downloading google.golang.org/api v0.201.0
go: downloading google.golang.org/protobuf v1.35.1
go: downloading cloud.google.com/go/monitoring v1.21.1
go: downloading github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.0
go: downloading go.opencensus.io v0.24.0
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.29.0
go: downloading go.opentelemetry.io/otel v1.29.0
go: downloading go.opentelemetry.io/otel/metric v1.29.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.29.0
go: downloading go.opentelemetry.io/otel/sdk v1.29.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53
go: downloading gorm.io/driver/mysql v1.5.6
go: downloading github.com/jinzhu/now v1.1.5
go: downloading cloud.google.com/go/auth v0.9.8
go: downloading golang.org/x/oauth2 v0.23.0
go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.4
go: downloading cloud.google.com/go/compute/metadata v0.5.2
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0
go: downloading golang.org/x/time v0.7.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0
go: downloading golang.org/x/net v0.30.0
go: downloading go.opentelemetry.io/otel/trace v1.29.0
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1
go: downloading github.com/go-logr/logr v1.4.2
go: downloading github.com/jinzhu/inflection v1.0.0
go: downloading golang.org/x/text v0.19.0
go: downloading golang.org/x/sys v0.26.0
go: downloading github.com/go-sql-driver/mysql v1.8.1
go: downloading github.com/google/s2a-go v0.1.8
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.4
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/envoyproxy/go-control-plane v0.13.0
go: downloading filippo.io/edwards25519 v1.1.0
go: downloading github.com/cncf/xds/go v0.0.0-20240822171458-6449f94b4d59
go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/envoyproxy/protoc-gen-validate v1.1.0
go: downloading golang.org/x/sync v0.8.0
go: downloading cel.dev/expr v0.16.0
go: downloading github.com/census-instrumentation/opencensus-proto v0.4.1
go: downloading golang.org/x/crypto v0.28.0
github.com/googleapis/go-gorm-spanner/benchmarks tested by
	github.com/googleapis/go-gorm-spanner/benchmarks.test imports
	cloud.google.com/go/spanner imports
	go.opentelemetry.io/otel/attribute imports
	cmp: package cmp is not in GOROOT (/opt/containerbase/tools/golang/1.20.14/src/cmp)
note: imported by a module that requires go 1.21
github.com/googleapis/go-gorm-spanner/benchmarks tested by
	github.com/googleapis/go-gorm-spanner/benchmarks.test imports
	cloud.google.com/go/spanner imports
	go.opentelemetry.io/otel/attribute imports
	slices: package slices is not in GOROOT (/opt/containerbase/tools/golang/1.20.14/src/slices)
note: imported by a module that requires go 1.21
github.com/googleapis/go-gorm-spanner/benchmarks tested by
	github.com/googleapis/go-gorm-spanner/benchmarks.test imports
	cloud.google.com/go/spanner imports
	google.golang.org/grpc/balancer/rls imports
	google.golang.org/grpc/experimental/stats imports
	maps: package maps is not in GOROOT (/opt/containerbase/tools/golang/1.20.14/src/maps)
note: imported by a module that requires go 1.21

File name: go.sum
Command failed: go get -d -t ./...
go: errors parsing go.mod:
/tmp/renovate/repos/github/googleapis/go-gorm-spanner/go.mod:5: unknown directive: toolchain

File name: samples/go.sum
Command failed: go get -d -t ./...
go: downloading github.com/docker/docker v26.1.5+incompatible
go: downloading github.com/docker/go-connections v0.5.0
go: downloading github.com/stretchr/testify v1.9.0
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/moby/docker-image-spec v1.3.1
go: downloading github.com/distribution/reference v0.6.0
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/opencontainers/image-spec v1.1.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/Microsoft/go-winio v0.4.14
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.1
github.com/googleapis/go-gorm-spanner/samples/emulator imports
	cloud.google.com/go/spanner/admin/database/apiv1 imports
	google.golang.org/grpc imports
	slices: package slices is not in GOROOT (/opt/containerbase/tools/golang/1.20.14/src/slices)
note: imported by a module that requires go 1.21
github.com/googleapis/go-gorm-spanner/samples/sample_application imports
	cloud.google.com/go/spanner imports
	go.opentelemetry.io/otel/attribute imports
	cmp: package cmp is not in GOROOT (/opt/containerbase/tools/golang/1.20.14/src/cmp)
note: imported by a module that requires go 1.21
github.com/googleapis/go-gorm-spanner/samples/sample_application imports
	cloud.google.com/go/spanner imports
	google.golang.org/grpc/balancer/rls imports
	google.golang.org/grpc/experimental/stats imports
	maps: package maps is not in GOROOT (/opt/containerbase/tools/golang/1.20.14/src/maps)
note: imported by a module that requires go 1.21

@renovate-bot renovate-bot requested a review from a team as a code owner August 26, 2024 00:37
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 26, 2024
@renovate-bot renovate-bot force-pushed the renovate/deps branch 4 times, most recently from ff11366 to b6bdb0a Compare September 3, 2024 23:06
@renovate-bot renovate-bot force-pushed the renovate/deps branch 7 times, most recently from 4186407 to 98367e9 Compare September 11, 2024 22:52
@renovate-bot renovate-bot force-pushed the renovate/deps branch 3 times, most recently from 38bb6ab to 9e22015 Compare September 19, 2024 14:28
@renovate-bot renovate-bot force-pushed the renovate/deps branch 3 times, most recently from f3fde26 to be96bcb Compare September 26, 2024 01:02
@renovate-bot renovate-bot force-pushed the renovate/deps branch 2 times, most recently from 559f4a1 to bc3443a Compare October 1, 2024 06:07
@olavloite olavloite merged commit dd32133 into googleapis:main Oct 18, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kokoro:force-run Add this label to force Kokoro to re-run the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants