fix(deps): update module github.com/prometheus/common to v0.67.1 #31
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.63.0
->v0.67.1
Release Notes
prometheus/common (github.com/prometheus/common)
v0.67.1
Compare Source
v0.67.0
Compare Source
v0.66.1
Compare Source
This release has no functional changes, it just drops the dependencies
github.com/grafana/regexp
andgo.uber.org/atomic
and replacesgopkg.in/yaml.v2
withgo.yaml.in/yaml/v2
(a drop-in replacement).What's Changed
Full Changelog: prometheus/common@v1.20.99...v0.66.1
v0.66.0
Compare Source
scheme
set, 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 https://github.com/prometheus/common/pull/801
model.ValidationScheme: Support encoding as YAML by @aknuds1 in https://github.com/prometheus/common/pull/799
fix(promslog): always print time.Duration values as go duration strings by @tjhop in https://github.com/prometheus/common/pull/798
Add
ValidationScheme
methodsIsValidMetricName
andIsValidLabelName
by @aknuds1 in https://github.com/prometheus/common/pull/806Fix delimited proto not escaped correctly by @thampiotr in https://github.com/prometheus/common/pull/809
Decoder: Remove use of global name validation and add validation by @ywwg in https://github.com/prometheus/common/pull/808
ValidationScheme implements pflag.Value and json.Marshaler/Unmarshaler interfaces by @juliusmh in https://github.com/prometheus/common/pull/807
expfmt: Add NewTextParser function by @aknuds1 in https://github.com/prometheus/common/pull/816
Enable the godot linter by @aknuds1 in https://github.com/prometheus/common/pull/821
Enable usestdlibvars linter by @aknuds1 in https://github.com/prometheus/common/pull/820
Enable unconvert linter by @aknuds1 in https://github.com/prometheus/common/pull/819
Enable the fatcontext linter by @aknuds1 in https://github.com/prometheus/common/pull/822
Enable gocritic linter by @aknuds1 in https://github.com/prometheus/common/pull/818
Use go.uber.org/atomic instead of sync/atomic by @aknuds1 in https://github.com/prometheus/common/pull/825
Enable revive rule unused-parameter by @aknuds1 in https://github.com/prometheus/common/pull/824
Enable revive rules by @aknuds1 in https://github.com/prometheus/common/pull/823
Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/802
Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/803
Sync .golangci.yml with prometheus/prometheus by @aknuds1 in https://github.com/prometheus/common/pull/817
ci: update upload-actions by @ywwg in https://github.com/prometheus/common/pull/814
docs: fix typo in expfmt.Negotiate by @wmcram in https://github.com/prometheus/common/pull/813
build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 by @dependabot[bot] inhttps://github.com/prometheus/common/pull/8000
build(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by @dependabot[bot] inhttps://github.com/prometheus/common/pull/8100
build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in /assets by @dependabot[bot] inhttps://github.com/prometheus/common/pull/8266
build(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.8 by @dependabot[bot] inhttps://github.com/prometheus/common/pull/8300
build(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 by @dependabot[bot] inhttps://github.com/prometheus/common/pull/8299
build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] inhttps://github.com/prometheus/common/pull/8277
New Contributors
v0.65.0
Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/common@v0.64.0...v0.65.0
v0.64.0
Compare Source
What's Changed
NewNopLogger()
wrapper aroundNew()
by @tjhop in https://github.com/prometheus/common/pull/783New Contributors
Full Changelog: prometheus/common@v0.63.0...v0.64.0
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.
This PR has been generated by Renovate Bot.