<#73 Bump github.com/prometheus/client_golang from...
# flyte-github
a
#73 Bump github.com/prometheus/client_golang from 1.9.0 to 1.11.1 in /boilerplate/flyte/golang_support_tools Pull request opened by dependabot[bot] Bumps github.com/prometheus/client_golang from 1.9.0 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 `@​bwplotka` and `@​kakkoyun` in prometheus/client_golang#987
Full Changelog: prometheus/client_golang@v1.11.0...v1.11.1
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
What's Changed
• Synchronize common files from prometheus/prometheus by `@​prombot` in prometheus/client_golang#846
• Synchronize common files from prometheus/prometheus by `@​prombot` in prometheus/client_golang#849
• Synchronize common files from prometheus/prometheus by `@​prombot` in prometheus/client_golang#853
• Add newer fields to Rules API by `@​gouthamve` in prometheus/client_golang#855
• Add missing fields to targets API by `@​yeya24` in prometheus/client_golang#856
• Synchronize common files from prometheus/prometheus by `@​prombot` in prometheus/client_golang#857
• Add exemplars API support by `@​yeya24` in prometheus/client_golang#861
• Improve description of MaxAge in summary docs by `@​Dean-Coakley` in prometheus/client_golang#864
• Add new collectors package by `@​johejo` in prometheus/client_golang#862
• Add collector for database/sql#DBStats by `@​johejo` in prometheus/client_golang#866
• Make dbStatsCollector more DRY by `@​beorn7` in prometheus/client_golang#867
• Change maintainers from `@​beorn7` to @bwplotka/`@​kakkoyun` by `@​beorn7` in prometheus/client_golang#873
• Document implications of negative observations by `@​beorn7` in prometheus/client_golang#871
• Update Go modules by `@​SuperQ` in prometheus/client_golang#875
New Contributors
`@​gouthamve` made their first contribution in prometheus/client_golang#855
Full Changelog: prometheus/client_golang@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
LabelNames
and
LabesValues
. #828
• [FEATURE] API client: Add buildinfo call. #841
• [BUGFIX] Fix build on riscv64. #833
What's Changed
• Add SECURITY.md by `@​roidelapluie` in prometheus/client_golang#831
• Bump prometheus/procfs to 0.3.0 to fix building on riscv64 by `@​zhsj` in 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.14.0 / 2022-11-08
• [FEATURE] Add Support for Native Histograms. #1150
• [CHANGE] Extend
prometheus.Registry
to implement
prometheus.Collector
interface. #1103
1.13.1 / 2022-11-01
• [BUGFIX] Fix race condition with Exemplar in Counter. #1146
• [BUGFIX] Fix
CumulativeCount
value of
+Inf
bucket created from exemplar. #1148
• [BUGFIX] Fix double-counting bug in
promhttp.InstrumentRoundTripperCounter
. #1118
1.13.0 / 2022-08-05
• [CHANGE] Minimum required Go version is now 1.17 (we also test client_golang against new 1.19 version).
• [ENHANCEMENT] Added
prometheus.TransactionalGatherer
interface for
promhttp.Handler
use which allows using low allocation update techniques for custom colle…
flyteorg/boilerplate All checks have passed 2/2 successful checks