Bump the all-go-mod-patch-and-minor group across 1 directory with 4 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 2
(7 months ago)
(6 months ago)
(6 months ago)
dependencies go
Bumps the all-go-mod-patch-and-minor group with 4 updates in the / directory: github.com/KimMachineGun/automemlimit, github.com/bradleyfalzon/ghinstallation/v2, github.com/prometheus/client_golang and go.uber.org/zap.
Updates github.com/KimMachineGun/automemlimit from 0.7.1 to 0.7.5
Release notes
Sourced from github.com/KimMachineGun/automemlimit's releases.
v0.7.5
What's Changed
- fix(memlimit): respect parent cgroup limits in v2 (KimMachineGun/automemlimit#31) by
@KimMachineGunin https://github.com/KimMachineGun/automemlimit/commit/6d12049dcf3e429d3aeab23c3dd57ee4ce610292Full Changelog: https://github.com/KimMachineGun/automemlimit/compare/v0.7.4...v0.7.5
v0.7.4
What's Changed
- fix(memlimit): use memory.stat instead of memory.stats by
@sergeysedoy97in KimMachineGun/automemlimit#30New Contributors
@sergeysedoy97made their first contribution in KimMachineGun/automemlimit#30Full Changelog: https://github.com/KimMachineGun/automemlimit/compare/v0.7.3...v0.7.4
v0.7.3
What's Changed
- fix(memlimit): move goroutine execution inside refresh function by
@KimMachineGunin https://github.com/KimMachineGun/automemlimit/commit/b2c01e82ab357d10c79031cef7b2704f225798f1Full Changelog: https://github.com/KimMachineGun/automemlimit/compare/v0.7.2...v0.7.3
v0.7.2
What's Changed
- fix(memlimit): fix mountinfo validation logic when super options have spaces by
@KimMachineGunin https://github.com/KimMachineGun/automemlimit/commit/a659ed11b8c2b268723cc09710e52a4bddfcf5bbFull Changelog: https://github.com/KimMachineGun/automemlimit/compare/v0.7.1...v0.7.2
Commits
6d12049fix(memlimit): respect parent cgroup limits in v2 (#31)e8d0135fix(memlimit): use memory.stat instead of memory.stats (#30)b2c01e8fix(memlimit): move goroutine execution inside refresh functiona9a712bci: bump ubuntu versiona659ed1fix(memlimit): fix mountinfo validation logic when super options have spacesb5e3683chore(examples/gosigar): remove gosigar example- See full diff in compare view
Updates github.com/bradleyfalzon/ghinstallation/v2 from 2.15.0 to 2.17.0
Release notes
Sourced from github.com/bradleyfalzon/ghinstallation/v2's releases.
v2.17.0
What's Changed
- Update README: improve formatting, replace GoDoc with GoReference by
@alexandearin bradleyfalzon/ghinstallation#161- Update go-github to v73 by
@asvobodain bradleyfalzon/ghinstallation#162- update golangci-lint to v2.2.x by
@cpanatoin bradleyfalzon/ghinstallation#163- Update google/go-github to v75 by
@asvobodain bradleyfalzon/ghinstallation#167New Contributors
@alexandearmade their first contribution in bradleyfalzon/ghinstallation#161Full Changelog: https://github.com/bradleyfalzon/ghinstallation/compare/v2.16.0...v2.17.0
v2.16.0
What's Changed
- Update to go-github v72 by
@asvobodain bradleyfalzon/ghinstallation#158- Bump actions/setup-go from 5.4.0 to 5.5.0 in the actions group by
@dependabotin bradleyfalzon/ghinstallation#157- Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 by
@dependabotin bradleyfalzon/ghinstallation#156Full Changelog: https://github.com/bradleyfalzon/ghinstallation/compare/v2.15.0...v2.16.0
Commits
6efd7deUpdate google/go-github to v75a41d4c3fix branch name8faada7update golangci-lint to v2.2.xfed3685Update go-github to v73050fa87Update README: improve formatting, replace GoDoc with GoReferencecf2f966Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0874b1a2Bump actions/setup-go from 5.4.0 to 5.5.0 in the actions groupc8bdda0Update to go-github v72- See full diff in compare view
Updates github.com/prometheus/client_golang from 1.22.0 to 1.23.2
Release notes
Sourced from github.com/prometheus/client_golang's releases.
v1.23.2 - 2025-09-05
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.
- [release-1.23] Upgrade to prometheus/common@v0.66.1 by
@aknuds1in prometheus/client_golang#1869- [release-1.23] Cut v1.23.2 by
@aknuds1in prometheus/client_golang#1870Full Changelog: https://github.com/prometheus/client_golang/compare/v1.23.1...v1.23.2
v1.23.1 - 2025-09-04
This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.
- [release-1.23] Upgrade to prometheus/common v0.66 by
@aknuds1in prometheus/client_golang#1866- [release-1.23] Cut v1.23.1 by
@aknuds1in prometheus/client_golang#1867Full Changelog: https://github.com/prometheus/client_golang/compare/v1.23.0...v1.23.1
v1.23.0 - 2025-07-30
- [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
- [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
- [FEATURE] Add exemplars for native histograms #1686
- [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
- [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
- [BUGFIX] exp/api: client prompt return on context cancellation #1729
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
1.23.2 / 2025-09-05
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.
1.23.1 / 2025-09-04
This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.
1.23.0 / 2025-07-30
- [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
- [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
- [FEATURE] Add exemplars for native histograms #1686
- [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
- [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
- [BUGFIX] exp/api: client prompt return on context cancellation #1729
Commits
8179a56Cut v1.23.2 (#1870)4142b59Merge pull request #1869 from prometheus/arve/upgrade-common4ff40f0Cut v1.23.1 (#1867)989b029Upgrade to prometheus/common v0.66 (#1866)e4b2208Cut v1.23.0 (#1848)d9492afcut v1.23.0-rc.1 (#1842)aeae8a0Cut v1.23.0-rc.0 (#1837)b157309Update common Prometheus files (#1832)a704e28build(deps): bump the github-actions group with 3 updates (#1826)c774311Fix errNotImplemented reference (#1835)- Additional commits viewable in compare view
Updates go.uber.org/zap from 1.27.0 to 1.27.1
Release notes
Sourced from go.uber.org/zap's releases.
v1.27.1
Enhancements:
Thanks to
@rabbbit,@alshopov,@jquirke,@arukiidoufor their contributions to this release.
Changelog
Sourced from go.uber.org/zap's changelog.
1.27.1 (19 Nov 2025)
Enhancements:
Thanks to
@rabbbit,@alshopov,@jquirke,@arukiidoufor their contributions to this release.
Commits
7b755a3release 1.27.1 (#1521)d6b395bUpdate lazy logger not to materialize unless it's being written to (#1519)4b9cea0ci: Test with Go 1.24, Go 1.25 (#1508)7c80d7bFix race condition in WithLazy implementation (#1426) (#1511)07077a6Prevent zap.Object from panicing on nils (#1501)a6afd05Fix lint check name (#1502)6d48253chore: fix typo (#1482)32f2ec1Fix the field test for bool type (#1480)fe16eb5Upgrade grpc in zapgrc test package & bump go version (#1478)5f00c34test(AtomicLevel): demonstrate Handler is not vulnerable to XSS (#1477)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
github.com/prometheus/client_golang
go
1.22.0 → 1.23.2
Minor
go
2.15.0 → 2.17.0
Minor
go
0.7.1 → 0.7.5
Patch
Technical Details
| ID: | 12144435 |
| UUID: | 3660571840 |
| Node ID: | PR_kwDOL39Qu861ScLG |
| Host: | GitHub |
| Repository: | webdevops/github-workflow-exporter |