Update module github.com/prometheus/common to v0.62.0 by renovate[bot] · Pull Request #955 · nginx/nginx-prometheus-exporter (original) (raw)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
github.com/prometheus/common | v0.61.0 -> v0.62.0 |
Release Notes
prometheus/common (github.com/prometheus/common)
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: prometheus/common@v0.61.0...v0.62.0
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" 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.