Skip to content

CP-29639: Bump github.com/prometheus/prometheus from 0.313.2 to 0.314.0 - #969

Merged
evan-cz merged 1 commit into
developfrom
dependabot/go_modules/github.com/prometheus/prometheus-0.314.0
Sep 5, 2026
Merged

CP-29639: Bump github.com/prometheus/prometheus from 0.313.2 to 0.314.0#969
evan-cz merged 1 commit into
developfrom
dependabot/go_modules/github.com/prometheus/prometheus-0.314.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/prometheus/prometheus from 0.313.2 to 0.314.0.

Commits
  • d7598b7 prepare 3.14.0 (#19442)
  • 549fd68 chore: prepare 3.14.0-rc.0 (#19322)
  • bf5a981 Merge pull request #19300 from prometheus/krajo/merge-release-to-main
  • 1427c3a Merge pull request #19294 from abhinandan-thakur/docs-6784-adding-docs-for-mi...
  • 8c4a80b Merge remote-tracking branch 'origin/release-3.13' into krajo/merge-release-t...
  • 631483e Update storage/interface.go
  • 383cf07 storage: document mint and maxt parameters
  • 40ea54d Merge pull request #18778 from Vaivaswat2244/ipv6
  • e353420 fix(nhcb): reuse hBuffer when hashing label sets (#19282)
  • 76f12ae Merge pull request #19271 from ZayanKhan-12/fix-release-dependabot-link
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 26, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 26, 2026 16:03
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 26, 2026
@greptile-apps

greptile-apps Bot commented Aug 26, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/prometheus/prometheus-0.314.0 branch 2 times, most recently from 93813f9 to 4dbf2cd Compare August 28, 2026 15:08
@evan-cz

evan-cz commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/prometheus/prometheus-0.314.0 branch from 4dbf2cd to 8fd3f97 Compare September 4, 2026 22:36
@evan-cz
evan-cz force-pushed the dependabot/go_modules/github.com/prometheus/prometheus-0.314.0 branch 2 times, most recently from e2e81dd to ab66201 Compare September 4, 2026 23:39

@evan-cz evan-cz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bump plus the call-site fix it requires: writev2.FromIntHistogram/FromFloatHistogram gained a leading start-timestamp parameter in 0.314.0. Passing 0 per the upstream doc comment, so fixture behaviour is unchanged. CI green.

@evan-cz
evan-cz added this pull request to the merge queue Sep 5, 2026
@evan-cz
evan-cz removed this pull request from the merge queue due to a manual request Sep 5, 2026
@evan-cz
evan-cz force-pushed the dependabot/go_modules/github.com/prometheus/prometheus-0.314.0 branch from ab66201 to 557f84d Compare September 5, 2026 00:24
The bump alone does not compile. writev2.FromIntHistogram and
FromFloatHistogram gained a leading start-timestamp parameter in this
release, and app/domain/testdata/fixture.go still calls the two-argument
form.

Pass 0 for the new argument, which the upstream doc comment specifies as
the value for an unknown start timestamp and which Prometheus's own
tests use. The fixtures keep their existing timestamps and behaviour.

Only the writev2 calls change; the prompb equivalents in the same file
are a different package whose signature is unchanged.

Note for anyone reproducing this: go build ./... does not catch it. The
Go toolchain skips directories named testdata, so the file only compiles
under go test.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@evan-cz
evan-cz force-pushed the dependabot/go_modules/github.com/prometheus/prometheus-0.314.0 branch from 557f84d to 2d2191f Compare September 5, 2026 00:31
@evan-cz
evan-cz added this pull request to the merge queue Sep 5, 2026
Merged via the queue into develop with commit 41acbe5 Sep 5, 2026
56 of 57 checks passed
@evan-cz
evan-cz deleted the dependabot/go_modules/github.com/prometheus/prometheus-0.314.0 branch September 5, 2026 01:22
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant