prometheus-playground
prometheus-playground copied to clipboard
Bump github.com/prometheus/client_golang from 0.0.0-20180713201052-bcbbc08eb2dd to 1.11.1 in /go-app/myapp
Bumps github.com/prometheus/client_golang from 0.0.0-20180713201052-bcbbc08eb2dd to 1.11.1.
Release notes
Sourced from github.com/prometheus/client_golang's releases.
1.11.1 / 2022-02-15
- [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed
CVE-2022-21698)What's Changed
- promhttp: Check validity of method and code label values by
@bwplotkaand@kakkoyunin prometheus/client_golang#987Full Changelog: https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1
v1.11.0 / 2021-06-07
- [CHANGE] Add new collectors package. #862
- [CHANGE]
prometheus.NewExpvarCollectoris deprecated, usecollectors.NewExpvarCollectorinstead. #862- [CHANGE]
prometheus.NewGoCollectoris deprecated, usecollectors.NewGoCollectorinstead. #862- [CHANGE]
prometheus.NewBuildInfoCollectoris deprecated, usecollectors.NewBuildInfoCollectorinstead. #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
What's Changed
- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/client_golang#846- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/client_golang#849- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/client_golang#853- Add newer fields to Rules API by
@gouthamvein prometheus/client_golang#855- Add missing fields to targets API by
@yeya24in prometheus/client_golang#856- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/client_golang#857- Add exemplars API support by
@yeya24in prometheus/client_golang#861- Improve description of MaxAge in summary docs by
@Dean-Coakleyin prometheus/client_golang#864- Add new collectors package by
@johejoin prometheus/client_golang#862- Add collector for database/sql#DBStats by
@johejoin prometheus/client_golang#866- Make dbStatsCollector more DRY by
@beorn7in prometheus/client_golang#867- Change maintainers from
@beorn7to @bwplotka/@kakkoyunby@beorn7in prometheus/client_golang#873- Document implications of negative observations by
@beorn7in prometheus/client_golang#871- Update Go modules by
@SuperQin prometheus/client_golang#875New Contributors
@gouthamvemade their first contribution in prometheus/client_golang#855Full Changelog: https://github.com/prometheus/client_golang/compare/v1.10.0...v1.11.0
1.10.0 / 2021-03-18
- [CHANGE] Minimum required Go version is now 1.13.
- [CHANGE] API client: Add matchers to
LabelNamesandLabesValues. #828- [FEATURE] API client: Add buildinfo call. #841
- [BUGFIX] Fix build on riscv64. #833
What's Changed
- Add SECURITY.md by
@roidelapluiein prometheus/client_golang#831- Bump prometheus/procfs to 0.3.0 to fix building on riscv64 by
@zhsjin prometheus/client_golang#833- Fix typo in comments in prometheus/client_golang#835
... (truncated)
Commits
- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.