:seedling: Bump github.com/prometheus/common from 0.65.0 to 0.66.1
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(24 days ago)
(21 days ago)
needs-ok-to-test dependencies go
Bumps github.com/prometheus/common from 0.65.0 to 0.66.1.
Release notes
Sourced from github.com/prometheus/common's releases.
v0.66.1
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
- Revert "Use github.com/grafana/regexp instead of regexp" by
@aknuds1
in prometheus/common#835- Move to supported version of yaml parser by
@dims
in prometheus/common#834- Revert "Use go.uber.org/atomic instead of sync/atomic (#825)" by
@aknuds1
in prometheus/common#838Full 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
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 prometheus/common#801model.ValidationScheme: Support encoding as YAML by
@aknuds1
in prometheus/common#799fix(promslog): always print time.Duration values as go duration strings by
@tjhop
in prometheus/common#798Add
ValidationScheme
methodsIsValidMetricName
andIsValidLabelName
by@aknuds1
in prometheus/common#806Fix delimited proto not escaped correctly by
@thampiotr
in prometheus/common#809Decoder: Remove use of global name validation and add validation by
@ywwg
in prometheus/common#808ValidationScheme implements pflag.Value and json.Marshaler/Unmarshaler interfaces by
@juliusmh
in prometheus/common#807expfmt: Add NewTextParser function by
@aknuds1
in prometheus/common#816Enable the godot linter by
@aknuds1
in prometheus/common#821Enable usestdlibvars linter by
@aknuds1
in prometheus/common#820Enable unconvert linter by
@aknuds1
in prometheus/common#819Enable the fatcontext linter by
@aknuds1
in prometheus/common#822Enable gocritic linter by
@aknuds1
in prometheus/common#818Use go.uber.org/atomic instead of sync/atomic by
@aknuds1
in prometheus/common#825Enable revive rule unused-parameter by
@aknuds1
in prometheus/common#824Enable revive rules by
@aknuds1
in prometheus/common#823Synchronize common files from prometheus/prometheus by
@prombot
in prometheus/common#802Synchronize common files from prometheus/prometheus by
@prombot
in prometheus/common#803Sync .golangci.yml with prometheus/prometheus by
@aknuds1
in prometheus/common#817ci: update upload-actions by
@ywwg
in prometheus/common#814docs: fix typo in expfmt.Negotiate by
@wmcram
in prometheus/common#813build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 by
@dependabot
[bot] in prometheus/common#800build(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by
@dependabot
[bot] in prometheus/common#810build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in /assets by
@dependabot
[bot] in prometheus/common#826build(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.8 by
@dependabot
[bot] in prometheus/common#830build(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 by
@dependabot
[bot] in prometheus/common#829build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by
@dependabot
[bot] in prometheus/common#827New Contributors
@aknuds1
made their first contribution in prometheus/common#799@thampiotr
made their first contribution in prometheus/common#809@wmcram
made their first contribution in prometheus/common#813
... (truncated)
Changelog
Sourced from github.com/prometheus/common's changelog.
v0.66.1 / 2025-09-05
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
- Revert "Use github.com/grafana/regexp instead of regexp" by
@aknuds1
in prometheus/common#835- Move to supported version of yaml parser by
@dims
in prometheus/common#834- Revert "Use go.uber.org/atomic instead of sync/atomic (#825)" by
@aknuds1
in prometheus/common#838Full Changelog: https://github.com/prometheus/common/compare/v1.20.99...v0.66.1
v0.66.0 / 2025-09-02
⚠️ Breaking Changes ⚠️
- A default-constructed TextParser will be invalid. It must have a valid
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 prometheus/common#801model.ValidationScheme: Support encoding as YAML by
@aknuds1
in prometheus/common#799fix(promslog): always print time.Duration values as go duration strings by
@tjhop
in prometheus/common#798Add
ValidationScheme
methodsIsValidMetricName
andIsValidLabelName
by@aknuds1
in prometheus/common#806Fix delimited proto not escaped correctly by
@thampiotr
in prometheus/common#809Decoder: Remove use of global name validation and add validation by
@ywwg
in prometheus/common#808ValidationScheme implements pflag.Value and json.Marshaler/Unmarshaler interfaces by
@juliusmh
in prometheus/common#807expfmt: Add NewTextParser function by
@aknuds1
in prometheus/common#816Enable the godot linter by
@aknuds1
in prometheus/common#821Enable usestdlibvars linter by
@aknuds1
in prometheus/common#820Enable unconvert linter by
@aknuds1
in prometheus/common#819Enable the fatcontext linter by
@aknuds1
in prometheus/common#822Enable gocritic linter by
@aknuds1
in prometheus/common#818Use go.uber.org/atomic instead of sync/atomic by
@aknuds1
in prometheus/common#825Enable revive rule unused-parameter by
@aknuds1
in prometheus/common#824Enable revive rules by
@aknuds1
in prometheus/common#823Synchronize common files from prometheus/prometheus by
@prombot
in prometheus/common#802Synchronize common files from prometheus/prometheus by
@prombot
in prometheus/common#803Sync .golangci.yml with prometheus/prometheus by
@aknuds1
in prometheus/common#817ci: update upload-actions by
@ywwg
in prometheus/common#814docs: fix typo in expfmt.Negotiate by
@wmcram
in prometheus/common#813build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 by
@dependabot
[bot] in prometheus/common#800build(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by
@dependabot
[bot] in prometheus/common#810build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in /assets by
@dependabot
[bot] in prometheus/common#826build(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.8 by
@dependabot
[bot] in prometheus/common#830build(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 by
@dependabot
[bot] in prometheus/common#829build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by
@dependabot
[bot] in prometheus/common#827New Contributors
@aknuds1
made their first contribution in prometheus/common#799@thampiotr
made their first contribution in prometheus/common#809
... (truncated)
Commits
8975dde
Revert "Use go.uber.org/atomic instead of sync/atomic (#825)" (#838)08d7f66
Move to supported version of yaml parser (#834)80e275e
Revert "Use github.com/grafana/regexp instead of regexp" (#835)4c2f9e7
Merge pull request #832 from roidelapluie/retracte120453
Retract v1.20.32b1487c
Merge pull request #827 from prometheus/dependabot/go_modules/github.com/stre...db38951
Merge pull request #829 from prometheus/dependabot/go_modules/golang.org/x/ne...9e19a90
build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1a1ba2a7
build(deps): bump golang.org/x/net from 0.42.0 to 0.43.0c7a031c
Merge pull request #830 from prometheus/dependabot/go_modules/google.golang.o...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
0
0
+0
-0
Package Dependencies
github.com/prometheus/common
go
0.65.0 → 0.66.1
Minor
Technical Details
ID: | 7542094 |
UUID: | 2809845769 |
Node ID: | PR_kwDOBfauXc6netgJ |
Host: | GitHub |
Repository: | operator-framework/operator-lifecycle-manager |