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

Bump the gomod-minor-updates group with 8 updates #1023

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2024

Bumps the gomod-minor-updates group with 8 updates:

Package From To
cloud.google.com/go/pubsub 1.33.0 1.36.2
go.uber.org/zap 1.26.0 1.27.0
gocloud.dev 0.34.0 0.36.0
gocloud.dev/pubsub/kafkapubsub 0.34.0 0.36.0
golang.org/x/crypto 0.17.0 0.19.0
google.golang.org/api 0.152.0 0.166.0
google.golang.org/grpc 1.59.0 1.61.1
google.golang.org/protobuf 1.31.0 1.32.0

Updates cloud.google.com/go/pubsub from 1.33.0 to 1.36.2

Release notes

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

pubsub: v1.36.2

1.36.2 (2024-02-28)

Bug Fixes

  • pubsub: Fix out of order issue when exactly once is enabled (#9472) (e89fd6c)

Documentation

  • pubsub: Small fix in Pub/Sub ingestion comments (a86aa8e)

pubsub: v1.36.1

1.36.1 (2024-01-30)

Bug Fixes

  • pubsub: Enable universe domain resolution options (fd1d569)
Commits
  • bcc64a6 chore(main): release pubsub 1.36.2 (#9424)
  • d130d86 feat(securitycenter): Add container.create_time, vulnerability.offending_pack...
  • 1abbcad chore(chat): revert "add config to generate apiv1 (#9480)" (#9481)
  • 2ac1bcc test(pubsub): remove duplicate ctx assignment in ordered keys test (#9476)
  • 2577611 chore(chat): add config to generate apiv1 (#9480)
  • f0e0d4b chore(vertexai/genai): update to latest proto version (#9454)
  • e89fd6c fix(pubsub): fix out of order issue when exactly once is enabled (#9472)
  • 92e7b7f chore: release main (#9455)
  • c1f4bc8 feat(alloydb): support for obtaining the public IP address of an Instance (#9...
  • 3ed3d54 chore(main): release 0.112.1 (#9253)
  • Additional commits viewable in compare view

Updates go.uber.org/zap from 1.26.0 to 1.27.0

Release notes

Sourced from go.uber.org/zap's releases.

v1.27.0

Enhancements:

  • #1378[]: Add WithLazy method for SugaredLogger.
  • #1399[]: zaptest: Add NewTestingWriter for customizing TestingWriter with more flexibility than NewLogger.
  • #1406[]: Add Log, Logw, Logln methods for SugaredLogger.
  • #1416[]: Add WithPanicHook option for testing panic logs.

Thanks to @​defval, @​dimmo, @​arxeiss, and @​MKrupauskas for their contributions to this release.

#1378: uber-go/zap#1378 #1399: uber-go/zap#1399 #1406: uber-go/zap#1406 #1416: uber-go/zap#1416

Changelog

Sourced from go.uber.org/zap's changelog.

1.27.0 (20 Feb 2024)

Enhancements:

  • #1378[]: Add WithLazy method for SugaredLogger.
  • #1399[]: zaptest: Add NewTestingWriter for customizing TestingWriter with more flexibility than NewLogger.
  • #1406[]: Add Log, Logw, Logln methods for SugaredLogger.
  • #1416[]: Add WithPanicHook option for testing panic logs.

Thanks to @​defval, @​dimmo, @​arxeiss, and @​MKrupauskas for their contributions to this release.

#1378: uber-go/zap#1378 #1399: uber-go/zap#1399 #1406: uber-go/zap#1406 #1416: uber-go/zap#1416

Commits

Updates gocloud.dev from 0.34.0 to 0.36.0

Release notes

Sourced from gocloud.dev's releases.

v0.36.0

blob

  • all: Allow disabling of ContentType auto-detection during writes.

pubsub

  • azuresb: Added a new auth method to support Service principal/kubelet identity/Workload identity auth methods.

docstore

  • all: Add in/not-in operators for Query.
  • gcpfirestore: Added a missing resource header when running query.

mysql

  • Pass TLS config directly to MySQL's config

v0.35.0

BREAKING CHANGES

This release updates the dependency on AWS/S3, which included some breaking changes; see google/go-cloud#3342 for details.

blob

  • gcsblob: Fix unauthenticated requests.

runtimevar

  • constantvar: Add support for reading the constant variable value from the environment.

docstore

  • gcpfilestore: Add support for non-default databases.
Commits
  • 01064b7 all: prerelease
  • 92114ef mysql: pass TLS config directly to MySQL's config (#3348)
  • 97fe9d0 docstore/all: Add in/not-in operators for Query
  • 4fe95ee blob/all: Allow disabling of ContentType auto-detection during writes (#3371)
  • 1dbbbb3 pubsub/azuresb: minor comments and fixes (#3370)
  • 2090984 all: update golang.org/x/crypto (#3369)
  • ddc7b99 pubsub/azuresb: new auth method to support Service principal/kubelet identit...
  • c770de8 docstore/gcpfirestore: Add missing resource header when running query
  • e86400e pubsub/awssnssqs: Remove hack for broken AWS error codes now that they've fix...
  • 8c8f558 all: postrelease (#3351)
  • Additional commits viewable in compare view

Updates gocloud.dev/pubsub/kafkapubsub from 0.34.0 to 0.36.0

Release notes

Sourced from gocloud.dev/pubsub/kafkapubsub's releases.

v0.36.0

blob

  • all: Allow disabling of ContentType auto-detection during writes.

pubsub

  • azuresb: Added a new auth method to support Service principal/kubelet identity/Workload identity auth methods.

docstore

  • all: Add in/not-in operators for Query.
  • gcpfirestore: Added a missing resource header when running query.

mysql

  • Pass TLS config directly to MySQL's config

v0.35.0

BREAKING CHANGES

This release updates the dependency on AWS/S3, which included some breaking changes; see google/go-cloud#3342 for details.

blob

  • gcsblob: Fix unauthenticated requests.

runtimevar

  • constantvar: Add support for reading the constant variable value from the environment.

docstore

  • gcpfilestore: Add support for non-default databases.
Commits
  • 01064b7 all: prerelease
  • 92114ef mysql: pass TLS config directly to MySQL's config (#3348)
  • 97fe9d0 docstore/all: Add in/not-in operators for Query
  • 4fe95ee blob/all: Allow disabling of ContentType auto-detection during writes (#3371)
  • 1dbbbb3 pubsub/azuresb: minor comments and fixes (#3370)
  • 2090984 all: update golang.org/x/crypto (#3369)
  • ddc7b99 pubsub/azuresb: new auth method to support Service principal/kubelet identit...
  • c770de8 docstore/gcpfirestore: Add missing resource header when running query
  • e86400e pubsub/awssnssqs: Remove hack for broken AWS error codes now that they've fix...
  • 8c8f558 all: postrelease (#3351)
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.17.0 to 0.19.0

Commits
  • 405cb3b go.mod: update golang.org/x dependencies
  • 913d3ae x509roots/fallback: update bundle
  • dbb6ec1 ssh/test: skip tests on darwin that fail on the darwin-amd64-longtest LUCI bu...
  • 403f699 ssh/test: avoid leaking a net.UnixConn in server.TryDialWithAddr
  • 055043d go.mod: update golang.org/x dependencies
  • 08396bb internal/poly1305: drop Go 1.12 compatibility
  • See full diff in compare view

Updates google.golang.org/api from 0.152.0 to 0.166.0

Release notes

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

v0.166.0

0.166.0 (2024-02-21)

Features

v0.165.0

0.165.0 (2024-02-14)

Features

v0.164.0

0.164.0 (2024-02-12)

Features

Bug Fixes

  • transport: Disable universe domain check if token source (#2413) (edbe996)

v0.163.0

0.163.0 (2024-02-08)

Features

v0.162.0

... (truncated)

Changelog

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

0.166.0 (2024-02-21)

Features

0.165.0 (2024-02-14)

Features

0.164.0 (2024-02-12)

Features

Bug Fixes

  • transport: Disable universe domain check if token source (#2413) (edbe996)

0.163.0 (2024-02-08)

Features

0.162.0 (2024-02-05)

Features

... (truncated)

Commits

Updates google.golang.org/grpc from 1.59.0 to 1.61.1

Release notes

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

Release 1.61.1

Bug Fixes

  • server: wait to close connection until incoming socket is drained (with timeout) to prevent data loss on client-side (#6977)

Release 1.61.0

New Features

  • resolver: provide method, AuthorityOverrider, to allow resolver.Builders to override the default authority for a ClientConn. (EXPERIMENTAL) (#6752)
  • xds: add support for mTLS Credentials in xDS bootstrap (gRFC A65) (#6757)
  • server: add grpc.WaitForHandlers ServerOption to cause Server.Stop to block until method handlers return. (EXPERIMENTAL) (#6922)

Performance Improvements

  • grpc: skip compression of empty messages as an optimization (#6842)
  • orca: use atomic pointer to improve performance in server metrics recorder (#6799)

Bug Fixes

  • client: correctly enable TCP keepalives with OS defaults on windows (#6863)
  • server: change some stream operations to return UNAVAILABLE instead of UNKNOWN when underlying connection is broken (#6891)
  • server: fix GracefulStop to block until all method handlers return (v1.60 regression). (#6922)
  • server: fix two bugs that could lead to panics at shutdown when using NumStreamWorkers (EXPERIMENTAL). (#6856)
  • reflection: do not send invalid descriptors to clients for files that cannot be fully resolved (#6771)
  • xds: don't fail channel/server startup when xds creds is specified, but bootstrap is missing certificate providers (#6848)
  • xds: Atomically read and write xDS security configuration client side (#6796)
  • xds/server: fix RDS handling for non-inline route configs (#6915)

Release v1.60.1

Bug Fixes

  • server: fix two bugs that could lead to panics at shutdown when using NumStreamWorkers (experimental feature).

Release 1.60.0

Security

  • credentials/tls: if not set, set TLS MinVersion to 1.2 and CipherSuites according to supported suites not forbidden by RFC7540.

... (truncated)

Commits
  • c6e7f04 Change version to 1.61.1 (#6981)
  • dbd4cbc cherry-pick #6977 to 1.61.x release branch (#6980)
  • 57ed608 Change version to 1.61.1-dev (#6937)
  • 8167bc3 Change version to 1.61.0 (#6936)
  • 52e2363 test/xds: Use different import path for gRPC Messages (#6933)
  • 67e50be transport: Remove redundant if in handleGoAway (#6930)
  • e96f521 alts: Extract AuthInfo after handshake in ALTS e2e test. (#6931)
  • 987df13 metadata: move FromOutgoingContextRaw() to internal (#6765)
  • 61eab37 server: block GracefulStop on method handlers and make blocking optional for ...
  • ddd377f xds/server: fix RDS handling for non-inline route configs (#6915)
  • Additional commits viewable in compare view

Updates google.golang.org/protobuf from 1.31.0 to 1.32.0

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 added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 1, 2024
@calebbrown
Copy link
Contributor

@dependabot rebase

Bumps the gomod-minor-updates group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) | `1.33.0` | `1.36.2` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.26.0` | `1.27.0` |
| [gocloud.dev](https://github.com/google/go-cloud) | `0.34.0` | `0.36.0` |
| [gocloud.dev/pubsub/kafkapubsub](https://github.com/google/go-cloud) | `0.34.0` | `0.36.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.17.0` | `0.19.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.152.0` | `0.166.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.61.1` |
| google.golang.org/protobuf | `1.31.0` | `1.32.0` |


Updates `cloud.google.com/go/pubsub` from 1.33.0 to 1.36.2
- [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@pubsub/v1.33.0...pubsub/v1.36.2)

Updates `go.uber.org/zap` from 1.26.0 to 1.27.0
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.26.0...v1.27.0)

Updates `gocloud.dev` from 0.34.0 to 0.36.0
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.34.0...v0.36.0)

Updates `gocloud.dev/pubsub/kafkapubsub` from 0.34.0 to 0.36.0
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.34.0...v0.36.0)

Updates `golang.org/x/crypto` from 0.17.0 to 0.19.0
- [Commits](golang/crypto@v0.17.0...v0.19.0)

Updates `google.golang.org/api` from 0.152.0 to 0.166.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.152.0...v0.166.0)

Updates `google.golang.org/grpc` from 1.59.0 to 1.61.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.59.0...v1.61.1)

Updates `google.golang.org/protobuf` from 1.31.0 to 1.32.0

---
updated-dependencies:
- dependency-name: cloud.google.com/go/pubsub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-updates
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-updates
- dependency-name: gocloud.dev
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-updates
- dependency-name: gocloud.dev/pubsub/kafkapubsub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-updates
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-updates
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-updates
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-updates
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/gomod-minor-updates-70cd9e263e branch from e655ec1 to af301de Compare March 4, 2024 03:25
@calebbrown calebbrown merged commit 56a15d1 into main Mar 4, 2024
11 checks passed
@calebbrown calebbrown deleted the dependabot/go_modules/gomod-minor-updates-70cd9e263e branch March 4, 2024 05:00
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.

1 participant