Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 #1695

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps github.com/prometheus/client_golang from 1.20.5 to 1.21.0.

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.21.0 / 2025-02-19

⚠️ This release contains potential breaking change if you upgrade github.com/prometheus/common to 0.62+ together with client_golang (and depend on the strict, legacy validation for the label names). New common version changes model.NameValidationScheme global variable, which relaxes the validation of label names and metric name, allowing all UTF-8 characters. Typically, this should not break any user, unless your test or usage expects strict certain names to panic/fail on client_golang metric registration, gathering or scrape. In case of problems change model.NameValidationScheme to old model.LegacyValidation value in your project init function. ⚠️

  • [BUGFIX] gocollector: Fix help message for runtime/metric metrics. #1583
  • [BUGFIX] prometheus: Fix Desc.String() method for no labels case. #1687
  • [PERF] prometheus: Optimize popular prometheus.BuildFQName function; now up to 30% faster. #1665
  • [PERF] prometheus: Optimize Inc, Add and Observe cumulative metrics; now up to 50% faster under high concurrent contention. #1661
  • [CHANGE] Upgrade prometheus/common to 0.62.0 which changes model.NameValidationScheme global variable. #1712
  • [CHANGE] Add support for Go 1.23. #1602
  • [FEATURE] process_collector: Add support for Darwin systems. #1600 #1616 #1625 #1675 #1715
  • [FEATURE] api: Add ability to invoke CloseIdleConnections on api.Client using api.Client.(CloseIdler).CloseIdleConnections() casting. #1513
  • [FEATURE] promhttp: Add promhttp.HandlerOpts.EnableOpenMetricsTextCreatedSamples option to create OpenMetrics _created lines. Not recommended unless you want to use opt-in Created Timestamp feature. Community works on OpenMetrics 2.0 format that should make those lines obsolete (they increase cardinality significantly). #1408
  • [FEATURE] prometheus: Add NewConstNativeHistogram function. #1654

... (truncated)

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.21.0 / 2025-02-17

⚠️ This release contains potential breaking change if you upgrade github.com/prometheus/common to 0.62+ together with client_golang. ⚠️

New common version changes model.NameValidationScheme global variable, which relaxes the validation of label names and metric name, allowing all UTF-8 characters. Typically, this should not break any user, unless your test or usage expects strict certain names to panic/fail on client_golang metric registration, gathering or scrape. In case of problems change model.NameValidationScheme to old model.LegacyValidation value in your project init function.

  • [BUGFIX] gocollector: Fix help message for runtime/metric metrics. #1583
  • [BUGFIX] prometheus: Fix Desc.String() method for no labels case. #1687
  • [ENHANCEMENT] prometheus: Optimize popular prometheus.BuildFQName function; now up to 30% faster. #1665
  • [ENHANCEMENT] prometheus: Optimize Inc, Add and Observe cumulative metrics; now up to 50% faster under high concurrent contention. #1661
  • [CHANGE] Upgrade prometheus/common to 0.62.0 which changes model.NameValidationScheme global variable. #1712
  • [CHANGE] Add support for Go 1.23. #1602
  • [FEATURE] process_collector: Add support for Darwin systems. #1600 #1616 #1625 #1675 #1715
  • [FEATURE] api: Add ability to invoke CloseIdleConnections on api.Client using api.Client.(CloseIdler).CloseIdleConnections() casting. #1513
  • [FEATURE] promhttp: Add promhttp.HandlerOpts.EnableOpenMetricsTextCreatedSamples option to create OpenMetrics _created lines. Not recommended unless you want to use opt-in Created Timestamp feature. Community works on OpenMetrics 2.0 format that should make those lines obsolete (they increase cardinality significantly). #1408
  • [FEATURE] prometheus: Add NewConstNativeHistogram function. #1654
Commits

Dependabot compatibility score

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)

