redpanda-data / redpanda-data/connect
latest docker registry tag stuck on 4.67.5 since October 2025
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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