nginx-gateway-fabric
nginx-gateway-fabric copied to clipboard
Update module github.com/prometheus/common to v0.63.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/prometheus/common | v0.60.1 -> v0.63.0 |
Release Notes
prometheus/common (github.com/prometheus/common)
v0.63.0
What's Changed
- Making the map a public variable for promtheus-operator by @dongjiang1989 in https://github.com/prometheus/common/pull/741
- setup ossf scorecard and codeql workflows by @mmorel-35 in https://github.com/prometheus/common/pull/564
- feat(promslog): implement reserved keys, rename duplicates by @tjhop in https://github.com/prometheus/common/pull/746
- Bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 by @dependabot in https://github.com/prometheus/common/pull/750
- Bump golang.org/x/net from 0.33.0 to 0.34.0 by @dependabot in https://github.com/prometheus/common/pull/749
- Bump google.golang.org/protobuf from 1.36.1 to 1.36.3 by @dependabot in https://github.com/prometheus/common/pull/751
- promslog: Make AllowedLevel concurrency safe. by @bwplotka in https://github.com/prometheus/common/pull/754
- Fix typo 'the an' by @petern48 in https://github.com/prometheus/common/pull/752
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/757
- build(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 by @dependabot in https://github.com/prometheus/common/pull/756
- build(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 by @dependabot in https://github.com/prometheus/common/pull/761
- build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in https://github.com/prometheus/common/pull/763
- build(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 by @dependabot in https://github.com/prometheus/common/pull/762
- model: Clarify the purpose of model.NameValidationScheme by @ywwg in https://github.com/prometheus/common/pull/765
- Fix spelling mistake in godoc by @grobinson-grafana in https://github.com/prometheus/common/pull/766
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/767
- otlptranslator: Add dependency free package that translates OTLP data into Prometheus metric/label names by @ArthurSens in https://github.com/prometheus/common/pull/768
New Contributors
- @dongjiang1989 made their first contribution in https://github.com/prometheus/common/pull/741
- @petern48 made their first contribution in https://github.com/prometheus/common/pull/752
Full Changelog: https://github.com/prometheus/common/compare/v0.62.0...v0.63.0
v0.62.0
⚠️ This releases switches internal global to UTF8Validation from LegacyValidation. 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 made ⚠️
What's Changed
- Change default validation scheme to UTF8Validation by @ywwg in https://github.com/prometheus/common/pull/724
- Remove deprecated promlog package by @SuperQ in https://github.com/prometheus/common/pull/738
- Remove deprecated sigv4 module by @SuperQ in https://github.com/prometheus/common/pull/737
- update links to openmetrics to reference the v1.0.0 release by @dashpole in https://github.com/prometheus/common/pull/740
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/742
- Bump google.golang.org/protobuf from 1.35.2 to 1.36.1 by @dependabot in https://github.com/prometheus/common/pull/744
- Bump golang.org/x/net from 0.32.0 to 0.33.0 by @dependabot in https://github.com/prometheus/common/pull/743
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/747
- http_config: Allow customizing TLS config and settings. by @bwplotka in https://github.com/prometheus/common/pull/748
New Contributors
- @dashpole made their first contribution in https://github.com/prometheus/common/pull/740
Full Changelog: https://github.com/prometheus/common/compare/v0.61.0...v0.62.0
v0.61.0
What's Changed
- Mark sigv4 deprecated by @SuperQ in https://github.com/prometheus/common/pull/715
- Provide a way to get UserAgent by @mmorel-35 in https://github.com/prometheus/common/pull/716
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/714
- Bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot in https://github.com/prometheus/common/pull/712
- chore: enable perfsprint linter by @mmorel-35 in https://github.com/prometheus/common/pull/717
- chore: use testify instead of testing.Fatal by @mmorel-35 in https://github.com/prometheus/common/pull/718
- Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in https://github.com/prometheus/common/pull/711
- setup dependabot for
github.com/prometheus/common/assetsby @mmorel-35 in https://github.com/prometheus/common/pull/719 - Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/721
- Mark promlog deprecated by @SuperQ in https://github.com/prometheus/common/pull/720
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/722
- Allow custom user-agent definition by @mmorel-35 in https://github.com/prometheus/common/pull/725
- fix: values escaping bugs by @ywwg in https://github.com/prometheus/common/pull/727
- fix(promslog): always use UTC for time by @tjhop in https://github.com/prometheus/common/pull/735
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /assets by @dependabot in https://github.com/prometheus/common/pull/729
- Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 by @dependabot in https://github.com/prometheus/common/pull/730
- promslog: always lowercase log level from CLI by @jkroepke in https://github.com/prometheus/common/pull/728
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/726
- Bump golang.org/x/net from 0.30.0 to 0.32.0 by @dependabot in https://github.com/prometheus/common/pull/736
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in https://github.com/prometheus/common/pull/731
- Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by @dependabot in https://github.com/prometheus/common/pull/732
Full Changelog: https://github.com/prometheus/common/compare/v0.60.1...v0.61.0
Configuration
📅 Schedule: Branch creation - "* 0-3 * * *" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.