@dependabot dependabot bot requested a review from alvneiayu as a code owner February 24, 2025 20:51
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2025
@dependabot dependabot bot requested a review from agarcia-oss as a code owner February 24, 2025 20:51
@dependabot dependabot bot added the go Pull requests that update Go code label Feb 24, 2025
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.5 to 1.21.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.20.5...v1.21.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/prometheus/client_golang-1.21.0 branch from 8359b31 to 06dc8fe Compare February 25, 2025 09:57
@agarcia-oss agarcia-oss merged commit 0bdb507 into main Feb 25, 2025
16 checks passed
@agarcia-oss agarcia-oss deleted the dependabot/go_modules/github.com/prometheus/client_golang-1.21.0 branch February 25, 2025 11:54
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Mar 31, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [bitnami-labs/sealed-secrets](https://github.com/bitnami-labs/sealed-secrets) | minor | `v0.28.0` -> `v0.29.0` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>bitnami-labs/sealed-secrets (bitnami-labs/sealed-secrets)</summary>

### [`v0.29.0`](https://github.com/bitnami-labs/sealed-secrets/blob/HEAD/RELEASE-NOTES.md#v0290)

[Compare Source](bitnami-labs/sealed-secrets@v0.28.0...v0.29.0)

-   Fix register a key using secret creationTimestamp instead of certificate validity timestamp ([#&#8203;1681](bitnami-labs/sealed-secrets#1681))
-   Bump to go1.23.7 ([#&#8203;1714](bitnami-labs/sealed-secrets#1714))
-   Update environment k8s version on CI ([#&#8203;1688](bitnami-labs/sealed-secrets#1688))
-   Update go tooling to 1.23.6 ([#&#8203;1686](bitnami-labs/sealed-secrets#1686))
-   Bump github.com/onsi/gomega from 1.36.2 to 1.36.3 ([#&#8203;1712](bitnami-labs/sealed-secrets#1712))
-   Bump github.com/onsi/ginkgo/v2 from 2.23.0 to 2.23.3 ([#&#8203;1711](bitnami-labs/sealed-secrets#1711))
-   Bump k8s.io/code-generator from 0.32.2 to 0.32.3 ([#&#8203;1708](bitnami-labs/sealed-secrets#1708))
-   Bump k8s.io/client-go from 0.32.2 to 0.32.3 ([#&#8203;1705](bitnami-labs/sealed-secrets#1705))
-   Bump golang.org/x/net from 0.35.0 to 0.36.0 in the go_modules group ([#&#8203;1702](bitnami-labs/sealed-secrets#1702))
-   Bump golang.org/x/crypto from 0.35.0 to 0.36.0 ([#&#8203;1699](bitnami-labs/sealed-secrets#1699))
-   Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 ([#&#8203;1699](bitnami-labs/sealed-secrets#1699))
-   Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.0 ([#&#8203;1701](bitnami-labs/sealed-secrets#1701))
-   Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 ([#&#8203;1695](bitnami-labs/sealed-secrets#1695))
-   Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 ([#&#8203;1696](bitnami-labs/sealed-secrets#1696))
-   Bump golang.org/x/crypto from 0.33.0 to 0.35.0 ([#&#8203;1697](bitnami-labs/sealed-secrets#1697))
-   Bump k8s.io/client-go from 0.32.1 to 0.32.2 ([#&#8203;1691](bitnami-labs/sealed-secrets#1691))
-   Bump k8s.io/code-generator from 0.32.1 to 0.32.2 ([#&#8203;1693](bitnami-labs/sealed-secrets#1693))
-   Bump golang.org/x/crypto from 0.32.0 to 0.33.0 ([#&#8203;1685](bitnami-labs/sealed-secrets#1685))
-   Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 ([#&#8203;1683](bitnami-labs/sealed-secrets#1683))
-   Bump k8s.io/client-go from 0.32.0 to 0.32.1 ([#&#8203;1678](bitnami-labs/sealed-secrets#1678))
-   Bump k8s.io/code-generator from 0.32.0 to 0.32.1 ([#&#8203;1677](bitnami-labs/sealed-secrets#1677))

</details>

---

### 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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTguMSIsInVwZGF0ZWRJblZlciI6IjM5LjIxOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant