Skip to content

build(deps): bump github.com/prometheus/prometheus from 0.310.0 to 0.311.1#1758

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/prometheus/prometheus-0.311.1
Open

build(deps): bump github.com/prometheus/prometheus from 0.310.0 to 0.311.1#1758
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/prometheus/prometheus-0.311.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2026

Bumps github.com/prometheus/prometheus from 0.310.0 to 0.311.1.

Commits
  • 1bd2f3a Merge pull request #18473 from roidelapluie/roidelapluie/cut-3.11.1
  • 9678641 Release 3.11.1
  • 9eaede1 Merge pull request #18469 from roidelapluie/roidelapluie/tracing-fix-insecure...
  • 027b763 tracing: add regression test for HTTP insecure mode
  • b997a29 tracing: fix startup failure for insecure OTLP HTTP tracing
  • d7cd96c Merge pull request #18429 from roidelapluie/roidelapluie/cut-3.11.0
  • 9b12b3d Release 3.11.0
  • 608636c Merge pull request #18395 from roidelapluie/roidelapluie/cut-3.11.o-rc.0
  • 999a67c Release 3.11.0-rc.0
  • cb33823 Merge pull request #18374 from roidelapluie/roidelapluie/retention-percentage...
  • 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 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)

Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.310.0 to 0.311.1.
- [Release notes](https://github.com/prometheus/prometheus/releases)
- [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md)
- [Commits](prometheus/prometheus@v0.310.0...v0.311.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 8, 2026
@dependabot dependabot bot requested a review from prymitive as a code owner April 8, 2026 11:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 8, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 8, 2026

Benchmark diff:

goos: linux
goarch: amd64
pkg: github.com/cloudflare/pint/cmd/pint
cpu: AMD EPYC 7763 64-Core Processor                
                    │   old.txt   │
                    │   sec/op    │
GlobFinder-4          19.66m ± 5%
GitFinder-4           389.9m ± 3%
CheckRules-4           9.648 ± 1%
RuleIsIdentical-4     5.292m ± 0%
GetChecksForEntry-4   116.5m ± 1%
geomean               135.5m

                    │    old.txt     │
                    │      B/op      │
GlobFinder-4          7.134Mi ± 0%
GitFinder-4           16.09Mi ± 1%
CheckRules-4          876.4Mi ± 0%
RuleIsIdentical-4       0.000 ± 0%
GetChecksForEntry-4   56.55Mi ± 0%
geomean                            ¹
¹ summaries must be >0 to compute geomean

                    │    old.txt    │
                    │   allocs/op   │
GlobFinder-4          111.0k ± 0%
GitFinder-4           148.7k ± 0%
CheckRules-4          9.667M ± 0%
RuleIsIdentical-4      0.000 ± 0%
GetChecksForEntry-4   916.3k ± 0%
geomean                           ¹
¹ summaries must be >0 to compute geomean

pkg: github.com/cloudflare/pint/internal/parser
        │   old.txt   │
        │   sec/op    │
Parse-4   17.78m ± 4%

        │   old.txt    │
        │     B/op     │
Parse-4   6.306Mi ± 0%

        │   old.txt   │
        │  allocs/op  │
Parse-4   102.7k ± 0%

pkg: github.com/cloudflare/pint/internal/parser/source
               │   old.txt   │
               │   sec/op    │
LabelsSource-4   6.051m ± 9%

               │   old.txt    │
               │     B/op     │
LabelsSource-4   4.439Mi ± 0%

               │   old.txt   │
               │  allocs/op  │
LabelsSource-4   36.34k ± 0%

pkg: github.com/cloudflare/pint/internal/promapi
                    │   old.txt   │            new.txt            │
                    │   sec/op    │   sec/op     vs base          │
QueryCacheOnlySet-4   105.6n ± 1%   105.6n ± 1%  ~ (p=0.644 n=10)

                    │  old.txt   │            new.txt             │
                    │    B/op    │    B/op     vs base            │
QueryCacheOnlySet-4   64.00 ± 0%   64.00 ± 0%  ~ (p=1.000 n=10) ¹
¹ all samples are equal

                    │  old.txt   │            new.txt             │
                    │ allocs/op  │ allocs/op   vs base            │
QueryCacheOnlySet-4   1.000 ± 0%   1.000 ± 0%  ~ (p=1.000 n=10) ¹
¹ all samples are equal

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.

0 participants