-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Update module github.com/ClickHouse/clickhouse-go/v2 to v2.26.0 #33751
Update module github.com/ClickHouse/clickhouse-go/v2 to v2.26.0 #33751
Conversation
ℹ Artifact update noticeFile name: exporter/clickhouseexporter/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same issue #33170
What is the action here? |
I don't have a great answer TBH. This is a typical diamond dependency issue: different dependencies in this repo expect different and incompatible docker versions. This cannot be resolved by pinning a docker version, because there is no one single version that works for all dependencies (in the latest version), e.g. see #33757 I think for now we'll have to block those dependencies that require a different docker version than the one in this repo |
1994ffd
to
93622c4
Compare
We have some updates in the newer version of the ClickHouse Go driver that help with connection management. Very interested in seeing how we might get this updated without breaking the rest of the repo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be unblocked with #33870 (thanks @codeboten !)
1bb3eba
to
082883d
Compare
This PR contains the following updates:
v2.23.0
->v2.26.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ClickHouse/clickhouse-go (github.com/ClickHouse/clickhouse-go/v2)
v2.26.0
Compare Source
What's Changed
Enhancements 🎉
Columns() []column.Interface
method by @egsam98 in https://github.com/ClickHouse/clickhouse-go/pull/1277Fixes 🐛
X-Clickhouse-SSL-Certificate-Auth
header correctly givenX-ClickHouse-Key
by @gogingersnap777 in https://github.com/ClickHouse/clickhouse-go/pull/1316database/sql
interface by @tommyzli in https://github.com/ClickHouse/clickhouse-go/pull/1330Other Changes 🛠
allow_suspicious_low_cardinality_types
andallow_suspicious_low_cardinality_types
settings in tests due to ClickHouse Cloud incompatibility by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1331New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.25.0...v2.26.0
v2.25.0
Compare Source
What's Changed
Fixes 🐛
Other Changes 🛠
Full Changelog: ClickHouse/clickhouse-go@v2.24.0...v2.25.0
v2.24.0
Compare Source
What's Changed
Enhancements 🎉
Fixes 🐛
values
substring in table name by @Wang in https://github.com/ClickHouse/clickhouse-go/pull/1290Other Changes 🛠
New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.23.2...v2.24.0
v2.23.2
Compare Source
What's Changed
Fixes 🐛
Other Changes 🛠
New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.23.1...v2.23.2
v2.23.1
Compare Source
What's Changed
Fixes 🐛
Other Changes 🛠
Full Changelog: ClickHouse/clickhouse-go@v2.23.0...v2.23.1
Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.