-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the gomod-dependencies group across 1 directory with 4 updates #722
Bump the gomod-dependencies group across 1 directory with 4 updates #722
Conversation
Bumps the gomod-dependencies group with 4 updates in the / directory: [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang), [golang.org/x/net](https://github.com/golang/net), [google.golang.org/grpc](https://github.com/grpc/grpc-go) and [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime). Updates `github.com/prometheus/client_golang` from 1.20.5 to 1.21.1 - [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.20.5...v1.21.1) Updates `golang.org/x/net` from 0.35.0 to 0.37.0 - [Commits](golang/net@v0.35.0...v0.37.0) Updates `google.golang.org/grpc` from 1.70.0 to 1.71.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.70.0...v1.71.0) Updates `sigs.k8s.io/controller-runtime` from 0.20.2 to 0.20.3 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.20.2...v0.20.3) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: sigs.k8s.io/controller-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Hi @dependabot[bot]. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/ok-to-test |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dependabot[bot], jkh52 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Bumps the gomod-dependencies group with 4 updates in the / directory: github.com/prometheus/client_golang, golang.org/x/net, google.golang.org/grpc and sigs.k8s.io/controller-runtime.
Updates
github.com/prometheus/client_golang
from 1.20.5 to 1.21.1Release notes
Sourced from github.com/prometheus/client_golang's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
8a42da3
Fix ios build. (#1758)40c62f7
Merge pull request #1757 from prometheus/revert-121cas689f590
Cut 1.21.19e567a7
Revert "Add: exponential backoff for CAS operations on floats (#1661)"eaf03ef
Cut 1.21.0 (#1737)f1f89dc
Cut 1.21.0-rc.0 (#1718)c923f7c
Revert "ci: daggerize test and lint pipelines (#1534)" (#1717)1bcda80
process collector: Fixed pedantic registry failures on darwin with cgo. (#1715)038b37a
tutorials/whatsup: Updated deps (#1716)56a2431
docs: Add RELEASE.md for the release process (#1690)Updates
golang.org/x/net
from 0.35.0 to 0.37.0Commits
99b3ae0
go.mod: update golang.org/x dependencies85d1d54
go.mod: update golang.org/x dependenciescde1dda
proxy, http/httpproxy: do not mismatch IPv6 zone ids against hostsfe7f039
publicsuffix: spruce up code gen and speed up PublicSuffix459513d
internal/http3: move more common stream processing to genericConnaad0180
http2: fix flakiness from t.Log when GOOS=jsb73e574
http2: don't log expected errors from writing invalid trailers5f45c77
internal/http3: make read-data tests usable for server handlers43c2540
http2, internal/httpcommon: reject userinfo in :authority1d78a08
http2, internal/httpcommon: factor out server header logic for h2/h3Updates
google.golang.org/grpc
from 1.70.0 to 1.71.0Release notes
Sourced from google.golang.org/grpc's releases.
Commits
d01db5c
Change version to 1.71.0 (#8105)012f8bf
xds: Enable dualstack flag (#8134)bf0c885
examples/features/dualstack: Demonstrate Dual Stack functionality (#8098) (#8...05bdd66
ringhash: Remove TODO comment (#8096)ddb2484
xds: remove obsolete xDS transport custom dialer option (#8079)8528f43
cleanup: replace Dial with NewClient (#7975)ae2a04f
ringhash: Replace DNS resolver before sending xDS Update in test (#8091)e55819e
lazy: Use channel to wait for resolver error being received in test (#8088)b524c08
xdsclient: include xds node ID in errors from the WatchResource API (#8093)91eb6aa
client: improve documentation of target strings (#8078)Updates
sigs.k8s.io/controller-runtime
from 0.20.2 to 0.20.3Release notes
Sourced from sigs.k8s.io/controller-runtime's releases.
Commits
bd9c786
Merge pull request #3147 from alvaroaleman/revc1de925
Revert "[release-0.20] ✨ Expose all Go runtime metrics (#3100)"e8b6292
Merge pull request #3145 from k8s-infra-cherrypick-robot/cherry-pick-3143-to-...39fefb9
bug: Fakeclient: Fix dataraces when writing to the scheme44bed88
Merge pull request #3131 from k8s-infra-cherrypick-robot/cherry-pick-3129-to-...772ce35
Export envtest.ReadCRDFiles22815fc
Merge pull request #3127 from k8s-infra-cherrypick-robot/cherry-pick-3126-to-...b015843
fix: cache should list out of global cache when present and necessaryDependabot 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 <dependency name> major version
will 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 version
will 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