Skip to content

fix(deps): update module github.com/twmb/franz-go/plugin/kprom to v1.3.0 (main)#6303

Open
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/main-github.com-twmb-franz-go-plugin-kprom-1.x
Open

fix(deps): update module github.com/twmb/franz-go/plugin/kprom to v1.3.0 (main)#6303
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/main-github.com-twmb-franz-go-plugin-kprom-1.x

Conversation

@renovate-sh-app
Copy link
Contributor

@renovate-sh-app renovate-sh-app bot commented Jan 27, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/twmb/franz-go/plugin/kprom v1.2.1v1.3.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

twmb/franz-go (github.com/twmb/franz-go/plugin/kprom)

v1.3.0

Compare Source

===

This release contains three new features, a few behavior changes, and one minor
bugfix.

For features, you can now adjust fetched offsets before they are used (thanks
@​michaelwilner!), you can now "ping" your cluster to see if the client can
connect at all, and you can now use SetOffsets when consuming partitions
manually. As a somewhat of a feature-ish, producing no longer requires a
context, instead if a context is nil, context.Background is used (this was
added to allow more laziness when writing small unimportant files).

The transactional behavior change is important: the documentation changes are
worth reading, and it is worth using a 2.5+ cluster along with the
RequireStableFetchOffsets option if possible. The metadata leader epoch
rewinding behavior change allows the client to continue in the event of odd
cluster issues.

In kadm, we now return individual per-partition errors if partitions are not
included in OffsetCommit responses. The generated code now has a few more enums
(thanks @​weeco!)

Lastly, as a small bugfix, client.Close() did not properly stop seed brokers.
A previous commit split seed brokers and non-seed brokers internally into two
fields but did not add broker shutdown on the now-split seed broker field.

  • e0b520c behavior change kadm: set per-partition errors on missing offsets in CommitOffsets
  • 32425df feature client: add Ping method
  • a059901 behavior change txns: sleep 200ms on commit, preventing rebalance / new commit
  • 12eaa1e behavior change metadata: allow leader epoch rewinds after 5 tries
  • 029e655 feature-ish Produce{,Sync}: default to context.Background if no ctx is provided
  • eb2cec3 bugfix client: stop seed brokers on client.Close
  • 2eae20d feature consumer: allow SetOffsets for direct partition consuming
  • pr #​120 feature Add groupopt to swizzle offset assignments before consumption (thanks @​michaelwilner!)

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.

🔕 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

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app renovate-sh-app bot added dependencies Pull requests that update a dependency file gomod minor renovate Applied to PR's created by renovatebot update-minor labels Jan 27, 2026
@renovate-sh-app renovate-sh-app bot enabled auto-merge (squash) January 27, 2026 14:22
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/main-github.com-twmb-franz-go-plugin-kprom-1.x branch 11 times, most recently from 8f26903 to cef4114 Compare January 29, 2026 17:12
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/main-github.com-twmb-franz-go-plugin-kprom-1.x branch 21 times, most recently from 94466e1 to e0031d3 Compare February 11, 2026 14:17
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/main-github.com-twmb-franz-go-plugin-kprom-1.x branch 8 times, most recently from 4916d34 to 82d098f Compare February 12, 2026 21:05
| datasource | package                               | from   | to     |
| ---------- | ------------------------------------- | ------ | ------ |
| go         | github.com/twmb/franz-go/plugin/kprom | v1.2.1 | v1.3.0 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file gomod minor renovate Applied to PR's created by renovatebot update-minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants