Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping knative.dev/pkg b1fd04d...11a3d46:
  > 11a3d46 Add composite ConfigStore to combine multiple ConfigStore (# 3027)
bumping knative.dev/eventing 6b6f6d1...3541408:
  > 3541408 Make transport-encryption a Beta feature (# 7915)
  > 884f0da Adding uname name mapping for x86_64 in hack/install.sh (# 7917)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation committed May 15, 2024
1 parent 37a0fe2 commit 9fe27d9
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 9 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ require (
k8s.io/code-generator v0.29.2
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
knative.dev/caching v0.0.0-20240513135106-1a6c1c714c18
knative.dev/eventing v0.41.1-0.20240514124507-6b6f6d153ed6
knative.dev/eventing v0.41.1-0.20240515085036-35414080f2df
knative.dev/hack v0.0.0-20240507013718-68e3bfb39d11
knative.dev/pkg v0.0.0-20240513091600-b1fd04d5c458
knative.dev/pkg v0.0.0-20240515073057-11a3d46fe4d6
knative.dev/serving v0.41.1-0.20240514121646-5624a46514b9
sigs.k8s.io/yaml v1.4.0
)
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1359,14 +1359,14 @@ k8s.io/utils v0.0.0-20240102154912-e7106e64919e h1:eQ/4ljkx21sObifjzXwlPKpdGLrCf
k8s.io/utils v0.0.0-20240102154912-e7106e64919e/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/caching v0.0.0-20240513135106-1a6c1c714c18 h1:heXgTE/8kVJV/YmYRaCm9PXhRvysqWA6XdqWxWiS37Q=
knative.dev/caching v0.0.0-20240513135106-1a6c1c714c18/go.mod h1:RaoremM8tuvy5M73QYWAIwwe8bq/8IFBPgajle9nxzg=
knative.dev/eventing v0.41.1-0.20240514124507-6b6f6d153ed6 h1:QgunDnthQPK0RhJwOBReE/3HH5z15fSj2GSpBG4xEBo=
knative.dev/eventing v0.41.1-0.20240514124507-6b6f6d153ed6/go.mod h1:zmGRdj1BJe628YjZ+f1inTd0bxNETU8OVSXTSEJv56A=
knative.dev/eventing v0.41.1-0.20240515085036-35414080f2df h1:URL5HasPLr+8Dt7PacgXfptR8CGCaMBrFP+0iuzUZwM=
knative.dev/eventing v0.41.1-0.20240515085036-35414080f2df/go.mod h1:zmGRdj1BJe628YjZ+f1inTd0bxNETU8OVSXTSEJv56A=
knative.dev/hack v0.0.0-20240507013718-68e3bfb39d11 h1:CYoD72R8/R35REjeY2nnWfBak+Q3f+NxXwEfwcID1eU=
knative.dev/hack v0.0.0-20240507013718-68e3bfb39d11/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/networking v0.0.0-20240508055612-25012a498278 h1:uToI/YqBS1oQ0XIgcNXpAJ0qdeghBN/rREPYN/nwtNs=
knative.dev/networking v0.0.0-20240508055612-25012a498278/go.mod h1:ySd8prgXDd7V5wEE80T800yeBOfVncAWp3nFTbZl34I=
knative.dev/pkg v0.0.0-20240513091600-b1fd04d5c458 h1:ESofRToj3xFQfKd5rlwd3EHd7G/CbVpchrUsw1HzI1w=
knative.dev/pkg v0.0.0-20240513091600-b1fd04d5c458/go.mod h1:fkgcK/71v1QSJza7pCOxtuk7zSsWYPQ7eiuX8M2wXxs=
knative.dev/pkg v0.0.0-20240515073057-11a3d46fe4d6 h1:mUZ3ZrZFIfHtaILKPodBX1WnFQVpVSdA+e0DaUqIe30=
knative.dev/pkg v0.0.0-20240515073057-11a3d46fe4d6/go.mod h1:fkgcK/71v1QSJza7pCOxtuk7zSsWYPQ7eiuX8M2wXxs=
knative.dev/serving v0.41.1-0.20240514121646-5624a46514b9 h1:GTQxAdFMPpZKZP0TvwmNM5odA95azg3SdHJvx9P0xUw=
knative.dev/serving v0.41.1-0.20240514121646-5624a46514b9/go.mod h1:QEeLyTYCODEC44bFpU/4YroZ6UV2FKqVeZUFSKUT4hk=
nhooyr.io/websocket v1.8.6/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0=
Expand Down
16 changes: 15 additions & 1 deletion vendor/knative.dev/pkg/reconciler/configstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ import "context"

// ConfigStore is used to attach the frozen configuration to the context.
type ConfigStore interface {
// ConfigStore is used to attach the frozen configuration to the context.
// ToContext is used to attach the frozen configuration to the context.
ToContext(ctx context.Context) context.Context
}

// ConfigStores is used to combine multiple ConfigStore and attach multiple frozen configurations
// to the context.
type ConfigStores []ConfigStore

// ConfigStores implements ConfigStore interface.
var _ ConfigStore = ConfigStores{}

func (stores ConfigStores) ToContext(ctx context.Context) context.Context {
for _, s := range stores {
ctx = s.ToContext(ctx)
}
return ctx
}
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@ k8s.io/utils/trace
## explicit; go 1.21
knative.dev/caching/pkg/apis/caching
knative.dev/caching/pkg/apis/caching/v1alpha1
# knative.dev/eventing v0.41.1-0.20240514124507-6b6f6d153ed6
# knative.dev/eventing v0.41.1-0.20240515085036-35414080f2df
## explicit; go 1.21
knative.dev/eventing/pkg/apis/config
knative.dev/eventing/pkg/apis/duck
Expand Down Expand Up @@ -1435,7 +1435,7 @@ knative.dev/networking/pkg/http/proxy
knative.dev/networking/pkg/http/stats
knative.dev/networking/pkg/ingress
knative.dev/networking/pkg/k8s
# knative.dev/pkg v0.0.0-20240513091600-b1fd04d5c458
# knative.dev/pkg v0.0.0-20240515073057-11a3d46fe4d6
## explicit; go 1.21
knative.dev/pkg/apiextensions/storageversion
knative.dev/pkg/apiextensions/storageversion/cmd/migrate
Expand Down

0 comments on commit 9fe27d9

Please sign in to comment.