-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.30.1 #37359
Merged
songy23
merged 3 commits into
main
from
renovate/github.com-clickhouse-clickhouse-go-v2-2.x
Jan 21, 2025
Merged
fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.30.1 #37359
songy23
merged 3 commits into
main
from
renovate/github.com-clickhouse-clickhouse-go-v2-2.x
Jan 21, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ℹ Artifact update noticeFile name: exporter/clickhouseexporter/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
songy23
approved these changes
Jan 21, 2025
songy23
deleted the
renovate/github.com-clickhouse-clickhouse-go-v2-2.x
branch
January 21, 2025 16:36
chengchuanpeng
pushed a commit
to chengchuanpeng/opentelemetry-collector-contrib
that referenced
this pull request
Jan 26, 2025
….30.1 (open-telemetry#37359) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/ClickHouse/clickhouse-go/v2](https://redirect.github.com/ClickHouse/clickhouse-go) | `v2.30.0` -> `v2.30.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.30.0/v2.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.30.0/v2.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>ClickHouse/clickhouse-go (github.com/ClickHouse/clickhouse-go/v2)</summary> ### [`v2.30.1`](https://redirect.github.com/ClickHouse/clickhouse-go/blob/HEAD/CHANGELOG.md#v2301-2025-01-17----Release-notes-generated-using-configuration-in-githubreleaseyml-at-v2301---) [Compare Source](https://redirect.github.com/ClickHouse/clickhouse-go/compare/v2.30.0...v2.30.1) #### What's Changed ##### Enhancements 🎉 - \[improvement] Some performance related changes to evaluate by [@&open-telemetry#8203;mdonkers](https://redirect.github.com/mdonkers) in [https://github.com/ClickHouse/clickhouse-go/pull/1426](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1426) - Add Variant Type by [@&open-telemetry#8203;SpencerTorres](https://redirect.github.com/SpencerTorres) in [https://github.com/ClickHouse/clickhouse-go/pull/1453](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1453) - Add Dynamic Type by [@&open-telemetry#8203;SpencerTorres](https://redirect.github.com/SpencerTorres) in [https://github.com/ClickHouse/clickhouse-go/pull/1454](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1454) - Add JSON Type by [@&open-telemetry#8203;SpencerTorres](https://redirect.github.com/SpencerTorres) in [https://github.com/ClickHouse/clickhouse-go/pull/1455](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1455) - stdlib sql return precision for DateTime64 by [@&open-telemetry#8203;SpencerTorres](https://redirect.github.com/SpencerTorres) in [https://github.com/ClickHouse/clickhouse-go/pull/1469](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1469) ##### Fixes 🐛 - \[FIX] Minor updates by [@&open-telemetry#8203;barkhayot](https://redirect.github.com/barkhayot) in [https://github.com/ClickHouse/clickhouse-go/pull/1451](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1451) - Fix file descriptor leak in release utility script by [@&open-telemetry#8203;fengjun2016](https://redirect.github.com/fengjun2016) in [https://github.com/ClickHouse/clickhouse-go/pull/1460](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1460) - Remove forced string conversions for Tuple by [@&open-telemetry#8203;SpencerTorres](https://redirect.github.com/SpencerTorres) in [https://github.com/ClickHouse/clickhouse-go/pull/1465](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1465) ##### Other Changes 🛠 - \[Chore] Use defer to close rows in examples by [@&open-telemetry#8203;hayotbisonai](https://redirect.github.com/hayotbisonai) in [https://github.com/ClickHouse/clickhouse-go/pull/1431](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1431) - Regenerate certificates used in tests by [@&open-telemetry#8203;jkaflik](https://redirect.github.com/jkaflik) in [https://github.com/ClickHouse/clickhouse-go/pull/1441](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1441) #### New Contributors - [@&open-telemetry#8203;hayotbisonai](https://redirect.github.com/hayotbisonai) made their first contribution in [https://github.com/ClickHouse/clickhouse-go/pull/1431](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1431) - [@&open-telemetry#8203;barkhayot](https://redirect.github.com/barkhayot) made their first contribution in [https://github.com/ClickHouse/clickhouse-go/pull/1451](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1451) - [@&open-telemetry#8203;fengjun2016](https://redirect.github.com/fengjun2016) made their first contribution in [https://github.com/ClickHouse/clickhouse-go/pull/1460](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1460) - [@&open-telemetry#8203;SpencerTorres](https://redirect.github.com/SpencerTorres) made their first contribution in [https://github.com/ClickHouse/clickhouse-go/pull/1453](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1453) **Full Changelog**: ClickHouse/clickhouse-go@v2.30.0...v2.30.1 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: Yang Song <songy23@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.30.0
->v2.30.1
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.30.1
Compare Source
What's Changed
Enhancements 🎉
Fixes 🐛
Other Changes 🛠
New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.30.0...v2.30.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 was generated by Mend Renovate. View the repository job log.