-
Notifications
You must be signed in to change notification settings - Fork 20
chore(deps): update module github.com/prometheus/common to v0.67.4 #172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
red-hat-konflux
wants to merge
1
commit into
master
Choose a base branch
from
konflux/mintmaker/master/github.com-prometheus-common-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(deps): update module github.com/prometheus/common to v0.67.4 #172
red-hat-konflux
wants to merge
1
commit into
master
from
konflux/mintmaker/master/github.com-prometheus-common-0.x
Conversation
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
14de88f to
b46d9dd
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
027de88 to
ccaba0d
Compare
dd3cb3d to
1bb98e3
Compare
b50b3c5 to
1bb98e3
Compare
2cb8b2c to
1bb98e3
Compare
1bb98e3 to
cbad6a8
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
cbad6a8 to
5e5f858
Compare
57b5356 to
5e5f858
Compare
56c2664 to
5e5f858
Compare
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.42.0->v0.67.4Release Notes
prometheus/common (github.com/prometheus/common)
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
v0.61.0Compare Source
What's Changed
github.com/prometheus/common/assetsby @mmorel-35 in #719Full Changelog: prometheus/common@v0.60.1...v0.61.0
v0.60.1Compare Source
What's Changed
Full Changelog: prometheus/common@v0.60.0...v0.60.1
v0.60.0Compare Source
What's Changed
promslog.NewNopLogger()convenience func by @tjhop in #697Full Changelog: prometheus/common@v0.59.1...v0.60.0
v0.59.1Compare Source
What's Changed
Full Changelog: prometheus/common@v0.59.0...v0.59.1
v0.59.0Compare Source
What's Changed
Full Changelog: prometheus/common@v0.58.0...v0.59.0
v0.58.0Compare Source
What's Changed
Full Changelog: prometheus/common@v0.57.0...v0.58.0
v0.57.0Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/common@v0.56.0...v0.57.0
v0.56.0Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/common@v0.55.0...v0.56.0
v0.55.0Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/common@v0.54.0...v0.55.0
v0.54.0Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/common@v0.53.0...v0.54.0
v0.53.0Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/common@v0.52.3...v0.53.0
v0.52.3Compare Source
What's Changed
Full Changelog: prometheus/common@v0.52.2...v0.52.3
v0.52.2Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/common@v0.51.1...v0.52.2
v0.51.1Compare Source
What's Changed
Full Changelog: prometheus/common@v0.51.0...v0.51.1
v0.51.0Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/common@v0.50.0...v0.51.0
v0.50.0Compare Source
What's Changed
Full Changelog: prometheus/common@v0.49.0...v0.50.0
v0.49.0Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/common@v0.48.0...v0.49.0
v0.48.0Compare Source
This release will require changes of code that relies on direct access to content-type format strings. See the PR linked below for work-arounds. Please file an issue if your use case doesn't work anymore.
What's Changed
Full Changelog: prometheus/common@v0.47.0...v0.48.0
v0.47.0Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/common@v0.46.0...v0.47.0
v0.46.0Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.