redpanda-data / redpanda-data/connect

latest docker registry tag stuck on 4.67.5 since October 2025

Open
#4,087 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Go
Stars
8.8k
Forks
969
Avg merge
1d 13h
Merged PRs (30d)
64

Description

The latest tag for docker.redpanda.com/redpandadata/connect points to version 4.67.5, built on 2025-10-14. Subsequent releases (4.68.0 through 4.82.0) have not updated the latest tag.

This means users pulling docker.redpanda.com/redpandadata/connect:latest get a ~5 month old version that is missing features introduced since 4.68.0 (e.g. the redpanda input/output components).

Steps to reproduce:

docker pull docker.redpanda.com/redpandadata/connect:latest
docker image inspect docker.redpanda.com/redpandadata/connect:latest --format '{{.Created}}'
# 2025-10-14T13:48:16.053961804Z

Container logs confirm benthos_version=4.67.5.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the report with the documented docker pull and docker image inspect commands, then inspect how releases publish the docker.redpanda.com/redpandadata/connect tags. No file or test is named in the issue, so trace the release configuration from the image publication entry point. Done means latest resolves to the current release rather than 4.67.5 and includes changes from later versions.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker
Domain
devops, release
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.