ack-secret-manager
ack-secret-manager copied to clipboard
Bump github.com/prometheus/client_golang from 1.7.1 to 1.11.1
Bumps github.com/prometheus/client_golang from 1.7.1 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)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Unreleased
1.19.0 / 2023-02-27
The module
prometheus/common v0.48.0introduced an incompatibility when used together with client_golang (See prometheus/client_golang#1448 for more details). If your project uses client_golang and you want to useprometheus/common v0.48.0or higher, please update client_golang to v1.19.0.
- [CHANGE] Minimum required go version is now 1.20 (we also test client_golang against new 1.22 version). #1445 #1449
- [FEATURE] collectors: Add version collector. #1422 #1427
1.18.0 / 2023-12-22
- [FEATURE] promlint: Allow creation of custom metric validations. #1311
- [FEATURE] Go programs using client_golang can be built in wasip1 OS. #1350
- [BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. #1367
- [BUGFIX] testutil: Fix comparison of metrics with empty Help strings. #1378
- [ENHANCEMENT] Improved performance of
MetricVec.WithLabelValues(...). #13601.17.0 / 2023-09-27
- [CHANGE] Minimum required go version is now 1.19 (we also test client_golang against new 1.21 version). #1325
- [FEATURE] Add support for Created Timestamps in Counters, Summaries and Historams. #1313
- [ENHANCEMENT] Enable detection of a native histogram without observations. #1314
1.16.0 / 2023-06-15
- [BUGFIX] api: Switch to POST for LabelNames, Series, and QueryExemplars. #1252
- [BUGFIX] api: Fix undefined execution order in return statements. #1260
- [BUGFIX] native histograms: Fix bug in bucket key calculation. #1279
- [ENHANCEMENT] Reduce constrainLabels allocations for all metrics. #1272
- [ENHANCEMENT] promhttp: Add process start time header for scrape efficiency. #1278
- [ENHANCEMENT] promlint: Improve metricUnits runtime. #1286
1.15.1 / 2023-05-3
- [BUGFIX] Fixed promhttp.Instrument* handlers wrongly trying to attach exemplar to unsupported metrics (e.g. summary),
causing panics. #12531.15.0 / 2023-04-13
- [BUGFIX] Fix issue with atomic variables on ppc64le. #1171
- [BUGFIX] Support for multiple samples within same metric. #1181
- [BUGFIX] Bump golang.org/x/text to v0.3.8 to mitigate CVE-2022-32149. #1187
- [ENHANCEMENT] Add exemplars and middleware examples. #1173
- [ENHANCEMENT] Add more context to "duplicate label names" error to enable debugging. #1177
- [ENHANCEMENT] Add constrained labels and constrained variant for all MetricVecs. #1151
- [ENHANCEMENT] Moved away from deprecated github.com/golang/protobuf package. #1183
- [ENHANCEMENT] Add possibility to dynamically get label values for http instrumentation. #1066
- [ENHANCEMENT] Add ability to Pusher to add custom headers. #1218
- [ENHANCEMENT] api: Extend and improve efficiency of json-iterator usage. #1225
- [ENHANCEMENT] Added (official) support for go 1.20. #1234
... (truncated)
Commits
989baa3promhttp: Check validity of method and code label values (#962) (#987)8184d76Cut v1.11.0 (#877)2539062Merge pull request #875 from prometheus/superq/update_mods68cd1e9Update Go modulesf22935dMerge pull request #871 from prometheus/beorn7/doc11aba26Change maintainers from@beorn7to @bwplotka/@kakkoyun(#873)f34145aDocument implications of negative observationsa7515caMerge pull request #867 from prometheus/beorn7/collectors81a9556Make dbStatsCollector more DRYa66da1dAdd collector for database/sql#DBStats (#866)- Additional commits viewable 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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) You can disable automated security fix PRs for this repo from the Security Alerts page.