Skip to content

Conversation

@cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Oct 20, 2025

This PR contains the following updates:

Package Type Update Change
github.com/cloudquery/plugin-pb-go require minor v1.26.18 -> v1.27.1

Release Notes

cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)

v1.27.1

Compare Source

Bug Fixes

v1.27.0

Compare Source

Features
Bug Fixes
  • deps: Update module github.com/docker/docker to v28.5.2+incompatible (#​576) (2794c32)
  • deps: Update module google.golang.org/grpc to v1.77.0 (#​575) (bdbb9be)
  • Generate Go Code from plugin-pb (#​573) (1ac0dfc)

v1.26.27

Compare Source

Bug Fixes
  • Fallback to cached plugin in case docker plugin check fails (#​571) (1032497)

v1.26.26

Compare Source

Bug Fixes

v1.26.25

Compare Source

Bug Fixes

v1.26.24

Compare Source

Bug Fixes
  • deps: Update module github.com/cloudquery/cloudquery-api-go to v1.14.5 (#​561) (a1168b5)
  • deps: Update module google.golang.org/grpc to v1.76.0 (#​564) (a0c8c2b)
  • deps: Update module google.golang.org/protobuf to v1.36.10 (#​563) (5995f00)

v1.26.23

Compare Source

Bug Fixes

v1.26.22

Compare Source

Bug Fixes

v1.26.21

Compare Source

Bug Fixes
  • deps: Update module github.com/cloudquery/cloudquery-api-go to v1.14.4 (#​548) (b6be461)

v1.26.20

Compare Source

Bug Fixes
  • deps: Update module github.com/cloudquery/cloudquery-api-go to v1.14.3 (#​547) (75044e5)
  • Generate Go Code from plugin-pb (#​545) (0f2d797)

v1.26.19

Compare Source

Bug Fixes

Configuration

📅 Schedule: 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.

🔕 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 has been generated by Renovate Bot.

@cq-bot
Copy link
Contributor Author

cq-bot commented Oct 20, 2025

ℹ Artifact update notice

File name: 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):

  • 11 additional dependencies were updated

Details:

Package Change
github.com/apache/arrow-go/v18 v18.4.0 -> v18.5.0
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 -> v0.0.0-20251209150349-8475f28825e9
golang.org/x/text v0.31.0 -> v0.32.0
google.golang.org/protobuf v1.36.10 -> v1.36.11
github.com/google/flatbuffers v25.2.10+incompatible -> v25.9.23+incompatible
github.com/klauspost/compress v1.18.0 -> v1.18.2
github.com/klauspost/cpuid/v2 v2.2.11 -> v2.3.0
golang.org/x/mod v0.29.0 -> v0.31.0
golang.org/x/net v0.47.0 -> v0.48.0
golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 -> v0.0.0-20251203150158-8fff8a5912fc
golang.org/x/tools v0.38.0 -> v0.40.0

@cq-bot cq-bot force-pushed the renovate/github.com-cloudquery-plugin-pb-go-1.x branch from 1afd116 to 91f27b5 Compare November 3, 2025 13:43
@cq-bot cq-bot changed the title fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.26.24 fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.26.26 Nov 3, 2025
@cq-bot cq-bot force-pushed the renovate/github.com-cloudquery-plugin-pb-go-1.x branch 2 times, most recently from b7ea961 to caea519 Compare November 15, 2025 02:18
@cq-bot cq-bot changed the title fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.26.26 fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.26.27 Nov 18, 2025
@cq-bot cq-bot force-pushed the renovate/github.com-cloudquery-plugin-pb-go-1.x branch from caea519 to 379ac8f Compare November 18, 2025 16:40
@cq-bot cq-bot force-pushed the renovate/github.com-cloudquery-plugin-pb-go-1.x branch 2 times, most recently from f45b087 to af80fa0 Compare December 1, 2025 17:49
@cq-bot cq-bot changed the title fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.26.27 fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.27.0 Dec 1, 2025
@erezrokah erezrokah closed this Dec 2, 2025
@erezrokah erezrokah reopened this Dec 2, 2025
@cq-bot cq-bot force-pushed the renovate/github.com-cloudquery-plugin-pb-go-1.x branch from d767c56 to 00ab2a8 Compare December 15, 2025 13:50
@cq-bot cq-bot changed the title fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.27.0 fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.27.1 Dec 15, 2025
@erezrokah
Copy link
Member

Done in #2367

@erezrokah erezrokah closed this Dec 15, 2025
@cq-bot
Copy link
Contributor Author

cq-bot commented Dec 15, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v1.27.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@cq-bot cq-bot deleted the renovate/github.com-cloudquery-plugin-pb-go-1.x branch December 15, 2025 14:43
kodiakhq bot pushed a commit that referenced this pull request Dec 16, 2025
#2367)



Instead of #2306 that also updates the Arrow version to v18.5.0 with apache/arrow-go#510.

This PR has lint fixes and test fixes using apache/arrow-go#510

---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants