Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps github.com/prometheus/prometheus from 0.300.1 to 0.305.0.

Commits
  • 8be3a95 Prepare release 3.5.0
  • eea2037 Prepare release 3.5.0-rc.1 (#16845)
  • 4b9d0fb Revert: OTLP Support including scope metadata as metric labels (#16842)
  • 31f0c70 Prepare release 3.5.0-rc.0 (#16778)
  • 9e73fb4 Merge pull request #16773 from prometheus/beorn7/promql
  • ce809e6 promql: Re-introduce direct mean calculation for better accuracy
  • f71daa7 promql: Remove falsified comment from test
  • 2b3fc1f promql: Add test cases for direct mean calculation
  • 748fe6d Limit concurrency of scrape pool reloads (#16783)
  • df4f1df Merge pull request #16787 from jkroepke/release-3.4-main
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 1, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/prometheus/prometheus-0.305.0 branch from 28fba32 to 9a95e71 Compare August 1, 2025 20:59
@matthiasr
Copy link
Contributor

@dependabot recreate

Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.300.1 to 0.305.0.
- [Release notes](https://github.com/prometheus/prometheus/releases)
- [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md)
- [Commits](prometheus/prometheus@v0.300.1...v0.305.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/prometheus
  dependency-version: 0.305.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/prometheus/prometheus-0.305.0 branch from 9a95e71 to 24774a6 Compare August 1, 2025 21:16
Replace manual labels construction with Builder pattern to fix compilation
errors after Prometheus dependency update. The labels.Labels type changed
from a simple slice to a more complex type requiring proper constructors.

Changes:
- Use labels.NewBuilder() instead of make(labels.Labels, 0)
- Use builder.Set() instead of append() for adding labels
- Apply same fix to backfill_test.go

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Signed-off-by: Matthias Rampke <[email protected]>
@matthiasr matthiasr force-pushed the dependabot/go_modules/github.com/prometheus/prometheus-0.305.0 branch from f176c91 to 3b91d2c Compare August 1, 2025 22:26
@matthiasr matthiasr enabled auto-merge August 1, 2025 22:27
@matthiasr matthiasr merged commit b93b553 into master Aug 1, 2025
5 checks passed
@matthiasr matthiasr deleted the dependabot/go_modules/github.com/prometheus/prometheus-0.305.0 branch August 1, 2025 22:37
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants