-
Notifications
You must be signed in to change notification settings - Fork 317
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 6 updates #5051
Conversation
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bumps the go-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/confluentinc/confluent-kafka-go/v2](https://github.com/confluentinc/confluent-kafka-go) | `2.5.0` | `2.5.3` | | [github.com/rs/cors](https://github.com/rs/cors) | `1.11.0` | `1.11.1` | | [github.com/rudderlabs/rudder-go-kit](https://github.com/rudderlabs/rudder-go-kit) | `0.38.0` | `0.39.1` | | [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) | `1.11.0` | `1.11.1` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.194.0` | `0.195.0` | Updates `github.com/confluentinc/confluent-kafka-go/v2` from 2.5.0 to 2.5.3 - [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.0...v2.5.3) Updates `github.com/rs/cors` from 1.11.0 to 1.11.1 - [Commits](rs/cors@v1.11.0...v1.11.1) Updates `github.com/rudderlabs/rudder-go-kit` from 0.38.0 to 0.39.1 - [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.38.0...v0.39.1) Updates `github.com/snowflakedb/gosnowflake` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/snowflakedb/gosnowflake/releases) - [Changelog](https://github.com/snowflakedb/gosnowflake/blob/master/release.go) - [Commits](snowflakedb/gosnowflake@v1.11.0...v1.11.1) Updates `google.golang.org/api` from 0.194.0 to 0.195.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.194.0...v0.195.0) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20240814211410-ddb44dafa142 to 0.0.0-20240823204242-4ba0660f739c - [Commits](https://github.com/googleapis/go-genproto/commits) --- updated-dependencies: - 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/rs/cors 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-minor dependency-group: go-deps - dependency-name: github.com/snowflakedb/gosnowflake dependency-type: direct:production update-type: version-update:semver-patch 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/genproto/googleapis/rpc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps ... Signed-off-by: dependabot[bot] <support@github.com>
6585e4c
to
bbfbf53
Compare
Superseded by #5058. |
Bumps the go-deps group with 5 updates in the / directory:
2.5.0
2.5.3
1.11.0
1.11.1
0.38.0
0.39.1
1.11.0
1.11.1
0.194.0
0.195.0
Updates
github.com/confluentinc/confluent-kafka-go/v2
from 2.5.0 to 2.5.3Release notes
Sourced from github.com/confluentinc/confluent-kafka-go/v2's releases.
Changelog
Sourced from github.com/confluentinc/confluent-kafka-go/v2's changelog.
Commits
3ee4497
Import librdkafka 2.5.3 (#1287)f2d295f
Update CHANGELOG.md for warningabbeffc
Documentation and error code update for librdkafka v2.5.356f2b4c
librdkafka static bundle v2.5.397d997c
librdkafka and confluent-kafka-go v2.5.3a1f474a
Import RC1 for v2.5.3 (#1286)ebc409c
Update CHANGELOG.md for 2.5.36f39102
Documentation and error code update for librdkafka v2.5.3-RC17f0d294
librdkafka static bundle v2.5.3-RC1b2e52a1
librdkafka and confluent-kafka-go v2.5.3-RC1Updates
github.com/rs/cors
from 1.11.0 to 1.11.1Commits
a814d79
Re-add support for multiple Access-Control-Request-Headers field (fixes #184)...1562b17
Removed redundant log nil checks (#178)3d336ea
Update all dependencies to latest in examples (#175)85fc0ca
Make Gin wrapper's status configurable and use 204 as default (fixes #145) (#...Updates
github.com/rudderlabs/rudder-go-kit
from 0.38.0 to 0.39.1Release notes
Sourced from github.com/rudderlabs/rudder-go-kit's releases.
Changelog
Sourced from github.com/rudderlabs/rudder-go-kit's changelog.
Commits
aa1ac4f
chore: release 0.39.1 (#622)ae791c9
fix: compress (#621)3c43022
chore: release 0.39.0 (#619)2402c8e
feat: compress zstd cgo (#618)7a4a6d4
chore: release 0.38.2 (#617)76a6758
fix: docker containers listening on ipv6 (#616)9cca578
chore: release 0.38.1 (#611)7df95c9
fix: docker containers don't listen to host.docker.internal (#614)00f6635
chore(deps): bump the all group across 1 directory with 11 updates (#609)Updates
github.com/snowflakedb/gosnowflake
from 1.11.0 to 1.11.1Release notes
Sourced from github.com/snowflakedb/gosnowflake's releases.
Commits
099708d
PATCH: Bumped up GoLang connector PATCH version from 1.11.0 to 1.11.1 (#1202)f20a464
SNOW-1006312: Cancel context not propagated to snowflakeFileTransferAgent on ...f434413
SNOW-1029646: Add WithFileGetStream that supports downloading a file into str...aa4b7cd
SNOW-1633839: Fix error in arrayToString calls (#1200)0e1648e
SNOW-1624790: Add connection check when decoding arrow chunks (#1197)5649c7a
SNOW-1563083: snowflakeConn creates/manages its own context (#1196)9a9d441
Arrow batches documentation (#1190)5f31c16
Removed bogus user password test (#1194)Updates
google.golang.org/api
from 0.194.0 to 0.195.0Release notes
Sourced from google.golang.org/api's releases.
Changelog
Sourced from google.golang.org/api's changelog.
Commits
f9bde01
chore(main): release 0.195.0 (#2751)04cbad8
feat(all): auto-regenerate discovery clients (#2759)e907e01
feat(all): auto-regenerate discovery clients (#2756)47629a1
chore(all): update all to 4ba0660 (#2754)3f3bd66
feat(all): auto-regenerate discovery clients (#2755)70a68c2
feat(all): auto-regenerate discovery clients (#2753)5b1ebe2
feat(all): auto-regenerate discovery clients (#2752)6bdae51
feat(all): auto-regenerate discovery clients (#2750)Updates
google.golang.org/genproto/googleapis/rpc
from 0.0.0-20240814211410-ddb44dafa142 to 0.0.0-20240823204242-4ba0660f739cCommits
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