Skip to content

Comments

Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0#1724

Merged
agarcia-oss merged 1 commit intomainfrom
dependabot/go_modules/github.com/prometheus/client_golang-1.22.0
Apr 15, 2025
Merged

Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0#1724
agarcia-oss merged 1 commit intomainfrom
dependabot/go_modules/github.com/prometheus/client_golang-1.22.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps github.com/prometheus/client_golang from 1.21.1 to 1.22.0.

Release notes

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

v1.22.0 - 2025-04-07

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header. It was enabled by default since version 1.20, but now you need to add a blank import to enable it. The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon, golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.

e.g.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765

... (truncated)

Changelog

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

1.22.0 / 2025-04-07

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header. It was enabled by default since version 1.20, but now you need to add a blank import to enable it. The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon, golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.

e.g.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765
Commits
  • d50be25 Cut 1.22.0 (#1793)
  • 1043db7 Cut 1.22.0-rc.0 (#1768)
  • e575c9c promhttp: Isolate zstd support and klauspost/compress library use to promhttp...
  • f2276aa Merge pull request #1764 from prometheus/dependabot/github_actions/github-act...
  • 9df772c build(deps): bump peter-evans/create-pull-request
  • a3548c5 Merge pull request #1754 from saswatamcode/exp-eh
  • 60fd2b0 Remove go.work file for now
  • 8f9d0de exp: Add dependabot config
  • c5cf981 Merge pull request #1762 from prometheus/release-1.21
  • e84c305 exp: Reset snappy buf (#1756)
  • Additional commits viewable in compare view

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)

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.21.1 to 1.22.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.21.1...v1.22.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 14, 2025
@agarcia-oss agarcia-oss merged commit 963d760 into main Apr 15, 2025
16 checks passed
@agarcia-oss agarcia-oss deleted the dependabot/go_modules/github.com/prometheus/client_golang-1.22.0 branch April 15, 2025 11:34
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Jun 13, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [bitnami-labs/sealed-secrets](https://github.com/bitnami-labs/sealed-secrets) | minor | `v0.29.0` -> `v0.30.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.30.0`](https://github.com/bitnami-labs/sealed-secrets/blob/HEAD/RELEASE-NOTES.md#v0300)

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

-   Bump golang to 1.24.4 ([#&#8203;1743](bitnami-labs/sealed-secrets#1743))
-   Fix typo in RBAC namespaced roles documentation ([#&#8203;1720](bitnami-labs/sealed-secrets#1720))
-   Bump to go1.24.1 ([#&#8203;1713](bitnami-labs/sealed-secrets#1713))
-   Fix potential controller sensitive data exposure by sprig template functions ([#&#8203;1703](bitnami-labs/sealed-secrets#1703))
-   Bump golang.org/x/crypto from 0.38.0 to 0.39.0 ([#&#8203;1742](bitnami-labs/sealed-secrets#1742))
-   Bump k8s.io/client-go from 0.33.0 to 0.33.1 ([#&#8203;1734](bitnami-labs/sealed-secrets#1734))
-   Bump k8s.io/api from 0.33.0 to 0.33.1 ([#&#8203;1733](bitnami-labs/sealed-secrets#1733))
-   Bump k8s.io/code-generator from 0.33.0 to 0.33.1 ([#&#8203;1732](bitnami-labs/sealed-secrets#1732))
-   Bump golang.org/x/crypto from 0.37.0 to 0.38.0 ([#&#8203;1731](bitnami-labs/sealed-secrets#1731))
-   Bump k8s.io/client-go from 0.32.3 to 0.33.0 ([#&#8203;1729](bitnami-labs/sealed-secrets#1729))
-   Bump k8s.io/code-generator from 0.32.3 to 0.33.0 ([#&#8203;1728](bitnami-labs/sealed-secrets#1728))
-   Bump k8s.io/api from 0.32.3 to 0.33.0 ([#&#8203;1730](bitnami-labs/sealed-secrets#1730))
-   Bump golang.org/x/net from 0.37.0 to 0.38.0 in the go_modules group ([#&#8203;1725](bitnami-labs/sealed-secrets#1725))
-   Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 ([#&#8203;1724](bitnami-labs/sealed-secrets#1724))
-   Bump github.com/onsi/gomega from 1.36.3 to 1.37.0 ([#&#8203;1722](bitnami-labs/sealed-secrets#1722))
-   Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 ([#&#8203;1723](bitnami-labs/sealed-secrets#1723))
-   Bump golang.org/x/crypto from 0.36.0 to 0.37.0 ([#&#8203;1721](bitnami-labs/sealed-secrets#1721))

</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:eyJjcmVhdGVkSW5WZXIiOiI0MC41Mi4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
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