chore(deps): bump the go-runtime group with 4 updates - #290
Merged
gnanirahulnutakki merged 1 commit intoJul 21, 2026
Conversation
Bumps the go-runtime group with 4 updates: [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang), [github.com/wailsapp/wails/v2](https://github.com/wailsapp/wails), [google.golang.org/grpc](https://github.com/grpc/grpc-go) and [sigs.k8s.io/apiserver-network-proxy/konnectivity-client](https://github.com/kubernetes-sigs/apiserver-network-proxy). Updates `github.com/prometheus/client_golang` from 1.23.2 to 1.24.0 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.24.0/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.23.2...v1.24.0) Updates `github.com/wailsapp/wails/v2` from 2.12.0 to 2.13.0 - [Release notes](https://github.com/wailsapp/wails/releases) - [Commits](wailsapp/wails@v2.12.0...v2.13.0) Updates `google.golang.org/grpc` from 1.79.3 to 1.82.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.79.3...v1.82.1) Updates `sigs.k8s.io/apiserver-network-proxy/konnectivity-client` from 0.31.2 to 0.36.0 - [Release notes](https://github.com/kubernetes-sigs/apiserver-network-proxy/releases) - [Changelog](https://github.com/kubernetes-sigs/apiserver-network-proxy/blob/master/RELEASE.md) - [Commits](kubernetes-sigs/apiserver-network-proxy@v0.31.2...v0.36.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-runtime - dependency-name: github.com/wailsapp/wails/v2 dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-runtime - dependency-name: google.golang.org/grpc dependency-version: 1.82.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-runtime - dependency-name: sigs.k8s.io/apiserver-network-proxy/konnectivity-client dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-runtime ... Signed-off-by: dependabot[bot] <support@github.com>
26 tasks
dependabot
Bot
deleted the
dependabot/go_modules/dev/go-runtime-6a2614af1e
branch
July 21, 2026 16:08
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-runtime group with 4 updates: github.com/prometheus/client_golang, github.com/wailsapp/wails/v2, google.golang.org/grpc and sigs.k8s.io/apiserver-network-proxy/konnectivity-client.
Updates
github.com/prometheus/client_golangfrom 1.23.2 to 1.24.0Release notes
Sourced from github.com/prometheus/client_golang's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
48dd383Cut v1.24.0 (#2061)a725305Cut v1.24.0-rc.0 (#2058)77c584fbuild(deps): update all Go dependencies in all go.mod files (#2059)78262a7feat(promhttp): add CoalesceGather option to deduplicate concurrent Gather ca...34e9a7fMerge pull request #2055 from prombot/repo_sync43749bcUpdate common Prometheus filesde19217examples: improve simple main.go example (#1999)20355ebfix: correct typos in comments and test error messages (#2049)4cd2d3atest: fix two flaky tests (darwin start_time regex, memstats HeapReleased dri...b0d896bReplace deprecated model.NameValidationScheme with explicit UTF8Validation (#...Updates
github.com/wailsapp/wails/v2from 2.12.0 to 2.13.0Release notes
Sourced from github.com/wailsapp/wails/v2's releases.
Commits
474b677release: v2.13.077fbbfaci(npm): rebase-and-retry the version-bump push so publishes stop failing (#5...97f5f46fix(v3/windows): guard FillRect against nil client rect in WM_ERASEBKGND (#5687)78254effix(v3): return error to frontend as dedicated Error objects instead of strin...fd231e9[skip ci] Publish@wailsio/runtimev3.0.0-alpha.96198c9ceci: verify the bundled runtime is built from source, not supplied by PRs (#5759)3c1ca71fix(v3/windows): web server (servertag) build fails on Windows (#5680) (#5...0ea5f3achore: update sponsors.svg and contributors.svg [skip ci]a84a490ci: skip release/publish/changelog automation on forks (#5756)1961c27chore(v3): bump to v3.0.0-alpha2.114 and update changelog [skip ci]Updates
google.golang.org/grpcfrom 1.79.3 to 1.82.1Release notes
Sourced from google.golang.org/grpc's releases.
... (truncated)
Commits
ebd8f06Change version to 1.82.1 (#9238)4ea465dCherry-pick commits (#9236)9494a2cChange version to 1.82.1-dev (#9171)bd23985Change version to 1.82.0 (#9170)0f3086dFix minor issues not covered by PR #9137 (#9147)fef07fbinternal: Split v3procservicepb import into pb and grpc for extproc (#9163)91dd64ftransport: surface subsequent data when receiving non-gRPC header (#8929)adc97detest/kokoro: add config for regional-td test (#9158)57c9ff1xds: ensure full-string matching for RBAC Filter rules (#9148)b58f32dserver: Set a pprof label on new stream goroutines (#9082)Updates
sigs.k8s.io/apiserver-network-proxy/konnectivity-clientfrom 0.31.2 to 0.36.0Changelog
Sourced from sigs.k8s.io/apiserver-network-proxy/konnectivity-client's changelog.
... (truncated)
Commits
e843261Merge pull request #857 from kubernetes-sigs/dependabot/go_modules/gomod-depe...64561d4Merge pull request #856 from inerplat/fix/backend-dial-timeout-pending-dial39caa18chore(deps): bump github.com/prometheus/common72fc545Add optional backend dial timeout9ee6775Merge pull request #854 from kubernetes-sigs/dependabot/github_actions/golang...734150dchore(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1ecd8d51Merge pull request #820 from tesshuflower/add-tls-min-versionad9cad2Merge pull request #852 from kubernetes-sigs/dependabot/go_modules/gomod-depe...a8faa87chore(deps): bump the gomod-dependencies group across 1 directory with 10 upd...8536f7dMerge pull request #853 from cheftako/fix-511043121-1779385126Dependabot 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