-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 all-go-mod-patch-and-minor group across 3 directories with 6 updates #11616
🌱 Bump the all-go-mod-patch-and-minor group across 3 directories with 6 updates #11616
Conversation
… 6 updates Bumps the all-go-mod-patch-and-minor group with 2 updates in the / directory: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) and [golang.org/x/net](https://github.com/golang/net). Bumps the all-go-mod-patch-and-minor group with 3 updates in the /hack/tools directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go), [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) and [github.com/docker/docker](https://github.com/docker/docker). Bumps the all-go-mod-patch-and-minor group with 3 updates in the /test directory: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo), [github.com/docker/docker](https://github.com/docker/docker) and [golang.org/x/net](https://github.com/golang/net). Updates `github.com/onsi/ginkgo/v2` from 2.22.0 to 2.22.1 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.22.0...v2.22.1) Updates `golang.org/x/net` from 0.32.0 to 0.33.0 - [Commits](golang/net@v0.32.0...v0.33.0) Updates `google.golang.org/grpc` from 1.67.2 to 1.67.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.67.2...v1.67.3) Updates `cloud.google.com/go/storage` from 1.48.0 to 1.49.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@spanner/v1.48.0...spanner/v1.49.0) Updates `google.golang.org/api` from 0.212.0 to 0.214.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.212.0...v0.214.0) Updates `github.com/docker/docker` from 27.4.0+incompatible to 27.4.1+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v27.4.0...v27.4.1) Updates `golang.org/x/net` from 0.32.0 to 0.33.0 - [Commits](golang/net@v0.32.0...v0.33.0) Updates `github.com/onsi/ginkgo/v2` from 2.22.0 to 2.22.1 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.22.0...v2.22.1) Updates `github.com/docker/docker` from 27.4.0+incompatible to 27.4.1+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v27.4.0...v27.4.1) Updates `golang.org/x/net` from 0.32.0 to 0.33.0 - [Commits](golang/net@v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: golang.org/x/net dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: google.golang.org/grpc dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: cloud.google.com/go/storage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/docker/docker dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: golang.org/x/net dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor ... 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. |
/lgtm |
LGTM label has been added. Git tree hash: 88272ea22a712921a864d0403eaf588ca8871c96
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 all-go-mod-patch-and-minor group with 2 updates in the / directory: github.com/onsi/ginkgo/v2 and golang.org/x/net.
Bumps the all-go-mod-patch-and-minor group with 3 updates in the /hack/tools directory: google.golang.org/grpc, cloud.google.com/go/storage and github.com/docker/docker.
Bumps the all-go-mod-patch-and-minor group with 3 updates in the /test directory: github.com/onsi/ginkgo/v2, github.com/docker/docker and golang.org/x/net.
Updates
github.com/onsi/ginkgo/v2
from 2.22.0 to 2.22.1Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
Commits
a0190b7
v2.22.14df44bf
remove golang.org/x/net/context in favour of stdlib contextc88c634
ensure *.test files are gitignored so we don't accidentally commit compiled t...aab3da6
Update testsc09df39
Properly encode CSV rows96a80fc
Add test case for proper csv escaping43dad69
Add meta-testUpdates
golang.org/x/net
from 0.32.0 to 0.33.0Commits
dfc720d
go.mod: update golang.org/x dependencies8e66b04
html: use strings.EqualFold instead of lowering ourselvesb935f7b
html: avoid endless loop on error token9af49ef
route: remove unused sizeof* consts6705db9
quic: clean up crypto streams when dropping packet protection keys4ef7588
quic: handle ACK frame in packet which drops number space552d8ac
Revert "route: change from syscall to x/sys/unix"13a7c01
Revert "route: remove unused sizeof* consts on freebsd"Updates
google.golang.org/grpc
from 1.67.2 to 1.67.3Release notes
Sourced from google.golang.org/grpc's releases.
Commits
117cd63
Update version to 1.67.3 (#7939)c4e695e
v1.67: remove opentelemetry module and pull into main module (#7935)0f8fa3e
Change version to 1.67.3-dev (#7896)Updates
cloud.google.com/go/storage
from 1.48.0 to 1.49.0Release notes
Sourced from cloud.google.com/go/storage's releases.
Commits
d773366
chore(main): release spanner 1.49.0 (#8468)2c65345
test(datastore): Correct read time before creating entities (#8475)6a45f26
feat(auth): add base auth package (#8465)14aa857
test(datastore): Truncate transaction read time to millisecond (#8473)3dda7b2
feat(spanner/spannertest): support INSERT DML (#7820)6c21558
fix(spanner): Transaction was started in a different session (#8467)911f31e
chore(main): release datastore 1.14.0 (#8351)37681ff
feat(datastore): Support aggregation query in transaction (#8439)a9fff18
feat(datastore): SUM and AVG aggregations (#8307)fa6e827
fix(bigquery): value for datasetID on foreign keys (#8447)Updates
google.golang.org/api
from 0.212.0 to 0.214.0Release notes
Sourced from google.golang.org/api's releases.
Changelog
Sourced from google.golang.org/api's changelog.
Commits
b9b7179
chore(main): release 0.214.0 (#2927)aa743b8
chore(all): update module golang.org/x/net to v0.33.0 [SECURITY] (#2930)946a672
feat(all): auto-regenerate discovery clients (#2931)7a17059
feat(all): auto-regenerate discovery clients (#2926)86fdd4e
chore(main): release 0.213.0 (#2925)a07467e
feat(all): auto-regenerate discovery clients (#2924)59f3d22
chore(all): update all (#2921)Updates
github.com/docker/docker
from 27.4.0+incompatible to 27.4.1+incompatibleRelease notes
Sourced from github.com/docker/docker's releases.
Commits
c710b88
Merge pull request #49119 from thaJeztah/27.x_backport_libnetwork_deprecate_P...eda0a20
libnetwork/iptables: deprecate Passthroughb51622d
libnet/iptables: deprecate type IPV829ac83
Merge pull request #49104 from thaJeztah/27.x_backport_update_swagger_headersbd7da11
Merge pull request #49110 from thaJeztah/27.x_backport_fix_setupIPChains_defer135b144
Merge pull request #49105 from thaJeztah/27.x_backport_testing-suse-apparmor08de719
libnetwork/drivers/bridge: setupIPChains: fix defer checking wrong err2a62319
Merge pull request #49100 from thaJeztah/27.x_backport_deprecate_pkg_system6855ca1
integration-cli: don't skip AppArmor tests on SLES224b305
docs/api: document correct case for Api-Version headerUpdates
golang.org/x/net
from 0.32.0 to 0.33.0Commits
dfc720d
go.mod: update golang.org/x dependencies8e66b04
html: use strings.EqualFold instead of lowering ourselvesb935f7b
html: avoid endless loop on error token9af49ef
route: remove unused sizeof* consts6705db9
quic: clean up crypto streams when dropping packet protection keys4ef7588
quic: handle ACK frame in packet which drops number space552d8ac
Revert "route: change from syscall to x/sys/unix"13a7c01
Revert "route: remove unused sizeof* consts on freebsd"Updates
github.com/onsi/ginkgo/v2
from 2.22.0 to 2.22.1Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
Commits
a0190b7
v2.22.14df44bf
remove golang.org/x/net/context in favour of stdlib contextc88c634
ensure *.test files are gitignored so we don't accidentally commit compiled t...aab3da6
Update testsc09df39
Properly encode CSV rows96a80fc
Add test case for proper csv escaping43dad69
Add meta-testUpdates
github.com/docker/docker
from 27.4.0+incompatible to 27.4.1+incompatibleRelease notes
Sourced from github.com/docker/docker's releases.
Commits
c710b88
Merge pull request #49119 from thaJeztah/27.x_backport_libnetwork_deprecate_P...eda0a20
libnetwork/iptables: deprecate Passthroughb51622d
libnet/iptables: deprecate type IPV829ac83
Merge pull request #49104 from thaJeztah/27.x_backport_update_swagger_headersbd7da11
Merge pull request #49110 from thaJeztah/27.x_backport_fix_setupIPChains_defer135b144
Merge pull request #49105 from thaJeztah/27.x_backport_testing-suse-apparmor08de719
libnetwork/drivers/bridge: setupIPChains: fix defer checking wrong err2a62319
Merge pull request #49100 from thaJeztah/27.x_backport_deprecate_pkg_system6855ca1
integration-cli: don't skip AppArmor tests on SLES224b305
docs/api: document correct case for Api-Version headerUpdates
golang.org/x/net
from 0.32.0 to 0.33.0Commits
dfc720d
go.mod: update golang.org/x dependencies8e66b04
html: use strings.EqualFold instead of lowering ourselvesb935f7b
html: avoid endless loop on error token9af49ef
route: remove unused sizeof* consts6705db9
quic: clean up crypto streams when dropping packet protection keys4ef7588
quic: handle ACK frame in packet which drops number space552d8ac
Revert "route: change from syscall to x/sys/unix"13a7c01
Revert "route: remove unused sizeof* consts on freebsd"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