chores: bump the go-modules group with 5 updates - #283
Merged
Conversation
Bumps the go-modules group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) | `1.21.0` | `1.21.1` | | [github.com/ClickHouse/ch-go](https://github.com/ClickHouse/ch-go) | `0.73.0` | `0.74.0` | | [github.com/moby/go-archive](https://github.com/moby/go-archive) | `0.2.1` | `0.3.2` | | [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.26.6` | `4.26.7` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.82.1` | `1.83.0` | Updates `github.com/cert-manager/cert-manager` from 1.21.0 to 1.21.1 - [Release notes](https://github.com/cert-manager/cert-manager/releases) - [Changelog](https://github.com/cert-manager/cert-manager/blob/master/RELEASE.md) - [Commits](cert-manager/cert-manager@v1.21.0...v1.21.1) Updates `github.com/ClickHouse/ch-go` from 0.73.0 to 0.74.0 - [Release notes](https://github.com/ClickHouse/ch-go/releases) - [Commits](ClickHouse/ch-go@v0.73.0...v0.74.0) Updates `github.com/moby/go-archive` from 0.2.1 to 0.3.2 - [Release notes](https://github.com/moby/go-archive/releases) - [Changelog](https://github.com/moby/go-archive/blob/main/changes_test.go) - [Commits](moby/go-archive@v0.2.1...v0.3.2) Updates `github.com/shirou/gopsutil/v4` from 4.26.6 to 4.26.7 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](shirou/gopsutil@v4.26.6...v4.26.7) Updates `google.golang.org/grpc` from 1.82.1 to 1.83.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.82.1...v1.83.0) --- updated-dependencies: - dependency-name: github.com/cert-manager/cert-manager dependency-version: 1.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/ClickHouse/ch-go dependency-version: 0.74.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/moby/go-archive dependency-version: 0.3.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/shirou/gopsutil/v4 dependency-version: 4.26.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: google.golang.org/grpc dependency-version: 1.83.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules ... Signed-off-by: dependabot[bot] <support@github.com>
GrigoryPervakov
approved these changes
Aug 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-modules group with 5 updates:
1.21.01.21.10.73.00.74.00.2.10.3.24.26.64.26.71.82.11.83.0Updates
github.com/cert-manager/cert-managerfrom 1.21.0 to 1.21.1Release notes
Sourced from github.com/cert-manager/cert-manager's releases.
Commits
24e3319Merge pull request #9083 from cert-manager-bot/cherry-pick-9042-to-release-1.214de10f8docs: TODO to index issuers by Secret for Secret-event scalingf7a2c7fSay ClusterIssuer, not issuer, in clusterissuers error message947571dReturn the external SecretKeySelector type from RequiredDNS01SolverSecrets536dcc3Remove untestable expectErr field from RequiredDNS01SolverSecrets tests61b071fCover the remaining DNS-01 providers in RequiredDNS01SolverSecrets tests7c31735Extract shared ACME DNS-01 solver secret helper616ed4cRe-queue Issuer/ClusterIssuer on ACME DNS-01 solver Secret eventsf1a152aMerge pull request #9073 from cert-manager/renovate/release-1.21-go-go.opente...0e50d3aMerge pull request #9072 from cert-manager/renovate/release-1.21-go-github.co...Updates
github.com/ClickHouse/ch-gofrom 0.73.0 to 0.74.0Release notes
Sourced from github.com/ClickHouse/ch-go's releases.
Commits
373f503Merge pull request #1180 from ClickHouse/dependabot/github_actions/actions/se...27aad8aMerge pull request #1177 from ClickHouse/dependabot/go_modules/golang.org/x/c...94d1145chore(deps): bump golang.org/x/crypto from 0.52.0 to 0.54.06096382Merge branch 'main' into dependabot/github_actions/actions/setup-go-71d6296bMerge pull request #1168 from ClickHouse/dependabot/github_actions/codecov/co...84e0c41Merge pull request #1172 from ClickHouse/dependabot/github_actions/actions/ca...f0ce1e9Merge pull request #1176 from ClickHouse/dependabot/go_modules/golang.org/x/s...906087fMerge pull request #1179 from ClickHouse/dependabot/go_modules/internal/cmd/c...57c7db0Merge pull request #1181 from ClickHouse/dependabot/go_modules/github.com/kla...2c2f8b6chore(deps): bump github.com/klauspost/compress from 1.18.6 to 1.19.1Updates
github.com/moby/go-archivefrom 0.2.1 to 0.3.2Release notes
Sourced from github.com/moby/go-archive's releases.
Commits
9e6d2c7Merge pull request #93 from thaJeztah/fix_absolute_symlinks4f6cd58archive: resolve hardlinks through absolute symlinkse564eccarchive: resolve absolute symlinks within extraction root5bb8a45Merge pull request #94 from thaJeztah/denoise1bec7ecarchive: Tarballer.Go: suppress io.ErrClosedPipe logs on close279fa6dMerge pull request #92 from thaJeztah/fix_implied_directories517985aarchive: create implied parents for directory entries1c23372Merge pull request #43 from thaJeztah/fix_rebase_from_root8829a25RebaseArchiveEntries: fix archive path rebasingc583b20Merge pull request #90 from thaJeztah/chtimes_nofollowUpdates
github.com/shirou/gopsutil/v4from 4.26.6 to 4.26.7Release notes
Sourced from github.com/shirou/gopsutil/v4's releases.
Commits
52a24c8Merge pull request #2128 from shirou/feat/follow-up-2125268a953[cpu][windows]: harden the cpu-total computation added in #21251e34da6Merge pull request #2125 from srebhan/fix_cpu_windows_total61f8802Merge pull request #2122 from shirou/dependabot/github_actions/actions/checko...7fb4dcfMerge pull request #2123 from shirou/dependabot/github_actions/actions/setup-...ae7d91aMerge pull request #2119 from shirou/fix/darwin-errno-and-libcache49052a1[darwin][process]: use a PID above PID_MAX in the not-running tests991b238[darwin]: pass the remaining Go pointers as unsafe.Pointer on darwinb9930e2Merge pull request #2124 from shirou/dependabot/github_actions/actions/labele...38a01b4[cpu][windows]: compute total counters from individual stats to handle proces...Updates
google.golang.org/grpcfrom 1.82.1 to 1.83.0Release notes
Sourced from google.golang.org/grpc's releases.
Commits
4c226daChange version to 1.83.0 (#9228)c198988Cherrypick 9223 into v1.83.x (#9279)8ce3ebfCherrypick PR 9255 into v1.83.x (#9263)e393849Cherry-pick recent changes from master (#9240)2a112a8authz: add onPolicyUpdate callback to authz file watcher (#9142)1a80fcavet: adds a check to disallow usage of regex.Compile in xDS code (#9216)26ffdb3[tls] Add safety check in custom cert verification that peer cert chain is no...5013974internal/grpcsync: add ScheduleAndWait to CallbackSerializer (#9162)bd58bc0internal/transport: increase test timeout locally in TestAccountCheckWindowSi...484f150httpfilter/extproc: add check to ensure that response trailer mode must be SE...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 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