Skip to content

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

Merged
renovate[bot] merged 1 commit into
mainfrom
deps-update/main-github.comtwmbfranz-gopluginkprom
Jul 26, 2025
Merged

fix(deps): update module github.com/twmb/franz-go/plugin/kprom to v1.3.0 (main)#18596
renovate[bot] merged 1 commit into
mainfrom
deps-update/main-github.comtwmbfranz-gopluginkprom

Conversation

@renovate

@renovate renovate Bot commented Jul 26, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

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

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

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 26, 2025
@renovate
renovate Bot requested a review from a team as a code owner July 26, 2025 00:16
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 26, 2025
@renovate
renovate Bot enabled auto-merge (squash) July 26, 2025 00:16
@renovate
renovate Bot merged commit 5405a83 into main Jul 26, 2025
70 checks passed
@renovate
renovate Bot deleted the deps-update/main-github.comtwmbfranz-gopluginkprom branch July 26, 2025 00:23
gotjosh added a commit that referenced this pull request Aug 9, 2025
With #18596, we upgraded kprom to a version that contains a breaking change.

The library now introduces a metric `{ns}_buffered_produce_bytes_total` which is already defined as part of both Mimir and adaptime metrics.

Rolling forward in Mimir is more complicated than rolling backwards here in Loki as I can see there are no dashboard or alerts using this metric so I propose to do that.

I'll also need to tell renovate to skip this version afterward

Signed-off-by: gotjosh <josue.abreu@gmail.com>
felix0102 pushed a commit to felix0102/loki that referenced this pull request Aug 2, 2026
…3.0 (main) (grafana#18596)

Co-authored-by: renovate[bot] <29139614+renovate[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 size/XS

0 participants