Skip to content

Commit aafc579

Browse files
fix(deps): update module github.com/prometheus/common to v0.67.3 (main) (#19906)
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: Paul Rogers <[email protected]>
1 parent b9a51f0 commit aafc579

File tree

6 files changed

+358
-42
lines changed

6 files changed

+358
-42
lines changed

docs/sources/shared/configuration.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,24 @@ pattern_ingester:
576576

577577
[client_secret_ref: <string> | default = ""]
578578

579+
[client_certificate_key_id: <string> | default = ""]
580+
581+
[client_certificate_key: <string> | default = ""]
582+
583+
[client_certificate_key_file: <string> | default = ""]
584+
585+
[client_certificate_key_ref: <string> | default = ""]
586+
587+
[grant_type: <string> | default = ""]
588+
589+
[signature_algorithm: <string> | default = ""]
590+
591+
[iss: <string> | default = ""]
592+
593+
[audience: <string> | default = ""]
594+
595+
[claims: <map of string to >]
596+
579597
[scopes: <list of strings>]
580598

581599
[token_url: <string> | default = ""]
@@ -740,6 +758,24 @@ pattern_ingester:
740758

741759
[client_secret_ref: <string> | default = ""]
742760

761+
[client_certificate_key_id: <string> | default = ""]
762+
763+
[client_certificate_key: <string> | default = ""]
764+
765+
[client_certificate_key_file: <string> | default = ""]
766+
767+
[client_certificate_key_ref: <string> | default = ""]
768+
769+
[grant_type: <string> | default = ""]
770+
771+
[signature_algorithm: <string> | default = ""]
772+
773+
[iss: <string> | default = ""]
774+
775+
[audience: <string> | default = ""]
776+
777+
[claims: <map of string to >]
778+
743779
[scopes: <list of strings>]
744780

745781
[token_url: <string> | default = ""]

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ require (
8585
github.com/pkg/errors v0.9.1
8686
github.com/prometheus/client_golang v1.23.2
8787
github.com/prometheus/client_model v0.6.2
88-
github.com/prometheus/common v0.67.2
88+
github.com/prometheus/common v0.67.3
8989
github.com/prometheus/prometheus v0.307.3
9090
github.com/redis/go-redis/v9 v9.16.0
9191
github.com/segmentio/fasthash v1.0.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,8 +1014,8 @@ github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8b
10141014
github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo=
10151015
github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc=
10161016
github.com/prometheus/common v0.29.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls=
1017-
github.com/prometheus/common v0.67.2 h1:PcBAckGFTIHt2+L3I33uNRTlKTplNzFctXcWhPyAEN8=
1018-
github.com/prometheus/common v0.67.2/go.mod h1:63W3KZb1JOKgcjlIr64WW/LvFGAqKPj0atm+knVGEko=
1017+
github.com/prometheus/common v0.67.3 h1:shd26MlnwTw5jksTDhC7rTQIteBxy+ZZDr3t7F2xN2Q=
1018+
github.com/prometheus/common v0.67.3/go.mod h1:gP0fq6YjjNCLssJCQp0yk4M8W6ikLURwkdd/YKtTbyI=
10191019
github.com/prometheus/common/sigv4 v0.1.0 h1:qoVebwtwwEhS85Czm2dSROY5fTo2PAPEVdDeppTwGX4=
10201020
github.com/prometheus/common/sigv4 v0.1.0/go.mod h1:2Jkxxk9yYvCkE5G1sQT7GuEXm57JrvHu9k5YwTjsNtI=
10211021
github.com/prometheus/exporter-toolkit v0.14.1 h1:uKPE4ewweVRWFainwvAcHs3uw15pjw2dk3I7b+aNo9o=

vendor/github.com/prometheus/common/config/http_config.go

Lines changed: 124 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)