Skip to content

Conversation

@red-hat-konflux
Copy link
Contributor

@red-hat-konflux red-hat-konflux bot commented Jan 5, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/IBM/sarama v1.45.0 -> v1.46.3 age confidence require minor
github.com/Shopify/sarama v1.45.1 -> v1.46.3 age confidence require minor
github.com/aws/aws-sdk-go v1.55.6 -> v1.55.8 age confidence require patch
github.com/bytedance/sonic v1.12.7 -> v1.14.2 age confidence indirect minor
github.com/eapache/go-resiliency v1.2.0 -> v1.7.0 age confidence indirect minor
github.com/gabriel-vasile/mimetype v1.4.9 -> v1.4.12 age confidence indirect patch
github.com/gin-contrib/sse v1.0.0 -> v1.1.0 age confidence indirect minor
github.com/gin-gonic/gin v1.10.0 -> v1.11.0 age confidence require minor
github.com/go-playground/validator/v10 v10.24.0 -> v10.30.1 age confidence indirect minor
github.com/goccy/go-json v0.10.4 -> v0.10.5 age confidence indirect patch
github.com/golang-migrate/migrate/v4 v4.18.2 -> v4.19.1 age confidence require minor
github.com/hashicorp/go-uuid v1.0.2 -> v1.0.3 age confidence indirect patch
github.com/jackc/pgerrcode 6e2875d -> afb5586 age confidence indirect digest
github.com/jackc/pgx/v5 v5.7.2 -> v5.8.0 age confidence indirect minor
github.com/jcmturner/gofork v1.0.0 -> v1.7.6 age confidence indirect minor
github.com/jcmturner/gokrb5/v8 v8.4.2 -> v8.4.4 age confidence indirect patch
github.com/klauspost/compress v1.17.2 -> v1.18.2 age confidence indirect minor
github.com/klauspost/compress v1.17.11 -> v1.18.2 age confidence indirect minor
github.com/klauspost/cpuid/v2 v2.2.9 -> v2.3.0 age confidence indirect minor
github.com/magiconair/properties v1.8.7 -> v1.8.10 age confidence indirect patch
github.com/pelletier/go-toml/v2 v2.2.2 -> v2.2.4 age confidence indirect patch
github.com/pelletier/go-toml/v2 v2.2.3 -> v2.2.4 age confidence indirect patch
github.com/prometheus/client_golang v1.21.1 -> v1.23.2 age confidence require minor
github.com/prometheus/common v0.62.0 -> v0.67.5 age confidence indirect minor
github.com/prometheus/procfs v0.15.1 -> v0.19.2 age confidence indirect minor
github.com/redhatinsights/app-common-go v1.6.8 -> v1.6.9 age confidence require patch
github.com/sagikazarmark/locafero v0.4.0 -> v0.12.0 age confidence indirect minor
github.com/spf13/afero v1.11.0 -> v1.15.0 age confidence indirect minor
github.com/spf13/cast v1.6.0 -> v1.10.0 age confidence indirect minor
github.com/spf13/pflag v1.0.5 -> v1.0.10 age confidence indirect 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
github.com/swaggo/gin-swagger v1.6.0 -> v1.6.1 age confidence require patch
github.com/ugorji/go/codec v1.2.12 -> v1.3.1 age confidence indirect minor
github.com/xdg-go/scram v1.1.2 -> v1.2.0 age confidence require minor
go.uber.org/atomic v1.9.0 -> v1.11.0 age confidence indirect minor
go.uber.org/multierr v1.9.0 -> v1.11.0 age confidence indirect minor
golang.org/x/arch v0.13.0 -> v0.23.0 age confidence indirect minor
golang.org/x/crypto v0.21.0 -> v0.46.0 age confidence indirect minor
golang.org/x/crypto v0.39.0 -> v0.46.0 age confidence indirect minor
golang.org/x/mod v0.25.0 -> v0.32.0 age confidence indirect minor
golang.org/x/net v0.23.0 -> v0.48.0 age confidence indirect minor
golang.org/x/net v0.41.0 -> v0.48.0 age confidence indirect minor
golang.org/x/oauth2 v0.25.0 -> v0.34.0 age confidence indirect minor
golang.org/x/sync v0.16.0 -> v0.19.0 age confidence indirect minor
golang.org/x/sys v0.18.0 -> v0.40.0 age confidence indirect minor
golang.org/x/sys v0.33.0 -> v0.40.0 age confidence indirect minor
golang.org/x/text v0.27.0 -> v0.33.0 age confidence indirect minor
golang.org/x/text v0.27.0 -> v0.33.0 age confidence require minor
golang.org/x/tools v0.34.0 -> v0.40.0 age confidence indirect minor
gopkg.in/ini.v1 v1.67.0 -> v1.67.1 age confidence indirect patch
gorm.io/driver/postgres v1.5.11 -> v1.6.0 age confidence require minor
gorm.io/gorm v1.25.12 -> v1.31.1 age confidence require minor

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

IBM/sarama (github.com/IBM/sarama)

v1.46.3: Version 1.46.3 (2025-10-26)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates
🔧 Maintenance
  • chore(ci): extract tool versions and add renovate customManagers by @​dnwe in #​3346

Full Changelog: IBM/sarama@v1.46.2...v1.46.3

v1.46.2: Version 1.46.2 (2025-10-10)

Compare Source

What's Changed

A big focus on improving our support for newer protocol versions in this release, particularly supporting a wider range of flexible versions

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

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

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

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

v1.46.3: Version 1.46.3 (2025-10-26)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates
🔧 Maintenance
  • chore(ci): extract tool versions and add renovate customManagers by @​dnwe in IBM#3346

Full Changelog: IBM/sarama@v1.46.2...v1.46.3

v1.46.2: Version 1.46.2 (2025-10-10)

Compare Source

What's Changed

A big focus on improving our support for newer protocol versions in this release, particularly supporting a wider range of flexible versions

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance
  • chore: remove redundant insufficient data checks by @​hindessm in IBM#3300
  • refactor: use struct rather than map with one entry by [@​hindessm](https

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.

👻 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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux
Copy link
Contributor Author

red-hat-konflux bot commented Jan 5, 2026

⚠️ 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: local_setup/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

@jira-linking
Copy link

jira-linking bot commented Jan 5, 2026

Commits missing Jira IDs:
a1dc441

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/go-modules branch 28 times, most recently from 9f6d93e to 812c671 Compare January 11, 2026 16:39
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/go-modules branch 2 times, most recently from d335c66 to a948c9d Compare January 12, 2026 00:38
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/go-modules branch from a948c9d to a1dc441 Compare January 12, 2026 04:44
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