Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping knative.dev/eventing 292e29c...2aa8985:
  > 2aa8985 Adding broker namespace for triggers (# 7798)
bumping knative.dev/caching 77a703a...20da666:
  > 20da666 upgrade to latest dependencies (# 848)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation committed Mar 21, 2024
1 parent b0a8038 commit 2d28af9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ require (
k8s.io/client-go v0.29.2
k8s.io/code-generator v0.29.2
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
knative.dev/caching v0.0.0-20240318013651-77a703a3ca00
knative.dev/eventing v0.40.1-0.20240319181853-292e29c78e4e
knative.dev/caching v0.0.0-20240321000746-20da666b9fd5
knative.dev/eventing v0.40.1-0.20240320151248-2aa8985d582b
knative.dev/hack v0.0.0-20240318013248-424e75ed769a
knative.dev/pkg v0.0.0-20240318073042-db6f3b074e8c
knative.dev/serving v0.40.1-0.20240319163957-ba3f983855bc
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1352,10 +1352,10 @@ k8s.io/utils v0.0.0-20200912215256-4140de9c8800/go.mod h1:jPW/WVKK9YHAvNhRxK0md/
k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
k8s.io/utils v0.0.0-20240102154912-e7106e64919e h1:eQ/4ljkx21sObifjzXwlPKpdGLrCfRziVtos3ofG/sQ=
k8s.io/utils v0.0.0-20240102154912-e7106e64919e/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/caching v0.0.0-20240318013651-77a703a3ca00 h1:eNTU4U8Hywfkx+7ixWFXo7Qe73Gg4tzQScnv0aKqnZk=
knative.dev/caching v0.0.0-20240318013651-77a703a3ca00/go.mod h1:eLy+8VDU5MldXfyurwdwRbj+4lSWTbz4EpPnhM535Yg=
knative.dev/eventing v0.40.1-0.20240319181853-292e29c78e4e h1:ZeAmTm74XhN9i+h9UGyEJbcxxGImfKcn5Yr7GoOZXpY=
knative.dev/eventing v0.40.1-0.20240319181853-292e29c78e4e/go.mod h1:eNJOiNbFFX8j7aGZjxg9yOWSsWCNvBJNSisuwQXjPos=
knative.dev/caching v0.0.0-20240321000746-20da666b9fd5 h1:RsHxbGr/iN3oODsCCRYT1pUVw15mFna61xwb3gGcsvc=
knative.dev/caching v0.0.0-20240321000746-20da666b9fd5/go.mod h1:NI85XQrZVlyRxVT4dR//LFKTdiZy8eaGdt0aQBRwWyg=
knative.dev/eventing v0.40.1-0.20240320151248-2aa8985d582b h1:Zym6DhTyMYjup5IU0DX5mFvpCas6bM4cLUHYvuteP0E=
knative.dev/eventing v0.40.1-0.20240320151248-2aa8985d582b/go.mod h1:eNJOiNbFFX8j7aGZjxg9yOWSsWCNvBJNSisuwQXjPos=
knative.dev/hack v0.0.0-20240318013248-424e75ed769a h1:E5aUF562P5BXHsBYx7S4Oa4KKXSH8SkKFG5CqZOTypg=
knative.dev/hack v0.0.0-20240318013248-424e75ed769a/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/networking v0.0.0-20240318013937-e1796e7a59fb h1:G3JtdBj/zq8ZyA920y+rLqlhDWs41ZbYtV/BqFC/8w4=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ var (
type TriggerSpec struct {
// Broker is the broker that this trigger receives events from.
Broker string `json:"broker,omitempty"`
// BrokerNamespace is the namespace of the broker that the trigger receives events from.
BrokerNamespace string `json:"brokerNamespace,omitempty"`

// Filter is the filter to apply against all events from the Broker. Only events that pass this
// filter will be sent to the Subscriber. If not specified, will default to allowing all events.
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1309,11 +1309,11 @@ k8s.io/utils/pointer
k8s.io/utils/ptr
k8s.io/utils/strings/slices
k8s.io/utils/trace
# knative.dev/caching v0.0.0-20240318013651-77a703a3ca00
# knative.dev/caching v0.0.0-20240321000746-20da666b9fd5
## explicit; go 1.21
knative.dev/caching/pkg/apis/caching
knative.dev/caching/pkg/apis/caching/v1alpha1
# knative.dev/eventing v0.40.1-0.20240319181853-292e29c78e4e
# knative.dev/eventing v0.40.1-0.20240320151248-2aa8985d582b
## explicit; go 1.21
knative.dev/eventing/pkg/apis/config
knative.dev/eventing/pkg/apis/duck
Expand Down

0 comments on commit 2d28af9

Please sign in to comment.