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-deps group across 1 directory with 8 updates #5154

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the go-deps group with 8 updates in the / directory:

Package From To
cloud.google.com/go/bigquery 1.62.0 1.63.0
github.com/apache/pulsar-client-go 0.13.1 0.14.0
github.com/docker/docker 27.2.1+incompatible 27.3.1+incompatible
github.com/hashicorp/yamux 0.1.1 0.1.2
github.com/marcboeker/go-duckdb 1.8.0 1.8.1
github.com/rudderlabs/sqlconnect-go 1.10.0 1.11.1
go.uber.org/automaxprocs 1.5.3 1.6.0
google.golang.org/grpc 1.67.0 1.67.1

Updates cloud.google.com/go/bigquery from 1.62.0 to 1.63.0

Release notes

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

bigquery: v1.63.0

1.63.0 (2024-09-18)

Features

  • bigquery/migration: Update MS API stubs with Unified API (1bb4c84)
  • bigquery: Add support for Go 1.23 iterators (84461c0)
  • bigquery: New client(s) (#10774) (9638b8d)

Bug Fixes

  • bigquery: Bump dependencies (2ddeb15)
  • bigquery: ProcessStream check ctx done when queuing non retryable err (#10675) (60ad7f3)
  • bigquery: Properly handle RANGE type arrays (#10883) (ce3d492)
  • bigquery: Remove retry on FailedPrecondition (#10671) (ab9a961)
  • bigquery: Update dependencies (257c40b)
  • bigquery: Update google.golang.org/api to v0.191.0 (5b32644)

Documentation

  • bigquery/datatransfer: Add a note to the CreateTransferConfigRequest and UpdateTransferConfigRequest to disable restricting service account usage (2710d0f)
  • bigquery/datatransfer: Deprecate authorization_code (84461c0)
  • bigquery/migration: A comment for field name in message .google.cloud.bigquery.migration.v2.MigrationWorkflow is changed to include 'Identifier' (1bb4c84)
  • bigquery/migration: A comment for field translation_config_details in message .google.cloud.bigquery.migration.v2.MigrationTask is changed (1bb4c84)
  • bigquery/migration: A comment for field type in message .google.cloud.bigquery.migration.v2.MigrationTask is changed to include new supported types (1bb4c84)
  • bigquery/storage: A comment for field location_uri in message .google.cloud.bigquery.storage.v1alpha.StorageDescriptor is changed (2710d0f)
  • bigquery/storage: A comment for message StreamMetastorePartitionsRequest is changed (2710d0f)
  • bigquery/storage: A comment for message StreamMetastorePartitionsResponse is changed (2710d0f)
Commits

Updates github.com/apache/pulsar-client-go from 0.13.1 to 0.14.0

Release notes

Sourced from github.com/apache/pulsar-client-go's releases.

v0.14.0

Important notice

  • The client has dropped support for Go 1.20. The minimum supported version is now Go 1.21. (Related PR)
  • The BackoffPolicy interface and related methods has been moved to the backoff package from the internal package. The BackoffPolicy interface is renamed to Policy. (Related PR)

What's Changed

New Contributors

Changelog

Sourced from github.com/apache/pulsar-client-go's changelog.

Pulsar-client-go Changelog

All notable changes to this project will be documented in this file.

[0.14.0] 2024-09-23

Important notice

  • The client has dropped support for Go 1.20. The minimum supported version is now Go 1.21. (Related PR)
  • The BackoffPolicy interface and related methods has been moved to the backoff package from the internal package. The BackoffPolicy interface is renamed to Policy. (Related PR)

What's Changed

... (truncated)

Commits
  • 630d5f8 [fix] Reconnection logic and Backoff policy doesn't work correctly (#1197)
  • 188dba9 [fix] [Issue 485]Fixed crash caused by memory not aligned in arm32 architectu...
  • 98dc8d4 [Issue 1272][connection] Attempt to avoid deadlock during reconnection (#1273)
  • 7ae0059 Refactor connection concurrency model (#1275)
  • be55314 [improve] stop timer when close timedAckGroupingTracker (#1279)
  • 953d9ea feat: support the namespace offloadThresholdInSeconds API in pulsaradmin pkg ...
  • 01e32e7 chore(deps): bump github.com/docker/docker (#1269)
  • ab042ae [fix] peek message will return -1 for partitionIndex (#1267)
  • 6a2e461 Add changelog for 0.13.1 (#1266)
  • dad98f1 [Improve] Add InitialSubscriptionName for DLQPolicy (#1264)
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 27.2.1+incompatible to 27.3.1+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

v27.3.1

27.3.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • CLI: Fix issue with command execution metrics not being exported due to the CLI MeterProvider being shutdown too early. docker/cli#5457

Packaging updates

v27.3.0

27.3.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • containerd image store: Fix docker image prune -a untagging images used by containers started from images referenced by a digested reference. moby/moby#48488
  • Add a --feature flag to the daemon options. moby/moby#48487
  • Updated the handling of the --gpus=0 flag to be consistent with the NVIDIA Container Runtime. moby/moby#48483 (docker/cli#5432)
  • Support WSL2 mirrored-mode networking's use of interface loopback0 for packets from the Windows host. moby/moby#48514
  • Fix an issue that prevented communication between containers on an IPv4 bridge network when running with --iptables=false, --ip6tables=true (the default), a firewall with a DROP rule for forwarded packets on hosts where the br_netfilter kernel module was not normally loaded. moby/moby#48511
  • CLI: Fix issue where docker volume update command would cause the CLI to panic if no argument/volume was passed. docker/cli#5426
  • docker/cli#5432

Packaging updates

v27.3.0-rc.2

27.3.0-rc.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

... (truncated)

Commits
  • 41ca978 Merge pull request #48525 from thaJeztah/27.x_backport_govulncheck_permissions
  • a6b772b gha: govulncheck: make sure read permissions are set
  • 856359c Merge pull request #48514 from robmry/backport-27.x/wsl2_mirrored_loopback0_w...
  • cd21af7 Do not DNAT packets from WSL2's loopback0
  • 8516f3b Merge pull request #48510 from thaJeztah/27.x_backport_bump_buildx_compose
  • 3a7779a Merge pull request #48511 from robmry/backport-27.x/48375_bridge_netfiltering
  • 5c499fc Only enable bridge netfiltering when needed
  • 98f24aa Merge pull request #48506 from thaJeztah/27.x_backport_man_dockerd_logformat
  • 8adc8e4 Dockerfile: update compose to v2.29.4
  • 576fc88 Dockerfile: update buildx to v0.17.1
  • Additional commits viewable in compare view

Updates github.com/hashicorp/yamux from 0.1.1 to 0.1.2

Release notes

Sourced from github.com/hashicorp/yamux's releases.

v0.1.2

Significant Changes

  • Fixed a case where Streams may continue to exist and block operations even after their Session has been closed. #127 ensures when a Session closes that blocking Stream operations exit as well.
  • Allow Reads on locally closed streams. Prior to #131 calling Close() and then Read() on a Stream would fail. Close should only indicate the Stream is done writing. The peer must call Close before Read considers the stream closed. See #131 for details.
  • Tests have been improved significantly. See below for details.

Full Changelog

New Contributors

Full Changelog: hashicorp/yamux@v0.1.1...v0.1.2

Commits
  • 17017e9 Allow half-closed reads and test against TCP/TLS connections (#131)
  • b5c3b44 Merge pull request #127 from lattwood/lattwood/handle_shutdown_edgecase
  • 84b3fc6 Drain the timer's channel if needed, to prevent memory leakage
  • eedcf95 Align Write timeout handling with Read timeout handling
  • 877b999 Streams should check for Session shutdown when waiting for data
  • 8bd691f Merge pull request #130 from hashicorp/rboyer/pass-race-and-lint
  • 88ad8a5 Apply suggestions from code review
  • 67ad8ea test: bump test timeout; ci runners are slow
  • e9a4163 test: add gha ci
  • 7bea36e test: bump slow test timeouts
  • Additional commits viewable in compare view

Updates github.com/marcboeker/go-duckdb from 1.8.0 to 1.8.1

Commits

Updates github.com/rudderlabs/sqlconnect-go from 1.10.0 to 1.11.1

Release notes

Sourced from github.com/rudderlabs/sqlconnect-go's releases.

v1.11.1

1.11.1 (2024-09-20)

Bug Fixes

  • bigquery: goqu dialect is not registered (#190) (40c292b)

Miscellaneous

  • deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.27 to 1.27.35 (#193) (62eafea)
  • deps: bump github.com/rudderlabs/rudder-go-kit from 0.40.0 to 0.42.0 (#185) (b14ede5)
  • deps: bump google.golang.org/api from 0.197.0 to 0.198.0 (#192) (753c456)

v1.11.0

1.11.0 (2024-09-17)

Features

  • add support to provide query_tag for snowflake connection (#188) (27b3df9)

v1.10.1

1.10.1 (2024-09-13)

Miscellaneous

Changelog

Sourced from github.com/rudderlabs/sqlconnect-go's changelog.

1.11.1 (2024-09-20)

Bug Fixes

  • bigquery: goqu dialect is not registered (#190) (40c292b)

Miscellaneous

  • deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.27 to 1.27.35 (#193) (62eafea)
  • deps: bump github.com/rudderlabs/rudder-go-kit from 0.40.0 to 0.42.0 (#185) (b14ede5)
  • deps: bump google.golang.org/api from 0.197.0 to 0.198.0 (#192) (753c456)

1.11.0 (2024-09-17)

Features

  • add support to provide query_tag for snowflake connection (#188) (27b3df9)

1.10.1 (2024-09-13)

Miscellaneous

Commits
  • 92341e0 chore: release 1.11.1 (#191)
  • 62eafea chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.27 to 1.27.35...
  • 40c292b fix(bigquery): goqu dialect is not registered (#190)
  • 753c456 chore(deps): bump google.golang.org/api from 0.197.0 to 0.198.0 (#192)
  • b14ede5 chore(deps): bump github.com/rudderlabs/rudder-go-kit from 0.40.0 to 0.42.0 (...
  • 6a14675 chore: release 1.11.0 (#189)
  • 27b3df9 feat: add support to provide query_tag for snowflake connection (#188)
  • 9fd3a91 chore: release 1.10.1 (#182)
  • 201389a chore: expression & goqu improvements (#181)
  • See full diff in compare view

Updates go.uber.org/automaxprocs from 1.5.3 to 1.6.0

Release notes

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

v1.6.0

  • Add RoundQuotaFunc option that allows configuration of rounding behavior for floating point CPU quota.
Changelog

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

v1.6.0 (2024-07-24)

  • Add RoundQuotaFunc option that allows configuration of rounding behavior for floating point CPU quota.
Commits

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

Release notes

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

Release 1.67.1

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)
Commits

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

Bumps the go-deps group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) | `1.62.0` | `1.63.0` |
| [github.com/apache/pulsar-client-go](https://github.com/apache/pulsar-client-go) | `0.13.1` | `0.14.0` |
| [github.com/docker/docker](https://github.com/docker/docker) | `27.2.1+incompatible` | `27.3.1+incompatible` |
| [github.com/hashicorp/yamux](https://github.com/hashicorp/yamux) | `0.1.1` | `0.1.2` |
| [github.com/marcboeker/go-duckdb](https://github.com/marcboeker/go-duckdb) | `1.8.0` | `1.8.1` |
| [github.com/rudderlabs/sqlconnect-go](https://github.com/rudderlabs/sqlconnect-go) | `1.10.0` | `1.11.1` |
| [go.uber.org/automaxprocs](https://github.com/uber-go/automaxprocs) | `1.5.3` | `1.6.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.67.0` | `1.67.1` |



Updates `cloud.google.com/go/bigquery` from 1.62.0 to 1.63.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.62.0...spanner/v1.63.0)

Updates `github.com/apache/pulsar-client-go` from 0.13.1 to 0.14.0
- [Release notes](https://github.com/apache/pulsar-client-go/releases)
- [Changelog](https://github.com/apache/pulsar-client-go/blob/master/CHANGELOG.md)
- [Commits](apache/pulsar-client-go@v0.13.1...v0.14.0)

Updates `github.com/docker/docker` from 27.2.1+incompatible to 27.3.1+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v27.2.1...v27.3.1)

Updates `github.com/hashicorp/yamux` from 0.1.1 to 0.1.2
- [Release notes](https://github.com/hashicorp/yamux/releases)
- [Commits](hashicorp/yamux@v0.1.1...v0.1.2)

Updates `github.com/marcboeker/go-duckdb` from 1.8.0 to 1.8.1
- [Commits](marcboeker/go-duckdb@v1.8.0...v1.8.1)

Updates `github.com/rudderlabs/sqlconnect-go` from 1.10.0 to 1.11.1
- [Release notes](https://github.com/rudderlabs/sqlconnect-go/releases)
- [Changelog](https://github.com/rudderlabs/sqlconnect-go/blob/main/CHANGELOG.md)
- [Commits](rudderlabs/sqlconnect-go@v1.10.0...v1.11.1)

Updates `go.uber.org/automaxprocs` from 1.5.3 to 1.6.0
- [Release notes](https://github.com/uber-go/automaxprocs/releases)
- [Changelog](https://github.com/uber-go/automaxprocs/blob/master/CHANGELOG.md)
- [Commits](uber-go/automaxprocs@v1.5.3...v1.6.0)

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

---
updated-dependencies:
- dependency-name: cloud.google.com/go/bigquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/apache/pulsar-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/hashicorp/yamux
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/marcboeker/go-duckdb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/rudderlabs/sqlconnect-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: go.uber.org/automaxprocs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
...

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 Oct 1, 2024
Copy link

codecov bot commented Oct 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.93%. Comparing base (61e947c) to head (f569bd4).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5154      +/-   ##
==========================================
+ Coverage   72.86%   72.93%   +0.06%     
==========================================
  Files         439      439              
  Lines       51165    51165              
==========================================
+ Hits        37282    37315      +33     
+ Misses      11420    11399      -21     
+ Partials     2463     2451      -12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2024

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

@dependabot dependabot bot closed this Oct 2, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-8c3b0ea354 branch October 2, 2024 09:52
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