fix(deps): update module github.com/prometheus/common to v0.66.1
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| github.com/prometheus/common |
v0.65.0 -> v0.66.1
|
View the Renovate pipeline for this MR
Release Notes
prometheus/common (github.com/prometheus/common)
v0.66.1
This release has no functional changes, it just drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement).
What's Changed
- Revert "Use github.com/grafana/regexp instead of regexp" by @aknuds1 in #835
- Move to supported version of yaml parser by @dims in #834
- Revert "Use go.uber.org/atomic instead of sync/atomic (#825)" by @aknuds1 in #838
Full Changelog: https://github.com/prometheus/common/compare/v1.20.99...v0.66.1
v0.66.0
⚠️ Breaking Changes ⚠️
- A default-constructed TextParser will be invalid. It must have a valid
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 #806 -
Fix 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
-
Use go.uber.org/atomic instead of sync/atomic by @aknuds1 in #825
-
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
-
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
- @aknuds1 made their first contribution in #799
- @thampiotr made their first contribution in #809
- @wmcram made their first contribution in #813
- @juliusmh made their first contribution in #807
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.