chore(deps): update go modules #87

Merged
CSRBot merged 1 commits from renovate/go-modules into master 2025-09-18 17:38:54 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/prometheus/client_golang require patch v1.23.0 -> v1.23.2
go (source) toolchain patch 1.25.0 -> 1.25.1

Release Notes

prometheus/client_golang (github.com/prometheus/client_golang)

v1.23.2: - 2025-09-05

Compare Source

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

All Changes

Full Changelog: https://github.com/prometheus/client_golang/compare/v1.23.1...v1.23.2

v1.23.1: - 2025-09-04

Compare Source

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

All Changes

Full Changelog: https://github.com/prometheus/client_golang/compare/v1.23.0...v1.23.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | require | patch | `v1.23.0` -> `v1.23.2` | | [go](https://go.dev/) ([source](https://github.com/golang/go)) | toolchain | patch | `1.25.0` -> `1.25.1` | --- ### Release Notes <details> <summary>prometheus/client_golang (github.com/prometheus/client_golang)</summary> ### [`v1.23.2`](https://github.com/prometheus/client_golang/releases/tag/v1.23.2): - 2025-09-05 [Compare Source](https://github.com/prometheus/client_golang/compare/v1.23.1...v1.23.2) This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes. <details> <summary>All Changes</summary> - \[release-1.23] Upgrade to prometheus/common\@&#8203;v0.66.1 by [@&#8203;aknuds1](https://github.com/aknuds1) in [#&#8203;1869](https://github.com/prometheus/client_golang/pull/1869) - \[release-1.23] Cut v1.23.2 by [@&#8203;aknuds1](https://github.com/aknuds1) in [#&#8203;1870](https://github.com/prometheus/client_golang/pull/1870) </details> **Full Changelog**: <https://github.com/prometheus/client_golang/compare/v1.23.1...v1.23.2> ### [`v1.23.1`](https://github.com/prometheus/client_golang/releases/tag/v1.23.1): - 2025-09-04 [Compare Source](https://github.com/prometheus/client_golang/compare/v1.23.0...v1.23.1) This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes. <details> <summary>All Changes</summary> - \[release-1.23] Upgrade to prometheus/common v0.66 by [@&#8203;aknuds1](https://github.com/aknuds1) in [#&#8203;1866](https://github.com/prometheus/client_golang/pull/1866) - \[release-1.23] Cut v1.23.1 by [@&#8203;aknuds1](https://github.com/aknuds1) in [#&#8203;1867](https://github.com/prometheus/client_golang/pull/1867) </details> **Full Changelog**: <https://github.com/prometheus/client_golang/compare/v1.23.0...v1.23.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuOTcuNyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9hdXRvbWVyZ2UiLCJyZW5vdmF0ZS9nb2xhbmciXX0=-->
CSRBot added 1 commit 2025-09-03 21:16:52 +02:00
chore(deps): update dependency go to v1.25.1
Some checks failed
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 3m16s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Failing after 2m2s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 2m40s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Failing after 1m55s
Lint Markdown files / Run markdown linter (pull_request) Successful in 18s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Has been cancelled
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Has been cancelled
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Has been cancelled
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Has been cancelled
1f6d5ab6a9
CSRBot scheduled this pull request to auto merge when all checks succeed 2025-09-03 21:16:53 +02:00
CSRBot force-pushed renovate/go-modules from 1f6d5ab6a9 to 170887778b 2025-09-04 18:18:48 +02:00 Compare
CSRBot changed title from chore(deps): update dependency go to v1.25.1 to chore(deps): update go modules 2025-09-04 18:18:50 +02:00
Author
Collaborator

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
github.com/prometheus/common v0.65.0 -> v0.66.1
golang.org/x/sys v0.33.0 -> v0.35.0
golang.org/x/text v0.25.0 -> v0.28.0
google.golang.org/protobuf v1.36.6 -> v1.36.8
### ℹ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 4 additional dependencies were updated Details: | **Package** | **Change** | | :----------------------------- | :--------------------- | | `github.com/prometheus/common` | `v0.65.0` -> `v0.66.1` | | `golang.org/x/sys` | `v0.33.0` -> `v0.35.0` | | `golang.org/x/text` | `v0.25.0` -> `v0.28.0` | | `google.golang.org/protobuf` | `v1.36.6` -> `v1.36.8` |
CSRBot force-pushed renovate/go-modules from 170887778b to 769361f967 2025-09-05 18:16:38 +02:00 Compare
CSRBot force-pushed renovate/go-modules from 769361f967 to 6b1ab49ffd 2025-09-18 15:51:24 +02:00 Compare
CSRBot merged commit 14cd5ef6bf into master 2025-09-18 17:38:54 +02:00
CSRBot deleted branch renovate/go-modules 2025-09-18 17:38:55 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: volker.raschek/prometheus-fail2ban-exporter#87
No description provided.