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

fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.30.1 #37359

Merged
merged 3 commits into from
Jan 21, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/ClickHouse/clickhouse-go/v2 v2.30.0 -> v2.30.1 age adoption passing confidence

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from dmitryax as a code owner January 21, 2025 05:29
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 21, 2025
@renovate renovate bot requested a review from a team as a code owner January 21, 2025 05:29
@renovate renovate bot added the renovatebot label Jan 21, 2025
Copy link
Contributor Author

renovate bot commented Jan 21, 2025

ℹ Artifact update notice

File name: exporter/clickhouseexporter/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated

Details:

Package Change
github.com/ClickHouse/ch-go v0.61.5 -> v0.63.1
github.com/docker/docker v27.3.1+incompatible -> v27.4.1+incompatible
github.com/klauspost/compress v1.17.9 -> v1.17.11
golang.org/x/crypto v0.31.0 -> v0.32.0
golang.org/x/net v0.33.0 -> v0.34.0
golang.org/x/sys v0.28.0 -> v0.29.0

@songy23 songy23 merged commit a112c46 into main Jan 21, 2025
164 checks passed
@songy23 songy23 deleted the renovate/github.com-clickhouse-clickhouse-go-v2-2.x branch January 21, 2025 16:36
@github-actions github-actions bot added this to the next release milestone Jan 21, 2025
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
Labels
dependencies Pull requests that update a dependency file exporter/clickhouse
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants