Skip to content

Commit c5e646e

Browse files
renovate[bot]opentelemetrybot
authored andcommitted
fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.21.1 (open-telemetry#31065)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/ClickHouse/clickhouse-go/v2](https://togithub.com/ClickHouse/clickhouse-go) | `v2.17.1` -> `v2.21.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.21.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.21.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.17.1/v2.21.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.17.1/v2.21.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.21.1`](https://togithub.com/ClickHouse/clickhouse-go/releases/tag/v2.21.1) [Compare Source](https://togithub.com/ClickHouse/clickhouse-go/compare/v2.21.0...v2.21.1) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### Fixes 🐛 - Adds the ability to Append a zero valued time.Time by [@&open-telemetry#8203;KevinJoiner](https://togithub.com/KevinJoiner) in [https://github.com/ClickHouse/clickhouse-go/pull/1228](https://togithub.com/ClickHouse/clickhouse-go/pull/1228) #### New Contributors - [@&open-telemetry#8203;KevinJoiner](https://togithub.com/KevinJoiner) made their first contribution in [https://github.com/ClickHouse/clickhouse-go/pull/1228](https://togithub.com/ClickHouse/clickhouse-go/pull/1228) **Full Changelog**: ClickHouse/clickhouse-go@v2.21.0...v2.21.1 ### [`v2.21.0`](https://togithub.com/ClickHouse/clickhouse-go/releases/tag/v2.21.0) [Compare Source](https://togithub.com/ClickHouse/clickhouse-go/compare/v2.20.0...v2.21.0) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### Enhancements 🎉 - Stream HTTP response body read for decompression by [@&open-telemetry#8203;rogeryk](https://togithub.com/rogeryk) in [https://github.com/ClickHouse/clickhouse-go/pull/1213](https://togithub.com/ClickHouse/clickhouse-go/pull/1213) ##### Fixes 🐛 - Fix Date32 extremes values handling by [@&open-telemetry#8203;jkaflik](https://togithub.com/jkaflik) in [https://github.com/ClickHouse/clickhouse-go/pull/1218](https://togithub.com/ClickHouse/clickhouse-go/pull/1218) - Fix column with double quotes PrepareBatch failed.([#&open-telemetry#8203;1216](https://togithub.com/ClickHouse/clickhouse-go/issues/1216)) by [@&open-telemetry#8203;YenchangChan](https://togithub.com/YenchangChan) in [https://github.com/ClickHouse/clickhouse-go/pull/1217](https://togithub.com/ClickHouse/clickhouse-go/pull/1217) - Fix an obscure error in HTTP protocol with LZ4 compression by [@&open-telemetry#8203;YenchangChan](https://togithub.com/YenchangChan) in [https://github.com/ClickHouse/clickhouse-go/pull/1230](https://togithub.com/ClickHouse/clickhouse-go/pull/1230) ##### Other Changes 🛠 - Replace deprecated `io/ioutil` functions with equivalents by [@&open-telemetry#8203;zaneli](https://togithub.com/zaneli) in [https://github.com/ClickHouse/clickhouse-go/pull/1211](https://togithub.com/ClickHouse/clickhouse-go/pull/1211) - Run cloud workflow on main branch only by [@&open-telemetry#8203;jkaflik](https://togithub.com/jkaflik) in [https://github.com/ClickHouse/clickhouse-go/pull/1219](https://togithub.com/ClickHouse/clickhouse-go/pull/1219) - ClickHouse 24.2 by [@&open-telemetry#8203;jkaflik](https://togithub.com/jkaflik) in [https://github.com/ClickHouse/clickhouse-go/pull/1220](https://togithub.com/ClickHouse/clickhouse-go/pull/1220) **Full Changelog**: ClickHouse/clickhouse-go@v2.20.0...v2.21.0 ### [`v2.20.0`](https://togithub.com/ClickHouse/clickhouse-go/blob/HEAD/CHANGELOG.md#v2200-2024-02-28----Release-notes-generated-using-configuration-in-githubreleaseyml-at-main---) [Compare Source](https://togithub.com/ClickHouse/clickhouse-go/compare/v2.19.0...v2.20.0) #### What's Changed ##### Enhancements 🎉 - Support \[n]byte/\[]byte type Scan/Append to FixedString column by [@&open-telemetry#8203;rogeryk](https://togithub.com/rogeryk) in [https://github.com/ClickHouse/clickhouse-go/pull/1205](https://togithub.com/ClickHouse/clickhouse-go/pull/1205) ##### Other Changes 🛠 - Enable cloud tests by [@&open-telemetry#8203;jkaflik](https://togithub.com/jkaflik) in [https://github.com/ClickHouse/clickhouse-go/pull/1202](https://togithub.com/ClickHouse/clickhouse-go/pull/1202) - Removed LowCardinality(UInt64) tests that caused allow_suspicious_low_cardinality_types related error by [@&open-telemetry#8203;jkaflik](https://togithub.com/jkaflik) in [https://github.com/ClickHouse/clickhouse-go/pull/1206](https://togithub.com/ClickHouse/clickhouse-go/pull/1206) **Full Changelog**: ClickHouse/clickhouse-go@v2.19.0...v2.20.0 ### [`v2.19.0`](https://togithub.com/ClickHouse/clickhouse-go/blob/HEAD/CHANGELOG.md#v2190-2024-02-26----Release-notes-generated-using-configuration-in-githubreleaseyml-at-main---) [Compare Source](https://togithub.com/ClickHouse/clickhouse-go/compare/v2.18.0...v2.19.0) #### What's Changed ##### Enhancements 🎉 - handle ctx.Done() in acquire by [@&open-telemetry#8203;threadedstream](https://togithub.com/threadedstream) in [https://github.com/ClickHouse/clickhouse-go/pull/1199](https://togithub.com/ClickHouse/clickhouse-go/pull/1199) ##### Fixes 🐛 - Fix panic on format nil \*fmt.Stringer type value by [@&open-telemetry#8203;zaneli](https://togithub.com/zaneli) in [https://github.com/ClickHouse/clickhouse-go/pull/1200](https://togithub.com/ClickHouse/clickhouse-go/pull/1200) ##### Other Changes 🛠 - Update Go/ClickHouse versions by [@&open-telemetry#8203;jkaflik](https://togithub.com/jkaflik) in [https://github.com/ClickHouse/clickhouse-go/pull/1201](https://togithub.com/ClickHouse/clickhouse-go/pull/1201) #### New Contributors - [@&open-telemetry#8203;threadedstream](https://togithub.com/threadedstream) made their first contribution in [https://github.com/ClickHouse/clickhouse-go/pull/1199](https://togithub.com/ClickHouse/clickhouse-go/pull/1199) - [@&open-telemetry#8203;zaneli](https://togithub.com/zaneli) made their first contribution in [https://github.com/ClickHouse/clickhouse-go/pull/1200](https://togithub.com/ClickHouse/clickhouse-go/pull/1200) **Full Changelog**: ClickHouse/clickhouse-go@v2.18.0...v2.19.0 ### [`v2.18.0`](https://togithub.com/ClickHouse/clickhouse-go/blob/HEAD/CHANGELOG.md#v2180-2024-02-01----Release-notes-generated-using-configuration-in-githubreleaseyml-at-main---) [Compare Source](https://togithub.com/ClickHouse/clickhouse-go/compare/v2.17.1...v2.18.0) #### What's Changed ##### Enhancements 🎉 - Add WithAllocBufferColStrProvider string column allocator for batch insert performance boost by [@&open-telemetry#8203;hongker](https://togithub.com/hongker) in [https://github.com/ClickHouse/clickhouse-go/pull/1181](https://togithub.com/ClickHouse/clickhouse-go/pull/1181) ##### Fixes 🐛 - Fix bind for seconds scale DateTime by [@&open-telemetry#8203;jkaflik](https://togithub.com/jkaflik) in [https://github.com/ClickHouse/clickhouse-go/pull/1184](https://togithub.com/ClickHouse/clickhouse-go/pull/1184) ##### Other Changes 🛠 - resolves [#&open-telemetry#8203;1163](https://togithub.com/ClickHouse/clickhouse-go/issues/1163) debugF function is not respected by [@&open-telemetry#8203;omurbekjk](https://togithub.com/omurbekjk) in [https://github.com/ClickHouse/clickhouse-go/pull/1166](https://togithub.com/ClickHouse/clickhouse-go/pull/1166) #### New Contributors - [@&open-telemetry#8203;omurbekjk](https://togithub.com/omurbekjk) made their first contribution in [https://github.com/ClickHouse/clickhouse-go/pull/1166](https://togithub.com/ClickHouse/clickhouse-go/pull/1166) - [@&open-telemetry#8203;hongker](https://togithub.com/hongker) made their first contribution in [https://github.com/ClickHouse/clickhouse-go/pull/1181](https://togithub.com/ClickHouse/clickhouse-go/pull/1181) **Full Changelog**: ClickHouse/clickhouse-go@v2.17.1...v2.18.0 </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 195d586 commit c5e646e

File tree

8 files changed

+89
-88
lines changed

8 files changed

+89
-88
lines changed

cmd/configschema/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ require (
213213
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
214214
github.com/Azure/go-autorest/logger v0.2.1 // indirect
215215
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
216-
github.com/ClickHouse/ch-go v0.58.2 // indirect
217-
github.com/ClickHouse/clickhouse-go/v2 v2.17.1 // indirect
216+
github.com/ClickHouse/ch-go v0.61.5 // indirect
217+
github.com/ClickHouse/clickhouse-go/v2 v2.21.1 // indirect
218218
github.com/DataDog/agent-payload/v5 v5.0.104 // indirect
219219
github.com/DataDog/datadog-agent/pkg/obfuscate v0.51.1-0.20240301173728-334e775e420a // indirect
220220
github.com/DataDog/datadog-agent/pkg/proto v0.52.0-devel // indirect
@@ -251,7 +251,7 @@ require (
251251
github.com/alecthomas/participle/v2 v2.1.1 // indirect
252252
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
253253
github.com/aliyun/aliyun-log-go-sdk v0.1.71 // indirect
254-
github.com/andybalholm/brotli v1.0.6 // indirect
254+
github.com/andybalholm/brotli v1.1.0 // indirect
255255
github.com/apache/arrow/go/v14 v14.0.2 // indirect
256256
github.com/apache/pulsar-client-go v0.8.1 // indirect
257257
github.com/apache/pulsar-client-go/oauth2 v0.0.0-20220120090717-25e59572242e // indirect
@@ -331,7 +331,7 @@ require (
331331
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
332332
github.com/getsentry/sentry-go v0.27.0 // indirect
333333
github.com/go-faster/city v1.0.1 // indirect
334-
github.com/go-faster/errors v0.6.1 // indirect
334+
github.com/go-faster/errors v0.7.1 // indirect
335335
github.com/go-kit/kit v0.13.0 // indirect
336336
github.com/go-kit/log v0.2.1 // indirect
337337
github.com/go-logfmt/logfmt v0.6.0 // indirect
@@ -544,7 +544,7 @@ require (
544544
github.com/outcaste-io/ristretto v0.2.1 // indirect
545545
github.com/ovh/go-ovh v1.4.3 // indirect
546546
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
547-
github.com/paulmach/orb v0.10.0 // indirect
547+
github.com/paulmach/orb v0.11.1 // indirect
548548
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
549549
github.com/philhofer/fwd v1.1.2 // indirect
550550
github.com/pierrec/lz4 v2.6.1+incompatible // indirect

cmd/configschema/go.sum

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/otelcontribcol/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ require (
261261
github.com/Azure/go-autorest/logger v0.2.1 // indirect
262262
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
263263
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.1 // indirect
264-
github.com/ClickHouse/ch-go v0.58.2 // indirect
265-
github.com/ClickHouse/clickhouse-go/v2 v2.17.1 // indirect
264+
github.com/ClickHouse/ch-go v0.61.5 // indirect
265+
github.com/ClickHouse/clickhouse-go/v2 v2.21.1 // indirect
266266
github.com/DataDog/agent-payload/v5 v5.0.104 // indirect
267267
github.com/DataDog/datadog-agent/pkg/obfuscate v0.51.1-0.20240301173728-334e775e420a // indirect
268268
github.com/DataDog/datadog-agent/pkg/proto v0.52.0-devel // indirect
@@ -301,7 +301,7 @@ require (
301301
github.com/alecthomas/participle/v2 v2.1.1 // indirect
302302
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
303303
github.com/aliyun/aliyun-log-go-sdk v0.1.71 // indirect
304-
github.com/andybalholm/brotli v1.0.6 // indirect
304+
github.com/andybalholm/brotli v1.1.0 // indirect
305305
github.com/apache/arrow/go/v14 v14.0.2 // indirect
306306
github.com/apache/pulsar-client-go v0.8.1 // indirect
307307
github.com/apache/pulsar-client-go/oauth2 v0.0.0-20220120090717-25e59572242e // indirect
@@ -356,8 +356,8 @@ require (
356356
github.com/devigned/tab v0.1.1 // indirect
357357
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
358358
github.com/digitalocean/godo v1.104.1 // indirect
359-
github.com/docker/distribution v2.8.2+incompatible // indirect
360-
github.com/docker/docker v24.0.9+incompatible // indirect
359+
github.com/distribution/reference v0.5.0 // indirect
360+
github.com/docker/docker v25.0.3+incompatible // indirect
361361
github.com/docker/go-connections v0.5.0 // indirect
362362
github.com/docker/go-units v0.5.0 // indirect
363363
github.com/dustin/go-humanize v1.0.1 // indirect
@@ -381,7 +381,7 @@ require (
381381
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
382382
github.com/getsentry/sentry-go v0.27.0 // indirect
383383
github.com/go-faster/city v1.0.1 // indirect
384-
github.com/go-faster/errors v0.6.1 // indirect
384+
github.com/go-faster/errors v0.7.1 // indirect
385385
github.com/go-kit/kit v0.13.0 // indirect
386386
github.com/go-kit/log v0.2.1 // indirect
387387
github.com/go-logfmt/logfmt v0.6.0 // indirect
@@ -575,7 +575,7 @@ require (
575575
github.com/outcaste-io/ristretto v0.2.1 // indirect
576576
github.com/ovh/go-ovh v1.4.3 // indirect
577577
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
578-
github.com/paulmach/orb v0.10.0 // indirect
578+
github.com/paulmach/orb v0.11.1 // indirect
579579
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
580580
github.com/philhofer/fwd v1.1.2 // indirect
581581
github.com/pierrec/lz4 v2.6.1+incompatible // indirect

0 commit comments

Comments
 (0)