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 11 updates #5137

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2024

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

Package From To
cloud.google.com/go/bigquery 1.62.0 1.63.0
github.com/confluentinc/confluent-kafka-go/v2 2.5.3 2.5.4
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/minio/minio-go/v7 7.0.76 7.0.77
github.com/rudderlabs/rudder-go-kit 0.42.0 0.42.2
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.66.2 1.67.0

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/confluentinc/confluent-kafka-go/v2 from 2.5.3 to 2.5.4

Release notes

Sourced from github.com/confluentinc/confluent-kafka-go/v2's releases.

v2.5.4 is a maintenance release with the following fixes and enhancements:

  • Upgrade azidentity library to 1.6.0.
  • Upgrade vault library to 1.15.0.
  • Handle primitives in avrov2 library.
  • Allow RuleRegistry to be set in serdes.

confluent-kafka-go is based on librdkafka v2.5.3, see the librdkafka v2.5.3 release notes for a complete list of changes, enhancements, fixes and upgrade considerations.

Changelog

Sourced from github.com/confluentinc/confluent-kafka-go/v2's changelog.

v2.5.4

v2.5.4 is a maintenance release with the following fixes and enhancements:

Fixes

  • Upgrade azidentity library to 1.6.0
  • Upgrade vault library to 1.15.0
  • Handle primitives in avrov2 library
  • Allow RuleRegistry to be set in serdes

confluent-kafka-go is based on librdkafka v2.5.3, see the librdkafka v2.5.3 release notes for a complete list of changes, enhancements, fixes and upgrade considerations.

Commits

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/minio/minio-go/v7 from 7.0.76 to 7.0.77

Release notes

Sourced from github.com/minio/minio-go/v7's releases.

Bugfix Release

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.76...v7.0.77

Commits

Updates github.com/rudderlabs/rudder-go-kit from 0.42.0 to 0.42.2

Release notes

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

v0.42.2

0.42.2 (2024-09-23)

Miscellaneous

  • allow overriding the bind ip address in docker containers (#647) (6bb5880)

v0.42.1

0.42.1 (2024-09-18)

Miscellaneous

  • cachettl configuration option for not refreshing ttl (#643) (1961d98)
Changelog

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

0.42.2 (2024-09-23)

Miscellaneous

  • allow overriding the bind ip address in docker containers (#647) (6bb5880)

0.42.1 (2024-09-18)

Miscellaneous

  • cachettl configuration option for not refreshing ttl (#643) (1961d98)
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/api from 0.197.0 to 0.198.0

Release notes

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

v0.198.0

0.198.0 (2024-09-19)

Features

Changelog

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

0.198.0 (2024-09-19)

Features

Commits

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

Release notes

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

Release 1.67.0

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 25, 2024
Copy link

codecov bot commented Sep 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.01%. Comparing base (100b3d9) to head (858cfdb).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5137      +/-   ##
==========================================
- Coverage   73.06%   73.01%   -0.05%     
==========================================
  Files         437      437              
  Lines       50787    50787              
==========================================
- Hits        37107    37084      -23     
- Misses      11258    11287      +29     
+ Partials     2422     2416       -6     

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

Bumps the go-deps group with 10 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/confluentinc/confluent-kafka-go/v2](https://github.com/confluentinc/confluent-kafka-go) | `2.5.3` | `2.5.4` |
| [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/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.76` | `7.0.77` |
| [github.com/rudderlabs/rudder-go-kit](https://github.com/rudderlabs/rudder-go-kit) | `0.42.0` | `0.42.2` |
| [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.66.2` | `1.67.0` |



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/confluentinc/confluent-kafka-go/v2` from 2.5.3 to 2.5.4
- [Release notes](https://github.com/confluentinc/confluent-kafka-go/releases)
- [Changelog](https://github.com/confluentinc/confluent-kafka-go/blob/master/CHANGELOG.md)
- [Commits](confluentinc/confluent-kafka-go@v2.5.3...v2.5.4)

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/minio/minio-go/v7` from 7.0.76 to 7.0.77
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.76...v7.0.77)

Updates `github.com/rudderlabs/rudder-go-kit` from 0.42.0 to 0.42.2
- [Release notes](https://github.com/rudderlabs/rudder-go-kit/releases)
- [Changelog](https://github.com/rudderlabs/rudder-go-kit/blob/main/CHANGELOG.md)
- [Commits](rudderlabs/rudder-go-kit@v0.42.0...v0.42.2)

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/api` from 0.197.0 to 0.198.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.198.0)

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

---
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/confluentinc/confluent-kafka-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/rudderlabs/rudder-go-kit
  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/api
  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-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-deps-2ce3d5fdf0 branch from 58326e6 to 858cfdb Compare September 26, 2024 09:46
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 27, 2024

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

@dependabot dependabot bot closed this Sep 27, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-2ce3d5fdf0 branch September 27, 2024 10:06
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