Skip to content

chore(deps): bump github.com/redpanda-data/connect/public/bundle/free/v4 from 4.94.1 to 4.95.0 in /collector in the benthos group across 1 directory#4519

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/collector/benthos-b83a0ba0a8
Closed

chore(deps): bump github.com/redpanda-data/connect/public/bundle/free/v4 from 4.94.1 to 4.95.0 in /collector in the benthos group across 1 directory#4519
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/collector/benthos-b83a0ba0a8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the benthos group with 1 update in the /collector directory: github.com/redpanda-data/connect/public/bundle/free/v4.

Updates github.com/redpanda-data/connect/public/bundle/free/v4 from 4.94.1 to 4.95.0

Release notes

Sourced from github.com/redpanda-data/connect/public/bundle/free/v4's releases.

v4.95.0

For installation instructions check out the getting started guide.

Fixed

  • kafka: Prevented spurious offset commits for revoked partitions during cooperative rebalances, strengthening the at-least-once delivery guarantee. (@​Jeffail, #4477)
  • oracledb: Fixed a bug where integer-valued decimals from LogMiner redo were emitted as JSON numbers instead of canonical decimal strings, causing failures when encoding to Avro string-typed fields. (@​Jeffail, #4465)

The full change log can be found here.

Changelog

Sourced from github.com/redpanda-data/connect/public/bundle/free/v4's changelog.

4.95.0 - 2026-06-04

Fixed

  • kafka: Prevented spurious offset commits for revoked partitions during cooperative rebalances, strengthening the at-least-once delivery guarantee. (@​Jeffail, #4477)
  • oracledb: Fixed a bug where integer-valued decimals from LogMiner redo were emitted as JSON numbers instead of canonical decimal strings, causing failures when encoding to Avro string-typed fields. (@​Jeffail, #4465)
Commits

@dependabot dependabot Bot added area/dependencies Pull requests that update a dependency file dependency/go Pull requests that update Go code release-note/dependency-update Release note: Dependency Updates labels Jun 12, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 12, 2026 11:54
@dependabot dependabot Bot added area/dependencies Pull requests that update a dependency file dependency/go Pull requests that update Go code release-note/dependency-update Release note: Dependency Updates labels Jun 12, 2026
@greptile-apps

greptile-apps Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This is a routine dependabot bump of github.com/redpanda-data/connect/public/bundle/free/v4 from v4.94.1 to v4.95.0 in the /collector module, along with a Go toolchain update from 1.26.3 to 1.26.4.

  • Upgrades the Redpanda Connect free bundle to v4.95.0, which fixes spurious Kafka offset commits during cooperative rebalances and an OracleDB decimal-encoding bug; the upstream release also patches a CVE in the OpenTelemetry baggage package.
  • Bumps the Go toolchain to 1.26.4 to incorporate upstream security fixes, and updates a transitive go-openapi/inflect dependency (v0.21.5 → v0.21.6).

Confidence Score: 5/5

Safe to merge — only dependency version bumps in go.mod/go.sum with no application code changes.

The change is limited to two auto-generated files (go.mod and go.sum). It bumps a patch-level release of the Redpanda Connect free bundle (bug fixes only: Kafka rebalance and OracleDB decimal encoding), updates the Go toolchain for security patches, and brings in a minor transitive dependency update. There are no behavioral changes to the collector application itself.

No files require special attention.

Important Files Changed

Filename Overview
collector/go.mod Bumps redpanda-data/connect bundles to v4.95.0 and Go toolchain to 1.26.4; changes are consistent and expected for this dependency upgrade.
collector/go.sum Hash entries updated for redpanda-data/connect v4.95.0 and go-openapi/inflect v0.21.6; checksums are machine-generated and consistent with the go.mod changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["collector module"] --> B["redpanda-data/connect/public/bundle/free/v4\nv4.94.1 → v4.95.0"]
    A --> C["redpanda-data/connect/v4\nv4.94.1 → v4.95.0 (indirect)"]
    A --> D["Go toolchain\n1.26.3 → 1.26.4"]
    B --> E["Fix: Kafka spurious offset commits\nduring cooperative rebalances"]
    B --> F["Fix: OracleDB integer decimal\nencoding for Avro"]
    B --> G["Fix: OpenTelemetry CVE\nin baggage package"]
    D --> H["Security fixes in Go runtime"]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A["collector module"] --> B["redpanda-data/connect/public/bundle/free/v4\nv4.94.1 → v4.95.0"]
    A --> C["redpanda-data/connect/v4\nv4.94.1 → v4.95.0 (indirect)"]
    A --> D["Go toolchain\n1.26.3 → 1.26.4"]
    B --> E["Fix: Kafka spurious offset commits\nduring cooperative rebalances"]
    B --> F["Fix: OracleDB integer decimal\nencoding for Avro"]
    B --> G["Fix: OpenTelemetry CVE\nin baggage package"]
    D --> H["Security fixes in Go runtime"]
Loading

Reviews (4): Last reviewed commit: "chore(deps): bump github.com/redpanda-da..." | Re-trigger Greptile

@dependabot dependabot Bot force-pushed the dependabot/go_modules/collector/benthos-b83a0ba0a8 branch 2 times, most recently from 8b77994 to dcf0027 Compare June 17, 2026 11:54
Bumps the benthos group with 1 update in the /collector directory: [github.com/redpanda-data/connect/public/bundle/free/v4](https://github.com/redpanda-data/connect).


Updates `github.com/redpanda-data/connect/public/bundle/free/v4` from 4.94.1 to 4.95.0
- [Release notes](https://github.com/redpanda-data/connect/releases)
- [Changelog](https://github.com/redpanda-data/connect/blob/main/CHANGELOG.md)
- [Commits](redpanda-data/connect@v4.94.1...v4.95.0)

---
updated-dependencies:
- dependency-name: github.com/redpanda-data/connect/public/bundle/free/v4
  dependency-version: 4.95.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: benthos
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/collector/benthos-b83a0ba0a8 branch from dcf0027 to 49e0007 Compare June 18, 2026 11:54
@dependabot @github

dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor Author

Looks like github.com/redpanda-data/connect/public/bundle/free/v4 is updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 19, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/collector/benthos-b83a0ba0a8 branch June 19, 2026 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependencies Pull requests that update a dependency file dependency/go Pull requests that update Go code release-note/dependency-update Release note: Dependency Updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants