Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Benthos and update CHANGELOG #2713

Merged
merged 1 commit into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog

All notable changes to this project will be documented in this file.

## v4.31.0 - TBD
## v4.31.0 - 2024-07-19

### Added

Expand All @@ -18,6 +18,8 @@ All notable changes to this project will be documented in this file.
- New `-community` suffixed build included in release artifacts, containing only FOSS functionality. (@Jeffail)
- New `-cloud` suffixed build included in release artifacts, containing components enabled in Redpanda Cloud. (@Jeffail)
- Field `status_topic` added to the global `redpanda` config block. (@Jeffail)
- New `pinecone` output. (@rockwotj)
- (Benthos) The `/ready` endpoint in regular operation now provides a detailed summary of all inputs and outputs, including connection errors where applicable. (@Jeffail)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ require (
github.com/rabbitmq/amqp091-go v1.10.0
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
github.com/redis/go-redis/v9 v9.5.3
github.com/redpanda-data/benthos/v4 v4.32.0
github.com/redpanda-data/benthos/v4 v4.33.0
github.com/redpanda-data/connect/public/bundle/free/v4 v4.29.0
github.com/rs/xid v1.2.1
github.com/sijms/go-ora/v2 v2.8.19
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -948,8 +948,8 @@ github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 h1:N/ElC8H3+5X
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
github.com/redis/go-redis/v9 v9.5.3 h1:fOAp1/uJG+ZtcITgZOfYFmTKPE7n4Vclj1wZFgRciUU=
github.com/redis/go-redis/v9 v9.5.3/go.mod h1:hdY0cQFCN4fnSYT6TkisLufl/4W5UIXyv0b/CLO2V2M=
github.com/redpanda-data/benthos/v4 v4.32.0 h1:4IErBvcifHMPiRNNNql8Q0MlM58bbEK5RRck6XDloUI=
github.com/redpanda-data/benthos/v4 v4.32.0/go.mod h1:E3ivVEVcwCC/wsvDJ8uDK84FnNXObuAIAdwzyljE6/s=
github.com/redpanda-data/benthos/v4 v4.33.0 h1:CrgAjbzgn6G4xKA7Y5Byf3ikpwSkqProNgqKLFKrJBQ=
github.com/redpanda-data/benthos/v4 v4.33.0/go.mod h1:E3ivVEVcwCC/wsvDJ8uDK84FnNXObuAIAdwzyljE6/s=
github.com/redpanda-data/connect/public/bundle/free/v4 v4.29.0 h1:Z6cF6q86b6bw0uRohX2tnUBe0EgRtak7JjQlaXBnAVs=
github.com/redpanda-data/connect/public/bundle/free/v4 v4.29.0/go.mod h1:AU2ujaShckZ9Zn3N58MGy6QYw500v8bvWgBgdnxCqaE=
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=
Expand Down