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

build(go): bump the dependencies group across 1 directory with 3 updates #227

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps the dependencies group with 2 updates in the /integrationtest directory: cloud.google.com/go/spanner and github.com/googleapis/go-sql-spanner.

Updates cloud.google.com/go/spanner from 1.61.0 to 1.64.0

Commits
  • b425993 chore(main): release spanner 1.64.0 (#10275)
  • 6a9c12a feat(aiplatform): add UpdateDeploymentResourcePool method to DeploymentResour...
  • c6dfdcf fix(auth): Update http and grpc transports to support token exchange over mTL...
  • a1e198a fix(spanner): fix negative values for max_in_use_sessions metrics (#10449)
  • fc4c910 fix(logging): Skip automatic resource detection if a CommonResource (#10441)
  • eec7a3b feat(dataplex): expose data scan execution create time to customers (#10438)
  • 6a46dca docs(compute/metadata): update OnGCE description (#10408)
  • 64bdcb1 feat(spanner): add LockHint feature (#10382)
  • b53c5fb chore: release main (#10406)
  • b3a2cd2 chore(main): release pubsub 1.40.0 (#10407)
  • Additional commits viewable in compare view

Updates github.com/googleapis/go-sql-spanner from 1.3.1 to 1.6.0

Release notes

Sourced from github.com/googleapis/go-sql-spanner's releases.

v1.6.0

1.6.0 (2024-07-14)

Features

v1.5.0

1.5.0 (2024-07-01)

Features

Bug Fixes

  • []*int and []*uint (#267) (d24b55a)
  • examples: Make compilable and add a test runner for the samples (#256) (b9c0b4d)
  • Prevent potential panic in RemoveStatementHint (#253) (7d7155b), refs #251

v1.4.0

1.4.0 (2024-05-30)

Features

  • Add exclude_txn_from_change_streams variable (#236) (ad95d85)

Bug Fixes

  • deps: Update google.golang.org/genproto/googleapis/rpc digest to 5315273 (#239) (a39bb8f)
  • deps: Update module cloud.google.com/go to v0.113.0 (#232) (c2dd030)
  • deps: Update module cloud.google.com/go/longrunning to v0.5.7 (#228) (cf3cafc)
  • deps: Update module github.com/googleapis/go-sql-spanner to v1.3.1 (#226) (6ffc02d)
  • deps: Update module google.golang.org/api to v0.180.0 (#227) (926f621)
  • deps: Update module google.golang.org/genproto to v0.0.0-20240509183442-62759503f434 (#229) (42744bc)
  • deps: Update module google.golang.org/genproto/googleapis/rpc to v0.0.0-20240509183442-62759503f434 (#230) (778aa45)
  • deps: Update module google.golang.org/protobuf to v1.34.1 (#233) (72c5b71)
  • Support reusing named parameters (#240) (c7140a2)
Changelog

Sourced from github.com/googleapis/go-sql-spanner's changelog.

1.6.0 (2024-07-14)

Features

1.5.0 (2024-07-01)

Features

Bug Fixes

  • []*int and []*uint (#267) (d24b55a)
  • examples: Make compilable and add a test runner for the samples (#256) (b9c0b4d)
  • Prevent potential panic in RemoveStatementHint (#253) (7d7155b), refs #251

1.4.0 (2024-05-30)

Features

  • Add exclude_txn_from_change_streams variable (#236) (ad95d85)

Bug Fixes

  • deps: Update google.golang.org/genproto/googleapis/rpc digest to 5315273 (#239) (a39bb8f)
  • deps: Update module cloud.google.com/go to v0.113.0 (#232) (c2dd030)
  • deps: Update module cloud.google.com/go/longrunning to v0.5.7 (#228) (cf3cafc)
  • deps: Update module github.com/googleapis/go-sql-spanner to v1.3.1 (#226) (6ffc02d)
  • deps: Update module google.golang.org/api to v0.180.0 (#227) (926f621)
  • deps: Update module google.golang.org/genproto to v0.0.0-20240509183442-62759503f434 (#229) (42744bc)
  • deps: Update module google.golang.org/genproto/googleapis/rpc to v0.0.0-20240509183442-62759503f434 (#230) (778aa45)
  • deps: Update module google.golang.org/protobuf to v1.34.1 (#233) (72c5b71)
  • Support reusing named parameters (#240) (c7140a2)
Commits

Updates google.golang.org/grpc from 1.63.2 to 1.64.1

Release notes

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

Release 1.64.1

Dependencies

  • Update x/net/http2 to address CVE-2023-45288 (#7352)
  • metadata: remove String method from MD to make printing consistent (#7374)

Release 1.64.0

API Changes

  • stats: Deprecate InPayload.Data and OutPayload.Data; they were experimental and will be deleted in the next release (#7121)

Behavior Changes

  • codec: Remove handling of environment variable GRPC_GO_ADVERTISE_COMPRESSORS to suppress setting supported compressors in grpc-accept-encoding header. Compressors will always be advertised, as they have been by default for some time (#7203)

New Features

  • resolver/dns: Add SetMinResolutionInterval to set the minimum interval at which DNS re-resolutions may occur (#6962)
  • peer/peer: Implement the fmt.Stringer interface for pretty printing Peer, and
  • metadata/metadata: Implement the fmt.Stringer interface for pretty printing MD (#7137)

Performance Improvements

  • client: Improve RPC performance by reducing work while holding a lock (#7132)

Bug Fixes

  • transport/server: Display the proper timeout value when keepalive pings are not ack'd in time (#7038)
  • channelz: Fix bug that was causing the subchannel's target to be unset (#7189)
  • stats: Fix bug where peer was not set in context when calling stats handler for OutPayload, InPayload, and End (#7096)

Dependencies

  • deps: Remove dependency on deprecated github.com/golang/protobuf module (#7122)

Documentation

  • grpc: Deprecate WithBlock, WithReturnConnectionError, FailOnNonTempDialError which are ignored by NewClient (#7097)
  • grpc: Deprecate Dial and DialContext. These will continue to be supported throughout 1.x, but are deprecated to direct users to NewClient (See #7090 for more information)
  • examples: Add custom lb example (#6691)

Release 1.63.3

Dependencies

... (truncated)

Commits
  • 4d833de Change version to 1.64.1 (#7381)
  • e9193a4 *: update deps (#7375)
  • ab29241 metadata: remove String method (#7374)
  • 355b9a5 Change version to 1.64.1-dev (#7219)
  • fa274d7 Change version to 1.64.0 (#7218)
  • 6b413c8 xds: Surround two Infof calls that use pretty.ToJSON with V(2) checks (...
  • 2dbbcef resolver/dns: Add docstring to SetMinResolutionInterval (#7217)
  • 070d9c7 codes: replace %q to %d in error string when invalid code is an integer (#7188)
  • 5d24ee2 xds: store server config for LRS server in xdsresource.ClusterUpdate (#7191)
  • c76f686 advancedTLS: Rename get root certs related pieces (#7207)
  • 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 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

@dependabot dependabot bot requested a review from a team as a code owner July 22, 2024 02:23
@dependabot dependabot bot added build Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 22, 2024
@dependabot dependabot bot requested a review from ginokent July 22, 2024 02:23
Bumps the dependencies group with 2 updates in the /integrationtest directory: [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) and [github.com/googleapis/go-sql-spanner](https://github.com/googleapis/go-sql-spanner).


Updates `cloud.google.com/go/spanner` from 1.61.0 to 1.64.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.61.0...spanner/v1.64.0)

Updates `github.com/googleapis/go-sql-spanner` from 1.3.1 to 1.6.0
- [Release notes](https://github.com/googleapis/go-sql-spanner/releases)
- [Changelog](https://github.com/googleapis/go-sql-spanner/blob/main/CHANGES.md)
- [Commits](googleapis/go-sql-spanner@v1.3.1...v1.6.0)

Updates `google.golang.org/grpc` from 1.63.2 to 1.64.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.63.2...v1.64.1)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/spanner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/googleapis/go-sql-spanner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/integrationtest/dependencies-4318307252 branch from ad6e975 to 4be176a Compare July 23, 2024 15:37
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 23, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 23, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/integrationtest/dependencies-4318307252 branch July 23, 2024 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) 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.

1 participant