chore(deps): update github.com/prometheus/common to v0.70.1 - #115
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update github.com/prometheus/common to v0.70.1#115renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
2 times, most recently
from
January 20, 2025 01:31
ddb30e9 to
453d038
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
from
January 26, 2025 21:00
453d038 to
b4fafcb
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
2 times, most recently
from
February 9, 2025 17:51
7cc9ac3 to
e60caae
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
4 times, most recently
from
February 23, 2025 21:39
4fd4c39 to
a155937
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
from
February 24, 2025 02:09
a155937 to
1c195c1
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
2 times, most recently
from
March 9, 2025 17:40
1c195c1 to
40e2aa0
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
2 times, most recently
from
March 13, 2025 22:36
4dd1572 to
005aa33
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
from
March 30, 2025 17:23
005aa33 to
7bf0a18
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
from
April 6, 2025 18:18
7bf0a18 to
e031dcb
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
from
April 27, 2025 19:03
e031dcb to
aa6f849
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
2 times, most recently
from
May 15, 2025 16:14
8348a51 to
d46c4f6
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
from
May 18, 2025 19:11
d46c4f6 to
fa091a5
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
2 times, most recently
from
August 10, 2025 20:29
9df801c to
ae4c4b6
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
from
August 17, 2025 20:51
ae4c4b6 to
0538984
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
2 times, most recently
from
August 31, 2025 21:40
81b1d9a to
b82bba6
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
2 times, most recently
from
September 7, 2025 21:08
45d8e3f to
4cb4689
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
from
September 14, 2025 22:13
4cb4689 to
0e2b52c
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
2 times, most recently
from
October 7, 2025 16:46
e663769 to
3a07573
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
from
October 12, 2025 20:34
3a07573 to
12cf656
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
3 times, most recently
from
October 19, 2025 21:49
262887a to
b8eaf0a
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
from
October 28, 2025 20:53
b8eaf0a to
1d48ad6
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
2 times, most recently
from
November 9, 2025 22:11
80a47c7 to
4326d3b
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
from
November 18, 2025 10:50
4326d3b to
c50f99f
Compare
renovate
Bot
force-pushed
the
renovate/github.com-prometheus-common-0.x
branch
from
November 21, 2025 17:10
c50f99f to
c67026b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.61.0→v0.70.1Release Notes
prometheus/common (github.com/prometheus/common)
v0.70.1Compare Source
What's Changed
Full Changelog: prometheus/common@v0.70.0...v0.70.1
v0.70.0Compare Source
Enhancements
Bugfixes
TLSVersion.String()printing a pointer address instead of the numeric version for unknown TLS versions. #929Internal
BenchmarkConvertMetricFamilycomparing the Prometheus text and OpenMetrics 1.0 encoders. #943Full Changelog: prometheus/common@v0.69.0...v0.70.0
v0.69.0Compare Source
Security / behavior changes
FollowRedirectsis enabled, the HTTP client now stripsAuthorization,Cookie,Proxy-Authorizationand other sensitive headers, and skips basic-auth, bearer-token and OAuth2 credentials, when a redirect points to a different host. This aligns with Go'snet/httpbehavior. Callers that relied on credentials being sent to a redirect target on another host will need to target that host directly. #901 #920 #921LoadHTTPConfigFilenow resolves relative file paths (e.g.*_filecredentials,http_headersfiles) against the config file's own directory instead of its parent directory. Configs that worked around the old behavior by prefixing paths with the config's directory name must drop that prefix. #925Bugfixes
{}. #922Time.UnmarshalJSONfor larger negative numbers. #918Performance
Time.UnmarshalJSON. #918Internal
Full Changelog: prometheus/common@v0.68.1...v0.69.0
v0.68.1Compare Source
What's Changed
Full Changelog: prometheus/common@v0.68.0...v0.68.1
v0.68.0Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/common@v0.67.5...v0.68.0
v0.67.5Compare Source
What's Changed
Full Changelog: prometheus/common@v0.67.4...v0.67.5
v0.67.4: / 2025-11-18Compare Source
What's Changed
Full Changelog: prometheus/common@v0.67.3...v0.67.4
v0.67.3: / 2025-11-18Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/common@v0.67.2...v0.67.3
v0.67.2Compare Source
v0.67.1Compare Source
v0.67.0Compare Source
v0.66.1Compare Source
This release has no functional changes, it just drops the dependencies
github.com/grafana/regexpandgo.uber.org/atomicand replacesgopkg.in/yaml.v2withgo.yaml.in/yaml/v2(a drop-in replacement).What's Changed
Full Changelog: prometheus/common@v1.20.99...v0.66.1
v0.66.0Compare Source
schemeset, so users should use the NewTextParser function to create a valid TextParser. Otherwise parsing will panic with "Invalid name validation scheme requested: unset".What's Changed
model: add constants for type and unit labels. by @bwplotka in #801
model.ValidationScheme: Support encoding as YAML by @aknuds1 in #799
fix(promslog): always print time.Duration values as go duration strings by @tjhop in #798
Add
ValidationSchememethodsIsValidMetricNameandIsValidLabelNameby @aknuds1 in #806Fix delimited proto not escaped correctly by @thampiotr in #809
Decoder: Remove use of global name validation and add validation by @ywwg in #808
ValidationScheme implements pflag.Value and json.Marshaler/Unmarshaler interfaces by @juliusmh in #807
expfmt: Add NewTextParser function by @aknuds1 in #816
Enable the godot linter by @aknuds1 in #821
Enable usestdlibvars linter by @aknuds1 in #820
Enable unconvert linter by @aknuds1 in #819
Enable the fatcontext linter by @aknuds1 in #822
Enable gocritic linter by @aknuds1 in #818
Use go.uber.org/atomic instead of sync/atomic by @aknuds1 in #825
Enable revive rule unused-parameter by @aknuds1 in #824
Enable revive rules by @aknuds1 in #823
Synchronize common files from prometheus/prometheus by @prombot in #802
Synchronize common files from prometheus/prometheus by @prombot in #803
Sync .golangci.yml with prometheus/prometheus by @aknuds1 in #817
ci: update upload-actions by @ywwg in #814
docs: fix typo in expfmt.Negotiate by @wmcram in #813
build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 by @dependabot[bot] in #800
build(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by @dependabot[bot] in #810
build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in /assets by @dependabot[bot] in #826
build(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.8 by @dependabot[bot] in #830
build(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 by @dependabot[bot] in #829
build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in #827
New Contributors
v0.65.0Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/common@v0.64.0...v0.65.0
v0.64.0Compare Source
What's Changed
NewNopLogger()wrapper aroundNew()by @tjhop in #783New Contributors
Full Changelog: prometheus/common@v0.63.0...v0.64.0
v0.63.0Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/common@v0.62.0...v0.63.0
v0.62.0Compare Source
UTF8ValidationfromLegacyValidation. This is a breaking change, relaxing the validation. We don't intend to add more schemas and we have to have a global for unmarshalling interfaces, thus the change was madeWhat's Changed
New Contributors
Full Changelog: prometheus/common@v0.61.0...v0.62.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.