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

fix(deps): update module github.com/shopify/sarama to v1.43.3 #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 6, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/Shopify/sarama v1.32.0 -> v1.43.3 age adoption passing confidence

Release Notes

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

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

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

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
🐛 Fixes
📦 Dependency updates
🔧 Maintenance
📝 Documentation

New Contributors

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

v1.40.1: Version 1.40.1 (2023-07-27)

Compare Source

What's Changed

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

New Contributors

Full Changelog: IBM/sarama@v1.40.0...v1.40.1

v1.40.0: Version 1.40.0 (2023-07-17)

Compare Source

What's Changed

Note: this is the first release after the transition of Sarama ownership from Shopify to IBM in https://github.com/IBM/sarama/issues/2461

🚨 Breaking Changes
🐛 Fixes
📦 Dependency updates
🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.38.1...v1.40.0

v1.38.1: Version 1.38.1 (2023-01-22)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates

New Contributors

Full Changelog: IBM/sarama@v1.38.0...v1.38.1

v1.38.0: Version 1.38.0 (2023-01-08)

Compare Source

What's Changed

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

New Contributors

Full Changelog: IBM/sarama@v1.37.2...v1.38.0

v1.37.2: Version 1.37.2 (2022-10-04)

Compare Source

What's Changed

🐛 Fixes
➕ Other Changes

Full Changelog: IBM/sarama@v1.37.1...v1.37.2

v1.37.1: Version 1.37.1 (2022-10-04)

Compare Source

What's Changed

🐛 Fixes

New Contributors

Full Changelog: IBM/sarama@v1.37.0...v1.37.1

v1.37.0: Version 1.37.0 (2022-09-28)

Compare Source

What's Changed

🚨 Breaking Changes
  • Due to a change in github.com/klauspost/compress v1.15.10, Sarama v1.37.0 requires Go 1.17 going forward, unfortunately due to an oversight this wasn't reflected in the go.mod declaration at time of release.
🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 force-pushed the renovate/git.luolix.top-shopify-sarama-1.x branch from 3e5bc35 to 2fed3ff Compare July 17, 2023 14:15
@renovate renovate bot changed the title fix(deps): update module github.com/shopify/sarama to v1.38.1 fix(deps): update module github.com/shopify/sarama to v1.40.0 Jul 17, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jul 17, 2023

⚠ Artifact update problem

Renovate failed to update an artifact 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: apps/report/go.sum
Command failed: go get -d -t ./...
go: github.com/Shopify/sarama@v1.43.2: parsing go.mod:
	module declares its path as: github.com/IBM/sarama
	        but was required as: github.com/Shopify/sarama

@renovate renovate bot changed the title fix(deps): update module github.com/shopify/sarama to v1.40.0 fix(deps): update module github.com/shopify/sarama to v1.40.1 Jul 26, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-shopify-sarama-1.x branch from 2fed3ff to 65c2392 Compare July 26, 2023 22:32
@renovate renovate bot force-pushed the renovate/git.luolix.top-shopify-sarama-1.x branch from 65c2392 to e60ab0e Compare August 21, 2023 19:48
@renovate renovate bot changed the title fix(deps): update module github.com/shopify/sarama to v1.40.1 fix(deps): update module github.com/shopify/sarama to v1.41.0 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-shopify-sarama-1.x branch from e60ab0e to a77a4c7 Compare August 30, 2023 14:31
@renovate renovate bot changed the title fix(deps): update module github.com/shopify/sarama to v1.41.0 fix(deps): update module github.com/shopify/sarama to v1.41.1 Aug 30, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-shopify-sarama-1.x branch from a77a4c7 to 3b32558 Compare September 12, 2023 21:47
@renovate renovate bot changed the title fix(deps): update module github.com/shopify/sarama to v1.41.1 fix(deps): update module github.com/shopify/sarama to v1.41.2 Sep 12, 2023
@renovate renovate bot changed the title fix(deps): update module github.com/shopify/sarama to v1.41.2 fix(deps): update module github.com/shopify/sarama to v1.41.3 Oct 17, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-shopify-sarama-1.x branch from 3b32558 to aa5fb53 Compare October 17, 2023 23:13
@renovate renovate bot force-pushed the renovate/git.luolix.top-shopify-sarama-1.x branch from aa5fb53 to 49712d9 Compare October 28, 2023 17:28
@renovate renovate bot changed the title fix(deps): update module github.com/shopify/sarama to v1.41.3 fix(deps): update module github.com/shopify/sarama to v1.42.0 Nov 2, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-shopify-sarama-1.x branch 2 times, most recently from 7100656 to 49c739b Compare November 7, 2023 17:12
@renovate renovate bot changed the title fix(deps): update module github.com/shopify/sarama to v1.42.0 fix(deps): update module github.com/shopify/sarama to v1.42.1 Nov 7, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-shopify-sarama-1.x branch from 49c739b to f28aac2 Compare February 10, 2024 00:44
@renovate renovate bot changed the title fix(deps): update module github.com/shopify/sarama to v1.42.1 fix(deps): update module github.com/shopify/sarama to v1.42.2 Feb 10, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-shopify-sarama-1.x branch from f28aac2 to fe2cbc8 Compare February 23, 2024 00:04
@renovate renovate bot changed the title fix(deps): update module github.com/shopify/sarama to v1.42.2 fix(deps): update module github.com/shopify/sarama to v1.43.0 Feb 23, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-shopify-sarama-1.x branch from fe2cbc8 to 804f22d Compare March 27, 2024 12:22
@renovate renovate bot changed the title fix(deps): update module github.com/shopify/sarama to v1.43.0 fix(deps): update module github.com/shopify/sarama to v1.43.1 Mar 27, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-shopify-sarama-1.x branch from 804f22d to 75a8385 Compare April 25, 2024 19:25
@renovate renovate bot changed the title fix(deps): update module github.com/shopify/sarama to v1.43.1 fix(deps): update module github.com/shopify/sarama to v1.43.2 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-shopify-sarama-1.x branch from 75a8385 to 57497f3 Compare August 12, 2024 18:50
@renovate renovate bot changed the title fix(deps): update module github.com/shopify/sarama to v1.43.2 fix(deps): update module github.com/shopify/sarama to v1.43.3 Aug 12, 2024
Copy link
Contributor Author

renovate bot commented Aug 12, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact 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: apps/report/go.sum
Command failed: go get -d -t ./...
go: github.com/Shopify/sarama@v1.43.3: parsing go.mod:
	module declares its path as: github.com/IBM/sarama
	        but was required as: github.com/Shopify/sarama

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