🌱 Bump the all-go-mod-patch-and-minor group across 3 directories with 6 updates #256
+84
−86
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 all-go-mod-patch-and-minor group with 2 updates in the / directory: github.com/google/cel-go and golang.org/x/net.
Bumps the all-go-mod-patch-and-minor group with 5 updates in the /hack/tools directory:
0.17.8
0.20.1
1.64.0
1.64.1
1.42.0
1.43.0
27.0.1+incompatible
27.0.3+incompatible
0.26.0
0.27.0
Bumps the all-go-mod-patch-and-minor group with 3 updates in the /test directory: github.com/google/cel-go, github.com/docker/docker and golang.org/x/net.
Updates
github.com/google/cel-go
from 0.17.8 to 0.20.1Release notes
Sourced from github.com/google/cel-go's releases.
... (truncated)
Commits
7654578
Make the CEL ast package public. (#904)9775e65
Introduce new helper APIs for optimizers (#903)13b3d56
Track sizes of comprehension results (#901)b1ed395
Bump ip from 2.0.0 to 2.0.1 in /repl/appengine/web (#898)f221e70
Lists: Fix handling of go arrays (#894)19b2ad1
DefaultTypeAdapter: Add support for missing custom scalars (#893)5883379
ext.NativeTypes: Recursively add sub-types (#892)ba58735
Revert the AST copy as some users were relying on Check to be mutable (#890)6b5d14c
Ensure error typed variables are returned as errors from Resolve (#889)fb9a6ce
Minor adjustment to inlining to fix a bad bind (#888)Updates
golang.org/x/net
from 0.26.0 to 0.27.0Commits
e2310ae
go.mod: update golang.org/x dependencies77708f7
quic: skip tests which depend on unimplemented UDP functions on Plan 99617c63
http2: avoid Transport hang with Connection: close and AllowHTTPUpdates
github.com/google/cel-go
from 0.17.8 to 0.20.1Release notes
Sourced from github.com/google/cel-go's releases.
... (truncated)
Commits
7654578
Make the CEL ast package public. (#904)9775e65
Introduce new helper APIs for optimizers (#903)13b3d56
Track sizes of comprehension results (#901)b1ed395
Bump ip from 2.0.0 to 2.0.1 in /repl/appengine/web (#898)f221e70
Lists: Fix handling of go arrays (#894)19b2ad1
DefaultTypeAdapter: Add support for missing custom scalars (#893)5883379
ext.NativeTypes: Recursively add sub-types (#892)ba58735
Revert the AST copy as some users were relying on Check to be mutable (#890)6b5d14c
Ensure error typed variables are returned as errors from Resolve (#889)fb9a6ce
Minor adjustment to inlining to fix a bad bind (#888)Updates
google.golang.org/grpc
from 1.64.0 to 1.64.1Release notes
Sourced from google.golang.org/grpc's releases.
Commits
4d833de
Change version to 1.64.1 (#7381)e9193a4
*: update deps (#7375)ab29241
metadata: remove String method (#7374)355b9a5
Change version to 1.64.1-dev (#7219)Updates
cloud.google.com/go/storage
from 1.42.0 to 1.43.0Release notes
Sourced from cloud.google.com/go/storage's releases.
Commits
fdccf3f
chore(main): release spanner 1.43.0 (#7212)e2bb947
chore(main): release 0.109.0 (#7226)7737696
chore: release main (#7243)9018b83
refactor: simplify options, instrumentation for multiplexing (#7257)edf3c24
chore: fix postprocessor pathing and branch issues (#7270)5bd944d
chore(internal/postprocessor): reduce OwlBot scope (#7269)b371558
fix(bigquery): create/update an isolated dataset for collation feature (#7256)ecf14d4
chore: new owl bot post processor docker image (#7258)6f72b3c
chore(internal): fixups for postprocessor (#7239)4f82b6c
chore: update docker digest (#7250)Updates
google.golang.org/api
from 0.185.0 to 0.187.0Release notes
Sourced from google.golang.org/api's releases.
Changelog
Sourced from google.golang.org/api's changelog.
Commits
b6c87f6
chore(main): release 0.187.0 (#2656)e051997
fix: pass through gRPC api key option to new auth lib (#2664)2ea4e07
chore(all): update all to dc46fd2 (#2662)6e061ce
feat(all): auto-regenerate discovery clients (#2663)0a238f5
feat(all): auto-regenerate discovery clients (#2661)3ca2f84
feat(all): auto-regenerate discovery clients (#2660)7cd88da
feat(all): auto-regenerate discovery clients (#2659)a758bc1
fix(gensupport): wrap chunk upload err for retries (#2657)719f988
feat(all): auto-regenerate discovery clients (#2658)1a28e06
feat(all): auto-regenerate discovery clients (#2655)Updates
github.com/docker/docker
from 27.0.1+incompatible to 27.0.3+incompatibleRelease notes
Sourced from github.com/docker/docker's releases.
Commits
662f78c
Merge pull request #48090 from thaJeztah/27.0_backport_48067_fix_specific_ipv...b86d9bd
Merge pull request #48086 from thaJeztah/27.0_backport_fix_rootless_pull0dbc3ac
Merge pull request #48087 from thaJeztah/27.0_backport_gofmt276a648
Fix incorrect validation of port mapping22aa07b
Merge pull request #48089 from robmry/backport-27.0/48069_fix_overlapping_sub...23b8b02
Fix duplicate subnet allocationsbf222d6
fix some gofmt issues reported by goreportcardf8231b5
daemon/graphdriver/overlay2: set TarOptions.InUserNS for native differb951474
pkg/archive: createTarFile: consistently use the same value for usernsc5794e2
pkg/archive: handleTarTypeBlockCharFifo: don't discard EPERM errorsUpdates
golang.org/x/net
from 0.26.0 to 0.27.0Commits
e2310ae
go.mod: update golang.org/x dependencies77708f7
quic: skip tests which depend on unimplemented UDP functions on Plan 99617c63
http2: avoid Transport hang with Connection: close and AllowHTTPUpdates
github.com/google/cel-go
from 0.17.8 to 0.20.1Release notes
Sourced from github.com/google/cel-go's releases.
... (truncated)
Commits
7654578
Make the CEL ast package public. (#904)9775e65
Introduce new helper APIs for optimizers (#903)13b3d56
Track sizes of comprehension results (#901)b1ed395
Bump ip from 2.0.0 to 2.0.1 in /repl/appengine/web (#898)f221e70
Lists: Fix handling of go arrays (#894)19b2ad1
DefaultTypeAdapter: Add support for missing custom scalars (#893)5883379
ext.NativeTypes: Recursively add sub-types (#892)ba58735
Revert the AST copy as some users were relying on Check to be mutable (#890)6b5d14c
Ensure error typed variables are returned as errors from Resolve (#889)fb9a6ce
Minor adjustment to inlining to fix a bad bind (#888)Updates
github.com/docker/docker
from 27.0.1+incompatible to 27.0.3+incompatibleRelease notes
Sourced from github.com/docker/docker's releases.
Commits
662f78c
Merge pull request #48090 from thaJeztah/27.0_backport_48067_fix_specific_ipv...b86d9bd
Merge pull request #48086 from thaJeztah/27.0_backport_fix_rootless_pull0dbc3ac
Merge pull request #48087 from thaJeztah/27.0_backport_gofmt276a648
Fix incorrect validation of port mapping22aa07b
Merge pull request #48089 from robmry/backport-27.0/48069_fix_overlapping_sub...23b8b02
Fix duplicate subnet allocationsbf222d6
fix some gofmt issues reported by goreportcardf8231b5
daemon/graphdriver/overlay2: set TarOptions.InUserNS for native differb951474
pkg/archive: createTarFile: consistently use the same value for usernsc5794e2
pkg/archive: handleTarTypeBlockCharFifo: don't discard EPERM errorsUpdates
golang.org/x/net
from 0.26.0 to 0.27.0Commits
e2310ae
go.mod: update golang.org/x dependencies77708f7
quic: skip tests which depend on unimplemented UDP functions on Plan 99617c63
http2: avoid Transport hang with Connection: close and AllowHTTPDependabot 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