Skip to content

Commit

Permalink
upgrade to latest dependencies (knative#13326)
Browse files Browse the repository at this point in the history
bumping knative.dev/caching 7fef078...1c4b1a9:
  > 1c4b1a9 upgrade to latest dependencies (# 682)
bumping knative.dev/pkg df29e2a...d1d5c84:
  > d1d5c84 Define a global for `reconciler.DefaultTimeout`. (# 2597)

Signed-off-by: Knative Automation <[email protected]>

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation authored Sep 21, 2022
1 parent 3f03f22 commit 2332731
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ require (
k8s.io/code-generator v0.24.4
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
knative.dev/caching v0.0.0-20220914200406-7fef078a0ff7
knative.dev/caching v0.0.0-20220921123410-1c4b1a91ac88
knative.dev/control-protocol v0.0.0-20220919144911-fce406f30830
knative.dev/hack v0.0.0-20220914183605-d1317b08c0c3
knative.dev/networking v0.0.0-20220914020748-cefed20d561c
knative.dev/pkg v0.0.0-20220920224309-df29e2a20aba
knative.dev/pkg v0.0.0-20220921024409-d1d5c849073b
sigs.k8s.io/yaml v1.3.0
)

Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1742,16 +1742,16 @@ k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42/go.mod h1:Z/45zLw8lUo4wdi
k8s.io/utils v0.0.0-20210802155522-efc7438f0176/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 h1:HNSDgDCrr/6Ly3WEGKZftiE7IY19Vz2GdbOCyI4qqhc=
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
knative.dev/caching v0.0.0-20220914200406-7fef078a0ff7 h1:iXZjO038akm28sBCI0Q0rRwQXH6ONWP4gA3jXS3D16U=
knative.dev/caching v0.0.0-20220914200406-7fef078a0ff7/go.mod h1:nt4+h0+WfoysjLuNX5939ufOv4DDS3UWSQOp3sI2qIY=
knative.dev/caching v0.0.0-20220921123410-1c4b1a91ac88 h1:cVp718VEwEHNc+Y4A9mWqYIwTjfGihgoN0/aFxXLUOQ=
knative.dev/caching v0.0.0-20220921123410-1c4b1a91ac88/go.mod h1:0F05RMGSWavxIz3FxrWlQhXBUfQAGEN8k5bsRUPSq7g=
knative.dev/control-protocol v0.0.0-20220919144911-fce406f30830 h1:RveJM7tjCElRJdFu+HorXEXKRdS+cBZac4ZJlRQqNso=
knative.dev/control-protocol v0.0.0-20220919144911-fce406f30830/go.mod h1:93iXQq+Pg6aCuVCLhmrTlbtODLGThiUVN9p6FkGymMI=
knative.dev/hack v0.0.0-20220914183605-d1317b08c0c3 h1:5s3/9VZuTfdVGFIF/+7FUju9nHKyIOg6jsFXw7rhdIM=
knative.dev/hack v0.0.0-20220914183605-d1317b08c0c3/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/networking v0.0.0-20220914020748-cefed20d561c h1:KTVyYjUsxn23Ot9oTBCFj4tfUug5H3PO7lDCF/3H25k=
knative.dev/networking v0.0.0-20220914020748-cefed20d561c/go.mod h1:U5WmvAm/sFvqXz6uodddTrYBgXGFB9VlbGO/CnxZ/eU=
knative.dev/pkg v0.0.0-20220920224309-df29e2a20aba h1:RzETxW2BGpoXOV4d2ZtTKsnn8EA8CxHUt/p9SbxLY98=
knative.dev/pkg v0.0.0-20220920224309-df29e2a20aba/go.mod h1:v7MjUh7DVDGOFkiLfDTUt4hG75RwNJRyeQmlBz3wUAc=
knative.dev/pkg v0.0.0-20220921024409-d1d5c849073b h1:DQn+gWHuXna0DlCYC9Cj/ElhUZlvblZVsgcDO0Gn4fQ=
knative.dev/pkg v0.0.0-20220921024409-d1d5c849073b/go.mod h1:v7MjUh7DVDGOFkiLfDTUt4hG75RwNJRyeQmlBz3wUAc=
mvdan.cc/gofumpt v0.1.1/go.mod h1:yXG1r1WqZVKWbVRtBWKWX9+CxGYfA51nSomhM0woR48=
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc=
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4=
Expand Down
5 changes: 5 additions & 0 deletions vendor/knative.dev/pkg/reconciler/reconcile_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ import (

const failedGenerationBump = "NewObservedGenFailure"

// DefaultTimeout is used in some downstream reconcilers to put a context
// deadline on reconciliation. It is a variable so that it can be exposed by
// entrypoints as a flag, e.g. via flag.DurationVar
var DefaultTimeout = 30 * time.Second

const (
// DoReconcileKind is the function name for reconciling the resource (as a leader).
DoReconcileKind = "ReconcileKind"
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ k8s.io/utils/net
k8s.io/utils/pointer
k8s.io/utils/strings/slices
k8s.io/utils/trace
# knative.dev/caching v0.0.0-20220914200406-7fef078a0ff7
# knative.dev/caching v0.0.0-20220921123410-1c4b1a91ac88
## explicit; go 1.18
knative.dev/caching/config
knative.dev/caching/pkg/apis/caching
Expand Down Expand Up @@ -1276,7 +1276,7 @@ knative.dev/networking/pkg/http/stats
knative.dev/networking/pkg/ingress
knative.dev/networking/pkg/k8s
knative.dev/networking/pkg/prober
# knative.dev/pkg v0.0.0-20220920224309-df29e2a20aba
# knative.dev/pkg v0.0.0-20220921024409-d1d5c849073b
## explicit; go 1.18
knative.dev/pkg/apiextensions/storageversion
knative.dev/pkg/apiextensions/storageversion/cmd/migrate
Expand Down

0 comments on commit 2332731

Please sign in to comment.