Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit 3692e70

Browse files
upgrade to latest dependencies (#336)
bumping knative.dev/eventing 54f3952...02bde54: > 02bde54 Add helm as one of the development requirement (# 7643) > 56ee9b2 Add TLS tests for Trigger and Subscription dead letter sinks (# 7636) > ff52881 Use filtered informer to watch OIDC service accounts (# 7527) Signed-off-by: Knative Automation <[email protected]>
1 parent 50e7ccf commit 3692e70

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
k8s.io/api v0.28.5
1010
k8s.io/apimachinery v0.28.5
1111
k8s.io/client-go v0.28.5
12-
knative.dev/eventing v0.40.1-0.20240130065832-54f3952a38e7
12+
knative.dev/eventing v0.40.1-0.20240130192152-02bde5498cb7
1313
knative.dev/hack v0.0.0-20240123160146-ab9b69024c39
1414
knative.dev/pkg v0.0.0-20240129160226-b6659cc45066
1515
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -640,8 +640,8 @@ k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 h1:LyMgNKD2P8Wn1iAwQU5Ohx
640640
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9/go.mod h1:wZK2AVp1uHCp4VamDVgBP2COHZjqD1T68Rf0CM3YjSM=
641641
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 h1:qY1Ad8PODbnymg2pRbkyMT/ylpTrCM8P2RJ0yroCyIk=
642642
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
643-
knative.dev/eventing v0.40.1-0.20240130065832-54f3952a38e7 h1:5KmVots3AGw6i9IwCv25WDZzgWcUEvjU/oP+ccmhOeI=
644-
knative.dev/eventing v0.40.1-0.20240130065832-54f3952a38e7/go.mod h1:B3/ep06tqwcAfcH7R5eGKi7bgZTfqb59MPoqfV8Jirg=
643+
knative.dev/eventing v0.40.1-0.20240130192152-02bde5498cb7 h1:Jm5NBGr6pEVO94NiD6RlDDzJh7RrXZeYEwbGUIJ4ZLQ=
644+
knative.dev/eventing v0.40.1-0.20240130192152-02bde5498cb7/go.mod h1:B3/ep06tqwcAfcH7R5eGKi7bgZTfqb59MPoqfV8Jirg=
645645
knative.dev/hack v0.0.0-20240123160146-ab9b69024c39 h1:Or4ri7cAUQNEWwMPaGGaIe1hsPHGdVtr8lIaHh2JF7s=
646646
knative.dev/hack v0.0.0-20240123160146-ab9b69024c39/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
647647
knative.dev/pkg v0.0.0-20240129160226-b6659cc45066 h1:CZSdKszK3MTCuchbQK643y/nHLQs87ESuFQn011XsJ8=

vendor/knative.dev/eventing/pkg/apis/sources/register.go

-6
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ const (
3232
// SourceDuckLabelValue is the label value to indicate
3333
// the CRD is a Source duck type.
3434
SourceDuckLabelValue = "true"
35-
36-
//OIDCLabelKey is used to filter out all the informers that related to OIDC work
37-
OIDCLabelKey = "oidc"
38-
39-
// OIDCTokenRoleLabelSelector is the label selector for the OIDC token creator role and rolebinding informers
40-
OIDCTokenRoleLabelSelector = OIDCLabelKey
4135
)
4236

4337
var (

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ k8s.io/utils/net
837837
k8s.io/utils/pointer
838838
k8s.io/utils/strings/slices
839839
k8s.io/utils/trace
840-
# knative.dev/eventing v0.40.1-0.20240130065832-54f3952a38e7
840+
# knative.dev/eventing v0.40.1-0.20240130192152-02bde5498cb7
841841
## explicit; go 1.21
842842
knative.dev/eventing/pkg/apis/feature
843843
knative.dev/eventing/pkg/apis/sources

0 commit comments

Comments
 (0)