registry: rename benthos to redpanda-connect#5984
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the benthos tool configuration to reflect its rebranding to redpanda-connect. The change updates the tool's backend source and adds an alias to maintain compatibility.
- Updates the aqua backend source from
benthosdev/benthostoredpanda-data/connect - Adds a test command using the new
redpanda-connectbinary name - Adds
redpanda-connectas an alias for the benthos tool
| # bbr-s3-config-validator.test = ["bbr-s3-config-validator --help", "{{version}}"] | ||
| benthos.description = "Fancy stream processing made operationally mundane" | ||
| benthos.backends = ["aqua:benthosdev/benthos", "asdf:benthosdev/benthos-asdf"] | ||
| benthos.backends = ["aqua:redpanda-data/connect", "asdf:benthosdev/benthos-asdf"] |
There was a problem hiding this comment.
The backends array contains inconsistent sources - the aqua backend points to 'redpanda-data/connect' while the asdf backend still points to 'benthosdev/benthos-asdf'. Consider updating the asdf backend to match the new redpanda-data organization or verify if this mixed configuration is intentional.
Suggested change
| benthos.backends = ["aqua:redpanda-data/connect", "asdf:benthosdev/benthos-asdf"] | |
| benthos.backends = ["aqua:redpanda-data/connect", "asdf:redpanda-data/asdf-benthos"] |
Contributor
Author
There was a problem hiding this comment.
They didn't move the asdf plugin.
jdx
pushed a commit
that referenced
this pull request
Aug 13, 2025
### 📦 Registry - add vfox-yarn as primary yarn backend by [@jdx](https://github.com/jdx) in [#5982](#5982) - add missing description field for a lot of tools by [@jylenhof](https://github.com/jylenhof) in [#5966](#5966) - rename benthos to redpanda-connect by [@risu729](https://github.com/risu729) in [#5984](#5984) - rename coq to rocq by [@risu729](https://github.com/risu729) in [#5985](#5985) ### 🚀 Features - **(timeout)** show duration, URL, and config hint on timeouts; increase fetch timeout default to 10s by [@jdx](https://github.com/jdx) in [#5991](#5991) ### 🐛 Bug Fixes - **(aqua)** add executable permissions for zip-extracted binaries by [@itochan](https://github.com/itochan) in [#5998](#5998) - **(core)** auto-repair corrupted pyenv cache by recloning on update failure by [@jdx](https://github.com/jdx) in [#6003](#6003) - duplicate versions and validation in `mise tool` by [@jdx](https://github.com/jdx) in [#6001](#6001) ### 📚 Documentation - **(tools)** document per-tool postinstall option in [tools] by [@jdx](https://github.com/jdx) in [#5993](#5993) - Update install instructions for nushell by [@Joniator](https://github.com/Joniator) in [#5981](#5981) - README.md typo by [@jdx](https://github.com/jdx) in [#5990](#5990) ###◀️ Revert - Revert "docs: Update install instructions for nushell" by [@jdx](https://github.com/jdx) in [#5983](#5983) - Revert "fix(aqua): add executable permissions for zip-extracted binaries" by [@jdx](https://github.com/jdx) in [#6004](#6004) ### 📦️ Dependency Updates - update taiki-e/install-action digest to 2c73a74 by [@renovate[bot]](https://github.com/renovate[bot]) in [#5962](#5962) - update docker/metadata-action digest to c1e5197 by [@renovate[bot]](https://github.com/renovate[bot]) in [#5961](#5961) - update docker/login-action digest to 184bdaa by [@renovate[bot]](https://github.com/renovate[bot]) in [#5958](#5958) ### Chore - cargo up by [@jdx](https://github.com/jdx) in [#5992](#5992) ### New Contributors - @Joniator made their first contribution in [#5981](#5981) - @jylenhof made their first contribution in [#5966](#5966)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As pointed out in #5980,
benthosdev/benthosnow redirects toredpanda-data/connect.They renamed it due to an acquisition, as in https://www.redpanda.com/press/redpanda-acquires-benthos. redpanda-data/connect#2618
aqua-registryalready supports it, so we can safely rename it. aquaproj/aqua-registry#23450benthosdev/benthos-asdfsupports the latest version ofredpanda-connect, so I think we can keep this. As a note, it renames the installed bin tobenthos.