-
Notifications
You must be signed in to change notification settings - Fork 204
Bump the gomod-dependencies group across 1 directory with 7 updates #660
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 7 updates #660
Conversation
Bumps the gomod-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.19.1` | `1.20.4` | | [golang.org/x/net](https://github.com/golang/net) | `0.26.0` | `0.29.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.64.0` | `1.67.1` | | [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.30.2` | `0.31.1` | | [k8s.io/component-helpers](https://github.com/kubernetes/component-helpers) | `0.30.3` | `0.31.1` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.18.2` | `0.19.0` | Updates `github.com/prometheus/client_golang` from 1.19.1 to 1.20.4 - [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.19.1...v1.20.4) Updates `github.com/prometheus/common` from 0.54.0 to 0.55.0 - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md) - [Commits](prometheus/common@v0.54.0...v0.55.0) Updates `golang.org/x/net` from 0.26.0 to 0.29.0 - [Commits](golang/net@v0.26.0...v0.29.0) Updates `google.golang.org/grpc` from 1.64.0 to 1.67.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.64.0...v1.67.1) Updates `k8s.io/component-base` from 0.30.2 to 0.31.1 - [Commits](kubernetes/component-base@v0.30.2...v0.31.1) Updates `k8s.io/component-helpers` from 0.30.3 to 0.31.1 - [Commits](kubernetes/component-helpers@v0.30.3...v0.31.1) Updates `sigs.k8s.io/controller-runtime` from 0.18.2 to 0.19.0 - [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.18.2...v0.19.0) --- 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: github.com/prometheus/common 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: k8s.io/component-base dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: k8s.io/component-helpers 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-minor dependency-group: gomod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dependabot[bot] The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/ok-to-test |
|
@dependabot[bot]: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
|
Emperically: the metrics related test fails are related to upgrade of |
|
Sent #661 for this |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the gomod-dependencies group with 6 updates in the / directory:
1.19.11.20.40.26.00.29.01.64.01.67.10.30.20.31.10.30.30.31.10.18.20.19.0Updates
github.com/prometheus/client_golangfrom 1.19.1 to 1.20.4Release notes
Sourced from github.com/prometheus/client_golang's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
... (truncated)
Commits
05fcde9Merge pull request #1623 from krajorama/data-race-in-histogram-write209f4c0Add changelog1e398ccnative histogram: Fix race between Write and addExemplaref2f87eMerge pull request #1620 from prometheus/arthursens/prepare-1.20.3937ac63Add changelog entry for 1.20.36e9914dMerge pull request #1608 from krajorama/index-out-of-range-native-histogram-e...d6b8c89Update comments with more explanations504566fUse simplified solution from #1609 for the data racedc8e9a4fix: native histogram: Simplify and fix addExemplardc819ceUse a trivial solution to #1605Updates
github.com/prometheus/commonfrom 0.54.0 to 0.55.0Release notes
Sourced from github.com/prometheus/common's releases.
Commits
0c7b585Merge pull request #649 from rajagopalanand/13364804fbbeUpdate common Prometheus files (#660)3f20456Bump golang.org/x/net from 0.25.0 to 0.26.0 (#657)e31eeaaBump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#658)3236a12Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 (#656)1cfb464Bump github.com/aws/aws-sdk-go from 1.53.14 to 1.54.7 in /sigv4 (#659)ab322eachore: add HumanizeTimestamp; make ConvertToFloat exportable (#654)04635d2Merge pull request #655 from yeya24/change-omit-emptyc4974e5fix test43f0db5set http_headers to be omit emptyUpdates
golang.org/x/netfrom 0.26.0 to 0.29.0Commits
35b4abago.mod: update golang.org/x dependencies9bf379fwebsocket: fix printf(var) mistake detected by latest printf checker4542a42go.mod: update golang.org/x dependencies765c7e8xsrftoken: create no padding base64 string by RawURLEncoding032e4e4LICENSE: update per Google Legale2310aego.mod: update golang.org/x dependencies77708f7quic: skip tests which depend on unimplemented UDP functions on Plan 99617c63http2: avoid Transport hang with Connection: close and AllowHTTPUpdates
google.golang.org/grpcfrom 1.64.0 to 1.67.1Release notes
Sourced from google.golang.org/grpc's releases.
... (truncated)
Commits
3f95b38Update version to 1.67.1 (#7682)4f6c5f2xds/server: Fix xDS Server leak (#7664) (#7681)935f8cbtransport: Fix reporting of bytes read while reading headers (#7660) (#7667)02bbb65Change version to 1.67.1-dev (#7605)6f50403Change version to 1.67.0 (#7604)3c3a025mem: replace flate.Reader reference (#7595) (#7637)3ffb98b.*: fix revive lintsredefines-builtin-id(#7552)5666049vet: enforce revive linter (#7589)c6ad07fprotoc: regenerate protos (#7590)70f19eecredentials/tls: default GRPC_ENFORCE_ALPN_ENABLED to true (#7535)Updates
k8s.io/component-basefrom 0.30.2 to 0.31.1Commits
7a74912Update dependencies to v0.31.1 tag6332889Merge pull request #126344 from MikeSpreitzer/fix-12011295f30f1[sample-apiserver] Fix: Use Correct Effective Version for kube (#125941)763ac17Merge pull request #126353 from liggitt/fix-vendor40cf325revendor dependenciesd64a96dRelax noise margin in TestOneWeightedHistogram6cc953aMerge pull request #126204 from vrutkovs/unsafeRecordQueried-atomicPointerf9413defeaturegate: clone queriedFeatures only when mutation is needed6f32dbeMerge pull request #125926 from MadhavJivrajani/bump-staticcheck-exclude-SA100664c7d3f.*: fix lint errorsUpdates
k8s.io/component-helpersfrom 0.30.3 to 0.31.1Commits
ead040aUpdate dependencies to v0.31.1 tag7473aa8revendor dependenciesb05521aMerge pull request #121902 from carlory/kep-3751-pv-controller91aa277pvc bind pv with vacf77f7faMerge pull request #126018 from aroradaman/bump-k8s-utils3f27c3ebump k8s.io/utils5a2d742Merge pull request #125922 from dims/update_otel_27e98310eupdate OpenTelemetry dependencies and grpc4462186Merge pull request #125759 from dims/bump-prometheus/common-v0.55.0b908cc8Merge pull request #125766 from dims/update-moby/spdystream-to-v0.4.0Updates
sigs.k8s.io/controller-runtimefrom 0.18.2 to 0.19.0Release notes
Sourced from sigs.k8s.io/controller-runtime's releases.
... (truncated)
Commits
b901db1Merge pull request #2924 from lucacome/bump-deps0c7827eBump k8s.io deps to v1.31.09f5afecMerge pull request #2918 from sbueringer/pr-add-skip-name-validation96e8152Merge pull request #2921 from kubernetes-sigs/dependabot/github_actions/all-g...8f5faff🌱 Bump actions/upload-artifact in the all-github-actions group89bebe3Add SkipNameValidation option7857623Merge pull request #2911 from sbueringer/pr-publish-setup-envtestfdc8bd7Merge pull request #2913 from sbueringer/pr-test-cov-field-validation7dfd3bbFix WithFieldValidation cliente882354Merge pull request #2908 from sbueringer/pr-approve-actionDependabot 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