-
Notifications
You must be signed in to change notification settings - Fork 214
chore(deps): bump the all group with 6 updates #1492
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
base: main
Are you sure you want to change the base?
Conversation
Bumps the all group with 6 updates: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/container](https://github.com/googleapis/google-cloud-go) | `1.42.4` | `1.43.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.38.0` | `0.39.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.24.0` | `0.25.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.40.0` | `0.41.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.235.0` | `0.239.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.72.2` | `1.73.0` | Updates `cloud.google.com/go/container` from 1.42.4 to 1.43.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@container/v1.42.4...pubsub/v1.43.0) Updates `golang.org/x/crypto` from 0.38.0 to 0.39.0 - [Commits](golang/crypto@v0.38.0...v0.39.0) Updates `golang.org/x/mod` from 0.24.0 to 0.25.0 - [Commits](golang/mod@v0.24.0...v0.25.0) Updates `golang.org/x/net` from 0.40.0 to 0.41.0 - [Commits](golang/net@v0.40.0...v0.41.0) Updates `google.golang.org/api` from 0.235.0 to 0.239.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.235.0...v0.239.0) Updates `google.golang.org/grpc` from 1.72.2 to 1.73.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.72.2...v1.73.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/container dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: golang.org/x/crypto dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: golang.org/x/mod dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: golang.org/x/net dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: google.golang.org/api dependency-version: 0.239.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: google.golang.org/grpc dependency-version: 1.73.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
✅ Deploy Preview for kubernetes-sigs-cluster-api-gcp ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
[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 |
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. |
@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. |
Bumps the all group with 6 updates:
1.42.4
1.43.0
0.38.0
0.39.0
0.24.0
0.25.0
0.40.0
0.41.0
0.235.0
0.239.0
1.72.2
1.73.0
Updates
cloud.google.com/go/container
from 1.42.4 to 1.43.0Release notes
Sourced from cloud.google.com/go/container's releases.
Commits
58df9c3
chore(main): release pubsub 1.43.0 (#10714)6685397
chore(.github): pin golang.org/x/mod and golang.org/x/tools in renovate (#10835)f0958b0
chore(all): update deps (#10834)ce82b22
vertexai(test): add corpora_test in tokenizer module (#10784)8d008de
feat(bigtable): add "TypeUnspecified" to represent an unspecified type (#10820)caa826c
feat(pubsub): allow trace extraction from protobuf message (#10827)48addbf
fix(pubsub): add attributes before startSpan (#10800)79a0e11
fix(pubsub): close grpc streams on retry (#10624)02b2d12
feat(bigtable): Add client side metrics to feature flag (#10678)0d732cc
fix(datastore): do not delay on final transaction attempt (#10824)Updates
golang.org/x/crypto
from 0.38.0 to 0.39.0Commits
3bf9d2a
ssh/test: skip KEX test if unsupported by system SSH client9bab967
go.mod: update golang.org/x dependencies4f9f0ca
x509roots/fallback: add init time benchmarkeac7cf0
x509roots/fallback: move parsing code to a non-generated file18228cd
acme: return err from deprecated TLS-SNI-[01|02] functions73f6362
acme: remove dead codeebc8e46
ssh: add server side support for Diffie Hellman Group Exchangee944286
ssh: expose negotiated algorithms78a1fd7
ssh: automatically add [email protected] KEX aliasac58737
ssh: export supported algorithmsUpdates
golang.org/x/mod
from 0.24.0 to 0.25.0Commits
9d33331
x/mod: add the ignore directiveae88a97
all: change from sort functions to slices functionsUpdates
golang.org/x/net
from 0.40.0 to 0.41.0Commits
6e41cae
go.mod: update golang.org/x dependencies15f7d40
http2: correctly wrap ErrFrameTooLarge in Framer.ReadFrameef33bc0
internal/http3: use bubbled context in synctest tests919c6bc
http2: use an array instead of a map in typeFrameParserbae01a7
trace: add missing td tagUpdates
google.golang.org/api
from 0.235.0 to 0.239.0Release notes
Sourced from google.golang.org/api's releases.
... (truncated)
Changelog
Sourced from google.golang.org/api's changelog.
... (truncated)
Commits
62ea841
chore(main): release 0.239.0 (#3200)27d1aa4
feat(all): auto-regenerate discovery clients (#3209)71fe287
feat(all): auto-regenerate discovery clients (#3207)98b7398
feat(all): auto-regenerate discovery clients (#3206)ca610d5
feat(all): auto-regenerate discovery clients (#3205)459c5a8
feat(all): auto-regenerate discovery clients (#3203)f7c299e
feat(all): auto-regenerate discovery clients (#3202)8eff56f
feat(all): auto-regenerate discovery clients (#3201)2bdd042
feat(all): auto-regenerate discovery clients (#3199)971a6f1
chore(main): release 0.238.0 (#3193)Updates
google.golang.org/grpc
from 1.72.2 to 1.73.0Release notes
Sourced from google.golang.org/grpc's releases.
Commits
c52d025
Change version to 1.73.0 (#8322)ac60db1
Add flag guarding SPIFFE Bundle provider (#8343) (#8382)183c148
balancer/ringhash: Add experimental notice in package comment (#8364) (#8365)b610465
delegatingresolver: avoid proxy for resolved addresses in NO_PROXY env (#8329...96c4308
balancer/least_request : Fix panic while handling resolver errors (#8333) (#8...af5146b
grpc: update contributing.md (#8318)09166b6
cleanup: remove unused constants in generic xdsclient (#8315)e3f13e7
transport: Prevent sending negative timeouts (#8312)b89909b
leakcheck: Fix flaky test TestCheck (#8309)709023d
grpcsync/event: Simplify synchronization (#8308)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 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