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 github.com/snowflakedb/gosnowflake from 1.10.0 to 1.11.1 #15860

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/snowflakedb/gosnowflake from 1.10.0 to 1.11.1.

Release notes

Sourced from github.com/snowflakedb/gosnowflake's releases.

Release

Release

Release

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)
  • 52bb7bc MINOR: Bumped up GoLang connector MINOR version from 1.10.1 to 1.11.0 (#1189)
  • 6942d9e Fix null in structured types arrays regression (#1187)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/snowflakedb/gosnowflake [< 1.7, > 1.6.13]

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

resolves: #13635

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 9, 2024
@telegraf-tiger telegraf-tiger bot added the chore label Sep 9, 2024
@srebhan srebhan added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Sep 10, 2024
@Hipska
Copy link
Contributor

Hipska commented Sep 10, 2024

snowflakedb/gosnowflake#1184 is included in 1.11.0 and should remove the annoying message on startup. Ref #13635

@srebhan
Copy link
Member

srebhan commented Sep 11, 2024

@Hipska can you confirm that issue #13635 is resolved by this PR?

@Hipska
Copy link
Contributor

Hipska commented Sep 11, 2024

I cannot speak for that issue (orphaned DBus processes), but I can confirm the log message is gone with this PR.

# ./telegraf-1.33.0/usr/bin/telegraf version
Telegraf 1.33.0-d995d81c (git: dependabot/go_modules/github.com/snowflakedb/gosnowflake-1.11.1@d995d81c)

versus

# telegraf version
WARN[0000]log.go:244 gosnowflake.(*defaultLogger).Warn DBUS_SESSION_BUS_ADDRESS envvar looks to be not set, this can lead to runaway dbus-daemon processes. To avoid this, set envvar DBUS_SESSION_BUS_ADDRESS=$XDG_RUNTIME_DIR/bus (if it exists) or DBUS_SESSION_BUS_ADDRESS=/dev/null.
Telegraf 1.32.0 (git: HEAD@dcfadf8b)

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/snowflakedb/gosnowflake-1.11.1 branch from d995d81 to 55488b8 Compare September 11, 2024 19:58
Bumps [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) from 1.10.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.10.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/snowflakedb/gosnowflake
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/snowflakedb/gosnowflake-1.11.1 branch from 55488b8 to 0cac2f3 Compare September 11, 2024 20:00
@telegraf-tiger
Copy link
Contributor

@DStrand1 DStrand1 merged commit ad1af98 into master Sep 12, 2024
30 checks passed
@DStrand1 DStrand1 deleted the dependabot/go_modules/github.com/snowflakedb/gosnowflake-1.11.1 branch September 12, 2024 19:21
@github-actions github-actions bot added this to the v1.32.1 milestone Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore dependencies Pull requests that update a dependency file ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Telegraf Generating Orphaned DBus Processes on RHEL Servers #2
3 participants