Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence Type Update
cloud.google.com/go/spanner v1.83.0 -> v1.86.0 age confidence require minor
docker.redpanda.com/redpandadata/redpanda v23.2.21 -> v23.3.21 age confidence minor
github.com/Shopify/sarama v1.38.1 -> v1.46.1 age confidence require minor
github.com/moov-io/ach v1.52.0 -> v1.53.0 age confidence require minor
github.com/moov-io/base v0.57.0 -> v0.58.0 age confidence require minor
github.com/moov-io/go-sftp v0.16.0 -> v0.16.1 age confidence require patch
github.com/prometheus/client_golang v1.22.0 -> v1.23.2 age confidence require minor
github.com/rickar/cal/v2 v2.1.24 -> v2.1.25 age confidence require patch
github.com/spf13/viper v1.20.1 -> v1.21.0 age confidence require minor
github.com/stretchr/testify v1.10.0 -> v1.11.1 age confidence require minor
golang 1.24 -> 1.25 age confidence stage minor
golang.org/x/crypto v0.39.0 -> v0.42.0 age confidence require minor
golang.org/x/sync v0.15.0 -> v0.17.0 age confidence require minor
golang.org/x/text v0.26.0 -> v0.29.0 age confidence require minor
google.golang.org/api v0.240.0 -> v0.251.0 age confidence require minor
moov/fsftp v0.2.1 -> v0.2.2 age confidence patch
wdm "~> 0.1.1" -> "~> 0.2.0" age confidence minor

Release Notes

Shopify/sarama (github.com/Shopify/sarama)

v1.46.1: Version 1.46.1 (2025-09-18)

Compare Source

[!NOTE]
The go.mod directive has been bumped to 1.24.0 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of.

What's Changed

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.46.0...v1.46.1

v1.46.0: Version 1.46.0 (2025-08-25)

Compare Source

[!NOTE]
This release contains significant changes. Notably Sarama will now use the ApiVersionRequest response from each broker to aid in selecting the protocol version to use. The existing Version field in sarama.Config will continue to provide a "pinning" mechanism, but can safely be set to a maximum or higher value than the remote cluster and sarama will sensibly pick compatible versions. There is also a performance improvement relating to MetadataRequests whereby Sarama will avoid having more than a single request to each broker in-flight at any given time. These new (optimal) behaviour is on by default can be opt-ed out via the Metadata.SingleFlight field in Config.

What's Changed

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.45.2...v1.46.0

v1.45.2: Version 1.45.2 (2025-05-28)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates
➕ Other Changes

New Contributors

Full Changelog: IBM/sarama@v1.45.1...v1.45.2

v1.45.1: Version 1.45.1 (2025-03-02)

Compare Source

What's Changed

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.45.0...v1.45.1

v1.45.0: Version 1.45.0 (2025-01-07)

Compare Source

[!NOTE]
The go.mod directive has been bumped to 1.21 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.

What's Changed

🐛 Fixes
📦 Dependency updates
🔧 Maintenance

Full Changelog: IBM/sarama@v1.44.0...v1.45.0

v1.44.0: Version 1.44.0 (2024-12-27)

Compare Source

[!NOTE]
The go.mod directive has been bumped to 1.20 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.

What's Changed

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
  • chore(deps): bump the golang-org-x group across 1 directory with 2 updates by @​dependabot in IBM#3010
  • chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 in the go_modules group by @​dependabot in IBM#3041
  • chore(deps): bump the golang-org-x group across 1 directory with 2 updates by @​dependabot in IBM#3040
  • chore(deps): bump github.com/pierrec/lz4/v4 from 4.1.21 to 4.1.22 by @​dependabot in IBM#3038
  • chore(deps): bump the go_modules group across 2 directories with 1 update by @​dependabot in IBM#3035
  • chore(deps): bump golang.org/x/crypto from 0.22.0 to 0.31.0 in /examples/consumergroup in the go_modules group by @​dependabot in IBM#3033
  • chore(deps): bump golang.org/x/crypto from 0.22.0 to 0.31.0 in /examples/txn_producer in the go_modules group by @​dependabot in IBM#3034
  • chore(deps): bump golang.org/x/crypto from 0.22.0 to 0.31.0 in /examples/interceptors in the go_modules group by @​dependabot in IBM#3032
  • chore(deps): bump golang.org/x/crypto from 0.22.0 to 0.31.0 in /examples/exactly_once in the go_modules group by @​dependabot in IBM#3031
  • chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @​dependabot in IBM#3020
🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.43.3...v1.44.0

v1.43.3: Version 1.43.3 (2024-08-12)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates
🔧 Maintenance
📝 Documentation

New Contributors

Full Changelog: IBM/sarama@v1.43.2...v1.43.3

v1.43.2: Version 1.43.2 (2024-04-25)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates
  • chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 by @​dependabot in IBM#2866
  • chore(deps): bump the golang-org-x group with 2 updates by @​dependabot in IBM#2853
  • chore(deps): bump github.com/klauspost/compress from 1.17.7 to 1.17.8 by @​dependabot in IBM#2857
  • chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/txn_producer in the go_modules group by @​dependabot in IBM#2865
  • chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/consumergroup in the go_modules group by @​dependabot in IBM#2867
  • chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/exactly_once in the go_modules group by @​dependabot in IBM#2868
  • chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 in /examples/interceptors in the go_modules group by @​dependabot in IBM#2869

Full Changelog: IBM/sarama@v1.43.1...v1.43.2

v1.43.1: Version 1.43.1 (2024-03-27)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates
  • chore(deps): bump go.opentelemetry.io/otel/sdk from 1.23.1 to 1.24.0 in /examples/interceptors by @​dependabot in IBM#2816
  • chore(deps): bump the golang-org-x group with 1 update by @​dependabot in IBM#2825
  • chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @​dependabot in IBM#2822
  • chore(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdoutmetric from 1.23.1 to 1.24.0 in /examples/interceptors by @​dependabot in IBM#2815

New Contributors

Full Changelog: IBM/sarama@v1.43.0...v1.43.1

v1.43.0: Version 1.43.0 (2024-02-22)

Compare Source

[!NOTE]
The go.mod directive has been bumped to 1.19 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.

What's Changed

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.42.2...v1.43.0

v1.42.2: Version 1.42.2 (2024-02-09)

Compare Source

What's Changed

[!NOTE]
The go.mod directive has been bumped to 1.18 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance
➕ Other Changes

New Contributors

Full Changelog: IBM/sarama@v1.42.1...v1.42.2

v1.42.1: Version 1.42.1 (2023-11-07)

Compare Source

What's Changed

🐛 Fixes

Full Changelog: IBM/sarama@v1.42.0...v1.42.1

v1.42.0: Version 1.42.0 (2023-11-02)

Compare Source

What's Changed

🐛 Fixes
🔧 Maintenance
➕ Other Changes

New Contributors

Full Changelog: IBM/sarama@v1.41.3...v1.42.0

v1.41.3: Version 1.41.3 (2023-10-17)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates
📝 Documentation

New Contributors

Full Changelog: IBM/sarama@v1.41.2...v1.41.3

v1.41.2: Version 1.41.2 (2023-09-12)

Compare Source

What's Changed

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates

New Contributors

Full Changelog: IBM/sarama@v1.41.1...v1.41.2

v1.41.1: Version 1.41.1 (2023-08-30)

Compare Source

What's Changed

🐛 Fixes
🔧 Maintenance
📝 Documentation
➕ Other Changes

Full Changelog: IBM/sarama@v1.41.0...v1.41.1

v1.41.0: Version 1.41.0 (2023-08-21)

Compare Source

What's Changed

🚨 Breaking Changes

Note: this version of Sarama has had a big overhaul in its adherence to the use of the right Kafka protocol versions for the given Config Version. It has also bumped the default Version set in Config (where one is not supplied) to 2.1.0. This is in preparation for Kafka 4.0 dropping support for protocol versions older than 2.1. If you are using Sarama against Kafka clusters older than v2.1.0, or using it against Azure EventHubs then you will likely have to change your application code to pin to the appropriate Version.

🎉 New Features / Improvements

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from adamdecaf as a code owner January 23, 2025 20:29
Copy link
Contributor Author

renovate bot commented Jan 23, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: github.com/Shopify/[email protected]: parsing go.mod:
	module declares its path as: github.com/IBM/sarama
	        but was required as: github.com/Shopify/sarama

File name: docs/Gemfile.lock

/opt/containerbase/tools/bundler/2.2.17/3.4.6/gems/bundler-2.2.17/lib/bundler/vendor/thor/lib/thor/error.rb:105:in '<class:Thor>': uninitialized constant DidYouMean::SPELL_CHECKERS (NameError)

    DidYouMean::SPELL_CHECKERS.merge!(
              ^^^^^^^^^^^^^^^^
Did you mean?  DidYouMean::SpellChecker
	from /opt/containerbase/tools/bundler/2.2.17/3.4.6/gems/bundler-2.2.17/lib/bundler/vendor/thor/lib/thor/error.rb:1:in '<top (required)>'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.6/gems/bundler-2.2.17/lib/bundler/vendor/thor/lib/thor/base.rb:3:in 'Kernel#require_relative'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.6/gems/bundler-2.2.17/lib/bundler/vendor/thor/lib/thor/base.rb:3:in '<top (required)>'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.6/gems/bundler-2.2.17/lib/bundler/vendor/thor/lib/thor.rb:1:in 'Kernel#require_relative'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.6/gems/bundler-2.2.17/lib/bundler/vendor/thor/lib/thor.rb:1:in '<top (required)>'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.6/gems/bundler-2.2.17/lib/bundler/vendored_thor.rb:8:in 'Kernel#require_relative'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.6/gems/bundler-2.2.17/lib/bundler/vendored_thor.rb:8:in '<top (required)>'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.6/gems/bundler-2.2.17/lib/bundler/friendly_errors.rb:3:in 'Kernel#require_relative'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.6/gems/bundler-2.2.17/lib/bundler/friendly_errors.rb:3:in '<top (required)>'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.6/gems/bundler-2.2.17/exe/bundle:32:in 'Kernel#require_relative'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.6/gems/bundler-2.2.17/exe/bundle:32:in '<top (required)>'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.6/gems/bundler-2.2.17/exe/bundler:4:in 'Kernel#load'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.6/gems/bundler-2.2.17/exe/bundler:4:in '<top (required)>'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.6/bin/bundler:25:in 'Kernel#load'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.6/bin/bundler:25:in '<main>'

@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 550ab79 to 44f66c1 Compare January 29, 2025 03:43
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 327c39e to 7bddaba Compare February 6, 2025 07:25
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 0220651 to 66d4736 Compare February 14, 2025 23:38
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 6a861bb to b3aae58 Compare February 22, 2025 03:51
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from dbab232 to 0d65cb4 Compare March 4, 2025 20:53
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 3724c2f to 39d18a1 Compare March 11, 2025 22:00
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from ae132d7 to 853d7d2 Compare March 13, 2025 01:23
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 8ae0bbd to 3a84163 Compare August 13, 2025 16:58
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 1d8408f to 80b202c Compare August 19, 2025 22:40
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 5505e9e to ed80921 Compare August 29, 2025 19:14
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from f1be29b to 756faf6 Compare September 12, 2025 20:11
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 1b01a72 to 7653c7d Compare September 19, 2025 01:45
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 93373a3 to 402b117 Compare September 30, 2025 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants