Skip to content

Bump github.com/prometheus/client_golang from 1.8.0 to 1.11.0#94

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/prometheus/client_golang-1.11.0
Closed

Bump github.com/prometheus/client_golang from 1.8.0 to 1.11.0#94
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/prometheus/client_golang-1.11.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 8, 2021

Bumps github.com/prometheus/client_golang from 1.8.0 to 1.11.0.

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.11.0 / 2021-06-07

  • [CHANGE] Add new collectors package. #862
  • [CHANGE] prometheus.NewExpvarCollector is deprecated, use collectors.NewExpvarCollector instead. #862
  • [CHANGE] prometheus.NewGoCollector is deprecated, use collectors.NewGoCollector instead. #862
  • [CHANGE] prometheus.NewBuildInfoCollector is deprecated, use collectors.NewBuildInfoCollector instead. #862
  • [FEATURE] Add new collector for database/sql#DBStats. #866
  • [FEATURE] API client: Add exemplars API support. #861
  • [ENHANCEMENT] API client: Add newer fields to Rules API. #855
  • [ENHANCEMENT] API client: Add missing fields to Targets API. #856

1.10.0 / 2021-03-18

  • [CHANGE] Minimum required Go version is now 1.13.
  • [CHANGE] API client: Add matchers to LabelNames and LabesValues. #828
  • [FEATURE] API client: Add buildinfo call. #841
  • [BUGFIX] Fix build on riscv64. #833

1.9.0 / 2020-12-17

  • [FEATURE] NewPidFileFn helper to create process collectors for processes whose PID is read from a file. #804
  • [BUGFIX] promhttp: Prevent endless loop in InstrumentHandler... middlewares with invalid metric or label names. #823
Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.11.0 / 2021-06-07

  • [CHANGE] Add new collectors package. #862
  • [CHANGE] prometheus.NewExpvarCollector is deprecated, use collectors.NewExpvarCollector instead. #862
  • [CHANGE] prometheus.NewGoCollector is deprecated, use collectors.NewGoCollector instead. #862
  • [CHANGE] prometheus.NewBuildInfoCollector is deprecated, use collectors.NewBuildInfoCollector instead. #862
  • [FEATURE] Add new collector for database/sql#DBStats. #866
  • [FEATURE] API client: Add exemplars API support. #861
  • [ENHANCEMENT] API client: Add newer fields to Rules API. #855
  • [ENHANCEMENT] API client: Add missing fields to Targets API. #856

1.10.0 / 2021-03-18

  • [CHANGE] Minimum required Go version is now 1.13.
  • [CHANGE] API client: Add matchers to LabelNames and LabesValues. #828
  • [FEATURE] API client: Add buildinfo call. #841
  • [BUGFIX] Fix build on riscv64. #833

1.9.0 / 2020-12-17

  • [FEATURE] NewPidFileFn helper to create process collectors for processes whose PID is read from a file. #804
  • [BUGFIX] promhttp: Prevent endless loop in InstrumentHandler... middlewares with invalid metric or label names. #823
Commits

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 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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 8, 2021

The following labels could not be found: T:dependencies.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/prometheus/client_golang-1.11.0 branch from b0f1d27 to a732101 Compare July 1, 2021 16:13
@codecov-commenter
Copy link

codecov-commenter commented Jul 1, 2021

Codecov Report

Merging #94 (3e78bb2) into master (f4dd1f5) will increase coverage by 0.25%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #94      +/-   ##
==========================================
+ Coverage   52.39%   52.65%   +0.25%     
==========================================
  Files          16       16              
  Lines        1960     1960              
==========================================
+ Hits         1027     1032       +5     
+ Misses        833      827       -6     
- Partials      100      101       +1     
Impacted Files Coverage Δ
pkg/loadtest/master.go 69.94% <0.00%> (+1.40%) ⬆️

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/prometheus/client_golang-1.11.0 branch from a732101 to e7442ea Compare July 1, 2021 16:18
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/prometheus/client_golang-1.11.0 branch from e7442ea to 3e78bb2 Compare September 30, 2021 08:04
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/prometheus/client_golang-1.11.0 branch from 3e78bb2 to 4272c6e Compare November 1, 2021 15:25
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.8.0 to 1.11.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.8.0...v1.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/prometheus/client_golang-1.11.0 branch from 4272c6e to e301ee0 Compare November 1, 2021 15:30
@thanethomson
Copy link
Contributor

Superseded by #112

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/prometheus/client_golang-1.11.0 branch November 1, 2021 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants