Conversation
|
/gcbrun |
There was a problem hiding this comment.
Code Review
This pull request updates the project dependencies by bumping cloud.google.com/go/bigtable to version 1.45.0 and github.com/ClickHouse/clickhouse-go/v2 to version 2.44.0 in the go.mod file. I have no feedback to provide as these are standard dependency updates.
576f83b to
3748cf9
Compare
|
/gcbrun |
3748cf9 to
212edc7
Compare
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
/gcbrun |
212edc7 to
3047bfa
Compare
|
/gcbrun |
3047bfa to
7a226f2
Compare
|
/gcbrun |
7a226f2 to
4c679ca
Compare
|
/gcbrun |
4c679ca to
dddd82a
Compare
|
/gcbrun |
dddd82a to
718e6b2
Compare
|
/gcbrun |
718e6b2 to
e6af704
Compare
|
/gcbrun |
e6af704 to
bc6200a
Compare
|
/gcbrun |
bc6200a to
66e50c3
Compare
|
/gcbrun |
66e50c3 to
349deab
Compare
|
/gcbrun |
349deab to
432258f
Compare
|
/gcbrun |
|
/gcbrun |
4b56c4a to
9b1c083
Compare
|
/gcbrun |
9b1c083 to
eb693f4
Compare
|
/gcbrun |
eb693f4 to
1485cfa
Compare
|
/gcbrun |
1485cfa to
1616fc6
Compare
|
/gcbrun |
|
/gcbrun |
2 similar comments
|
/gcbrun |
|
/gcbrun |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
/gcbrun |
1 similar comment
|
/gcbrun |
|
/gcbrun |
1 similar comment
|
/gcbrun |
|
/gcbrun |
1 similar comment
|
/gcbrun |
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [cloud.google.com/go/bigtable](https://redirect.github.com/googleapis/google-cloud-go) | `v1.44.0` → `v1.45.0` |  |  | | [cloud.google.com/go/dataplex](https://redirect.github.com/googleapis/google-cloud-go) | `v1.29.0` → `v1.30.0` |  |  | | [cloud.google.com/go/dataproc/v2](https://redirect.github.com/googleapis/google-cloud-go) | `v2.16.0` → `v2.17.0` |  |  | | [cloud.google.com/go/geminidataanalytics](https://redirect.github.com/googleapis/google-cloud-go) | `v0.8.0` → `v0.9.0` |  |  | | [cloud.google.com/go/longrunning](https://redirect.github.com/googleapis/google-cloud-go) | `v0.8.0` → `v0.9.0` |  |  | | [github.com/ClickHouse/clickhouse-go/v2](https://redirect.github.com/ClickHouse/clickhouse-go) | `v2.43.0` → `v2.44.0` |  |  | | [github.com/nakagami/firebirdsql](https://redirect.github.com/nakagami/firebirdsql) | `v0.9.17` → `v0.9.18` |  |  | | [google.golang.org/api](https://redirect.github.com/googleapis/google-api-go-client) | `v0.273.0` → `v0.274.0` |  |  | | [google.golang.org/genai](https://redirect.github.com/googleapis/go-genai) | `v1.52.0` → `v1.52.1` |  |  | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `v1.48.0` → `v1.48.1` |  |  | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](..googleapis/issues/363) for more information. --- ### Release Notes <details> <summary>googleapis/google-cloud-go (cloud.google.com/go/geminidataanalytics)</summary> ### [`v0.9.0`](https://redirect.github.com/googleapis/google-cloud-go/blob/HEAD/CHANGES.md#v090) [Compare Source](https://redirect.github.com/googleapis/google-cloud-go/compare/v0.8.0...v0.9.0) - Breaking changes to some autogenerated clients. - rpcreplay package added. </details> <details> <summary>ClickHouse/clickhouse-go (github.com/ClickHouse/clickhouse-go/v2)</summary> ### [`v2.44.0`](https://redirect.github.com/ClickHouse/clickhouse-go/blob/HEAD/CHANGELOG.md#v2440-2026-03-31----Release-notes-generated-using-configuration-in-githubreleaseyml-at-main---) [Compare Source](https://redirect.github.com/ClickHouse/clickhouse-go/compare/v2.43.0...v2.44.0) #### What's Changed ##### Enhancements 🎉 - feat: add HasData() bool to driver.Rows by [@​velom](https://redirect.github.com/velom) in [#​1796](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1796) - `url.Parse` adoption from Go 1.25.7 by [@​M0rdecay](https://redirect.github.com/M0rdecay) in [#​1787](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1787) - chore: enable `cloud` and `head` test runs for all PRs by [@​kavirajk](https://redirect.github.com/kavirajk) in [#​1798](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1798) - Add sql.Scanner support for all Geography types by [@​Onyx2406](https://redirect.github.com/Onyx2406) in [#​1789](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1789) - AGENTS init by [@​kavirajk](https://redirect.github.com/kavirajk) in [#​1809](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1809) - workflows: integrate claude code Github action for code-review by [@​kavirajk](https://redirect.github.com/kavirajk) in [#​1811](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1811) - chore: fix the code-review CI error with enough rights. by [@​kavirajk](https://redirect.github.com/kavirajk) in [#​1816](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1816) ##### Bug Fixes 🐛 - chore: add test to lock single enum value behavior by [@​kavirajk](https://redirect.github.com/kavirajk) in [#​1779](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1779) - fix: Panic when scanning nullable JSON using a pointer to `clickhouse.JSON` by [@​erezrokah](https://redirect.github.com/erezrokah) in [#​1770](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1770) - Fix [#​1775](https://redirect.github.com/ClickHouse/clickhouse-go/issues/1775): omit absent JSON keys when scanning into map\[string]any by [@​varundeepsaini](https://redirect.github.com/varundeepsaini) in [#​1781](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1781) - fix: Fix connection slot leak when context is cancelled during acquire by [@​hermanschaaf](https://redirect.github.com/hermanschaaf) in [#​1759](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1759) - Helper to disable profile events on the server-side by [@​varundeepsaini](https://redirect.github.com/varundeepsaini) in [#​1782](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1782) and [@​kavirajk](https://redirect.github.com/kavirajk) [#​1786](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1786) - fix: inconsistent results for nil in Json.AppendRow by [@​Laotree](https://redirect.github.com/Laotree) in [#​1771](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1771) - chore: fix `cloud` and `head` test runs by [@​kavirajk](https://redirect.github.com/kavirajk) in [#​1786](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1786) - chore: make PR from forks run cloud tests correctly by [@​kavirajk](https://redirect.github.com/kavirajk) in [#​1803](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1803) - fix: release connection in batch.Close() when closeQuery() fails by [@​rbroggi](https://redirect.github.com/rbroggi) in [#​1795](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1795) - chore: make cloud test runs on-demand only with labeling by [@​kavirajk](https://redirect.github.com/kavirajk) in [#​1806](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1806) ##### Other Changes 🛠 - chore(deps): bump golang.org/x/net from 0.49.0 to 0.50.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1769](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1769) - chore(deps): bump go.opentelemetry.io/otel/trace from 1.39.0 to 1.40.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1767](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1767) - Update Cloud credentials by [@​peter-leonov-ch](https://redirect.github.com/peter-leonov-ch) in [#​1776](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1776) - chore(deps): bump go.opentelemetry.io/otel/trace from 1.40.0 to 1.41.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1783](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1783) - doc: update README to update outdated content by [@​kavirajk](https://redirect.github.com/kavirajk) in [#​1805](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1805) #### New Contributors - [@​peter-leonov-ch](https://redirect.github.com/peter-leonov-ch) made their first contribution in [#​1776](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1776) - [@​varundeepsaini](https://redirect.github.com/varundeepsaini) made their first contribution in [#​1781](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1781) - [@​hermanschaaf](https://redirect.github.com/hermanschaaf) made their first contribution in [#​1759](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1759) - [@​Laotree](https://redirect.github.com/Laotree) made their first contribution in [#​1771](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1771) - [@​M0rdecay](https://redirect.github.com/M0rdecay) made their first contribution in [#​1787](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1787) - [@​velom](https://redirect.github.com/velom) made their first contribution in [#​1796](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1796) - [@​Onyx2406](https://redirect.github.com/Onyx2406) made their first contribution in [#​1789](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1789) **Full Changelog**: <ClickHouse/clickhouse-go@v2.43.0...v2.44.0> </details> <details> <summary>nakagami/firebirdsql (github.com/nakagami/firebirdsql)</summary> ### [`v0.9.18`](https://redirect.github.com/nakagami/firebirdsql/compare/v0.9.17...v0.9.18) [Compare Source](https://redirect.github.com/nakagami/firebirdsql/compare/v0.9.17...v0.9.18) </details> <details> <summary>googleapis/google-api-go-client (google.golang.org/api)</summary> ### [`v0.274.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.274.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.273.1...v0.274.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​3555](https://redirect.github.com/googleapis/google-api-go-client/issues/3555)) ([0e634ae](https://redirect.github.com/googleapis/google-api-go-client/commit/0e634ae13e626c6082c534eda8c03d5d3e673605)) ### [`v0.273.1`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.273.1) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.273.0...v0.273.1) ##### Bug Fixes - Merge duplicate x-goog-request-params header ([#​3547](https://redirect.github.com/googleapis/google-api-go-client/issues/3547)) ([2008108](https://redirect.github.com/googleapis/google-api-go-client/commit/2008108eb50215407a945afc2db9c45998c42bbe)) </details> <details> <summary>googleapis/go-genai (google.golang.org/genai)</summary> ### [`v1.52.1`](https://redirect.github.com/googleapis/go-genai/releases/tag/v1.52.1) [Compare Source](https://redirect.github.com/googleapis/go-genai/compare/v1.52.0...v1.52.1) ##### Bug Fixes - Fix service\_tier enums. ([5518442](https://redirect.github.com/googleapis/go-genai/commit/5518442a2a8dac4a00ad4248470ec995604974f6)) </details> <details> <summary>cznic/sqlite (modernc.org/sqlite)</summary> ### [`v1.48.1`](https://gitlab.com/cznic/sqlite/compare/v1.48.0...v1.48.1) [Compare Source](https://gitlab.com/cznic/sqlite/compare/v1.48.0...v1.48.1) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/googleapis/mcp-toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMTAuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: Averi Kitsch <akitsch@google.com> Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> a843d57
This PR contains the following updates:
v1.44.0→v1.45.0v1.29.0→v1.30.0v2.16.0→v2.17.0v0.8.0→v0.9.0v0.8.0→v0.9.0v2.43.0→v2.44.0v0.9.17→v0.9.18v0.273.0→v0.274.0v1.52.0→v1.52.1v1.48.0→v1.48.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
googleapis/google-cloud-go (cloud.google.com/go/geminidataanalytics)
v0.9.0Compare Source
ClickHouse/clickhouse-go (github.com/ClickHouse/clickhouse-go/v2)
v2.44.0Compare Source
What's Changed
Enhancements 🎉
url.Parseadoption from Go 1.25.7 by @M0rdecay in #1787cloudandheadtest runs for all PRs by @kavirajk in #1798Bug Fixes 🐛
clickhouse.JSONby @erezrokah in #1770cloudandheadtest runs by @kavirajk in #1786Other Changes 🛠
New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.43.0...v2.44.0
nakagami/firebirdsql (github.com/nakagami/firebirdsql)
v0.9.18Compare Source
googleapis/google-api-go-client (google.golang.org/api)
v0.274.0Compare Source
Features
v0.273.1Compare Source
Bug Fixes
googleapis/go-genai (google.golang.org/genai)
v1.52.1Compare Source
Bug Fixes
cznic/sqlite (modernc.org/sqlite)
v1.48.1Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.