Skip to content

Commit 232482e

Browse files
upgrade to latest dependencies (#452)
bumping knative.dev/client/pkg 435d663...8342632: > 8342632 upgrade to latest dependencies (# 2153) bumping knative.dev/networking 9b69187...64a6058: > 64a6058 upgrade to latest dependencies (# 1119) bumping knative.dev/serving 56af9d4...81dd4ba: > 81dd4ba Update net-istio nightly (# 16442) > c8ba51a upgrade to latest dependencies (# 16441) > 41c017f Update community files (# 16440) bumping knative.dev/eventing eeacca0...104b623: > 104b623 feat: Add auth-proxy sidecar and EventPolicy support to EventTransformer (# 8883) Signed-off-by: Knative Automation <automation@knative.team>
1 parent 113d0b6 commit 232482e

6 files changed

Lines changed: 42 additions & 18 deletions

File tree

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
k8s.io/api v0.35.2
1313
k8s.io/apimachinery v0.35.2
1414
k8s.io/client-go v0.35.2
15-
knative.dev/client/pkg v0.0.0-20260310025245-435d663058cc
15+
knative.dev/client/pkg v0.0.0-20260310143814-8342632107e5
1616
knative.dev/eventing-kafka-broker v0.48.1-0.20260310115413-333e356ae144
1717
knative.dev/hack v0.0.0-20260310014051-c448fdb867e2
1818
knative.dev/pkg v0.0.0-20260310013839-5504026dd1b6
@@ -102,9 +102,9 @@ require (
102102
k8s.io/klog/v2 v2.130.1 // indirect
103103
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
104104
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
105-
knative.dev/eventing v0.48.1-0.20260310013839-eeacca0d3c00 // indirect
106-
knative.dev/networking v0.0.0-20260310014911-9b69187f0a22 // indirect
107-
knative.dev/serving v0.48.1-0.20260309143045-56af9d4a7c50 // indirect
105+
knative.dev/eventing v0.48.1-0.20260310120613-104b6237f845 // indirect
106+
knative.dev/networking v0.0.0-20260310020845-64a6058c2d59 // indirect
107+
knative.dev/serving v0.48.1-0.20260310122913-81dd4ba14b9f // indirect
108108
sigs.k8s.io/gateway-api v1.1.0 // indirect
109109
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
110110
sigs.k8s.io/kustomize/api v0.20.1 // indirect

go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -295,20 +295,20 @@ k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 h1:Y3gxNAuB0OBLImH611+UDZ
295295
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912/go.mod h1:kdmbQkyfwUagLfXIad1y2TdrjPFWp2Q89B3qkRwf/pQ=
296296
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 h1:SjGebBtkBqHFOli+05xYbK8YF1Dzkbzn+gDM4X9T4Ck=
297297
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
298-
knative.dev/client/pkg v0.0.0-20260310025245-435d663058cc h1:erRkP0OX1sKpuy59xtnHgJNFqXYveKYqm1oHHDDEGVw=
299-
knative.dev/client/pkg v0.0.0-20260310025245-435d663058cc/go.mod h1:PfTDpui15yES0My2ZKuvO8X68N2NrSQNv6tIQYAuU1E=
300-
knative.dev/eventing v0.48.1-0.20260310013839-eeacca0d3c00 h1:bva8lbYG1qZobshlF5godHIsovG7pdNeo2poOvcJrtI=
301-
knative.dev/eventing v0.48.1-0.20260310013839-eeacca0d3c00/go.mod h1:nn4erf/DV7kg4qlIjz00JJjqqP6X58PaETGjDgbY8Jo=
298+
knative.dev/client/pkg v0.0.0-20260310143814-8342632107e5 h1:RPzJ8qcg5h+jyqpA405TqZ9ihyldS4HC3NkrG5WjUFk=
299+
knative.dev/client/pkg v0.0.0-20260310143814-8342632107e5/go.mod h1:PXr4AWXN7zHoK08QV6DCDXi5RbO5OxHFV1MMtZwKkyw=
300+
knative.dev/eventing v0.48.1-0.20260310120613-104b6237f845 h1:i6Dhhq07M5qqgRaYQ1aTcnpAnPGHPMoyd41bc9Dy7UI=
301+
knative.dev/eventing v0.48.1-0.20260310120613-104b6237f845/go.mod h1:nn4erf/DV7kg4qlIjz00JJjqqP6X58PaETGjDgbY8Jo=
302302
knative.dev/eventing-kafka-broker v0.48.1-0.20260310115413-333e356ae144 h1:PLmiYYpl1WBvS2OBqSfthpnYJRzY/hdAgHkYUNCWw48=
303303
knative.dev/eventing-kafka-broker v0.48.1-0.20260310115413-333e356ae144/go.mod h1:o9GL4KFIU1XHhSHcSkgktpjz1joLwcCXEhoHp66bhMg=
304304
knative.dev/hack v0.0.0-20260310014051-c448fdb867e2 h1:b35SGLEp03D8oGf8mE9HBt3yfNgYpAK0fw46hFXs9w4=
305305
knative.dev/hack v0.0.0-20260310014051-c448fdb867e2/go.mod h1:L5RzHgbvam0u8QFHfzCX6MKxu/a/gIGEdaRBqNiVbl0=
306-
knative.dev/networking v0.0.0-20260310014911-9b69187f0a22 h1:uoA/iuXlFujOVdqPY09QCpkL7aNSevCbWPGNKjgstWA=
307-
knative.dev/networking v0.0.0-20260310014911-9b69187f0a22/go.mod h1:cIMr1+bAKHFzpou2kVBb82skixqeheSC9heFVc/s1r8=
306+
knative.dev/networking v0.0.0-20260310020845-64a6058c2d59 h1:aHhP0lIaA24ANji0uTmGI7eeHuPN1yVQHeMWW8+Rudk=
307+
knative.dev/networking v0.0.0-20260310020845-64a6058c2d59/go.mod h1:72PhQ+qnOAwz9FFK8y301eWuiQ6vD9qVUFnDBjNhju8=
308308
knative.dev/pkg v0.0.0-20260310013839-5504026dd1b6 h1:oVpQ0Y+FUmRQer8kdqJjQL20KveZa5sCfnBWeJi4nyQ=
309309
knative.dev/pkg v0.0.0-20260310013839-5504026dd1b6/go.mod h1:ziEj0TQOWvBw7t/VSkqaZlv++Qk8FfiuI72ZDmv23nI=
310-
knative.dev/serving v0.48.1-0.20260309143045-56af9d4a7c50 h1:g519c0byvJXetRnbanF/aO8LYQc8dQkbcflvQIeqsSg=
311-
knative.dev/serving v0.48.1-0.20260309143045-56af9d4a7c50/go.mod h1:wz8mxjdRIUcWVnOUwJzuVHKhrb5IxTeIFHnXljMzS9o=
310+
knative.dev/serving v0.48.1-0.20260310122913-81dd4ba14b9f h1:TXYQ6QXQtQHMl+QmdIQ1B+hsy0HAJNRSf93MXTw7gOw=
311+
knative.dev/serving v0.48.1-0.20260310122913-81dd4ba14b9f/go.mod h1:9zWwmlY7J0mzmCWp61IA2BQxIWLPzCsMxbJrAkPcGEs=
312312
sigs.k8s.io/gateway-api v1.1.0 h1:DsLDXCi6jR+Xz8/xd0Z1PYl2Pn0TyaFMOPPZIj4inDM=
313313
sigs.k8s.io/gateway-api v1.1.0/go.mod h1:ZH4lHrL2sDi0FHZ9jjneb8kKnGzFWyrTya35sWUTrRs=
314314
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 h1:IpInykpT6ceI+QxKBbEflcR5EXP7sU1kvOlxwZh5txg=

vendor/knative.dev/eventing/pkg/apis/eventing/v1alpha1/eventtransform_lifecycle.go

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ import (
2727
)
2828

2929
const (
30-
TransformConditionAddressable apis.ConditionType = "Addressable"
31-
TransformationConditionReady apis.ConditionType = "TransformationReady"
30+
TransformConditionAddressable apis.ConditionType = "Addressable"
31+
TransformationConditionReady apis.ConditionType = "TransformationReady"
32+
TransformationEventPoliciesReady apis.ConditionType = "EventPoliciesReady"
3233

3334
TransformationAddressableEmptyURL string = "NoURL"
3435
TransformationAddressableWaitingForServiceEndpoints string = "WaitingForServiceEndpoints"
@@ -48,6 +49,7 @@ const (
4849
var TransformCondSet = apis.NewLivingConditionSet(
4950
TransformationConditionReady,
5051
TransformConditionAddressable,
52+
TransformationEventPoliciesReady,
5153
)
5254

5355
// transformJsonataConditionSet is the subset of conditions for the Jsonata transformation
@@ -211,3 +213,19 @@ func (ts *EventTransformStatus) SetAddresses(addresses ...duckv1.Addressable) {
211213
}
212214
ts.GetConditionSet().Manage(ts).MarkTrue(TransformConditionAddressable)
213215
}
216+
217+
func (ts *EventTransformStatus) MarkEventPoliciesFailed(reason, messageFormat string, messageA ...interface{}) {
218+
TransformCondSet.Manage(ts).MarkFalse(TransformationEventPoliciesReady, reason, messageFormat, messageA...)
219+
}
220+
221+
func (ts *EventTransformStatus) MarkEventPoliciesUnknown(reason, messageFormat string, messageA ...interface{}) {
222+
TransformCondSet.Manage(ts).MarkUnknown(TransformationEventPoliciesReady, reason, messageFormat, messageA...)
223+
}
224+
225+
func (ts *EventTransformStatus) MarkEventPoliciesTrue() {
226+
TransformCondSet.Manage(ts).MarkTrue(TransformationEventPoliciesReady)
227+
}
228+
229+
func (ts *EventTransformStatus) MarkEventPoliciesTrueWithReason(reason, messageFormat string, messageA ...interface{}) {
230+
TransformCondSet.Manage(ts).MarkTrueWithReason(TransformationEventPoliciesReady, reason, messageFormat, messageA...)
231+
}

vendor/knative.dev/eventing/pkg/apis/eventing/v1alpha1/eventtransform_types.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import (
2222
"k8s.io/apimachinery/pkg/runtime"
2323
"k8s.io/apimachinery/pkg/runtime/schema"
2424

25+
eventingduckv1 "knative.dev/eventing/pkg/apis/duck/v1"
2526
"knative.dev/pkg/apis"
2627
duckv1 "knative.dev/pkg/apis/duck/v1"
2728
"knative.dev/pkg/kmeta"
@@ -130,6 +131,10 @@ type EventTransformStatus struct {
130131
// +optional
131132
duckv1.AddressStatus `json:",inline"`
132133

134+
// AppliedEventPoliciesStatus contains the list of EventPolicies which apply to this EventTransform.
135+
// +optional
136+
eventingduckv1.AppliedEventPoliciesStatus `json:",inline"`
137+
133138
// JsonataTransformationStatus is the status associated with JsonataEventTransformationSpec.
134139
// +optional
135140
JsonataTransformationStatus *JsonataEventTransformationStatus `json:"jsonata,omitempty"`

vendor/knative.dev/eventing/pkg/apis/eventing/v1alpha1/zz_generated.deepcopy.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ k8s.io/utils/net
844844
k8s.io/utils/pointer
845845
k8s.io/utils/ptr
846846
k8s.io/utils/trace
847-
# knative.dev/client/pkg v0.0.0-20260310025245-435d663058cc
847+
# knative.dev/client/pkg v0.0.0-20260310143814-8342632107e5
848848
## explicit; go 1.25.0
849849
knative.dev/client/pkg/apis/client
850850
knative.dev/client/pkg/apis/client/v1alpha1
@@ -871,7 +871,7 @@ knative.dev/client/pkg/util/errors
871871
knative.dev/client/pkg/util/mock
872872
knative.dev/client/pkg/util/test
873873
knative.dev/client/pkg/wait
874-
# knative.dev/eventing v0.48.1-0.20260310013839-eeacca0d3c00
874+
# knative.dev/eventing v0.48.1-0.20260310120613-104b6237f845
875875
## explicit; go 1.25.0
876876
knative.dev/eventing/pkg/apis/common/integration/v1alpha1
877877
knative.dev/eventing/pkg/apis/config
@@ -926,7 +926,7 @@ knative.dev/eventing-kafka-broker/control-plane/pkg/client/clientset/versioned/t
926926
# knative.dev/hack v0.0.0-20260310014051-c448fdb867e2
927927
## explicit; go 1.24
928928
knative.dev/hack
929-
# knative.dev/networking v0.0.0-20260310014911-9b69187f0a22
929+
# knative.dev/networking v0.0.0-20260310020845-64a6058c2d59
930930
## explicit; go 1.25.0
931931
knative.dev/networking/pkg/apis/networking
932932
knative.dev/networking/pkg/apis/networking/v1alpha1
@@ -979,7 +979,7 @@ knative.dev/pkg/test/logging
979979
knative.dev/pkg/test/spoof
980980
knative.dev/pkg/tracker
981981
knative.dev/pkg/webhook/resourcesemantics
982-
# knative.dev/serving v0.48.1-0.20260309143045-56af9d4a7c50
982+
# knative.dev/serving v0.48.1-0.20260310122913-81dd4ba14b9f
983983
## explicit; go 1.25.0
984984
knative.dev/serving/pkg/apis/autoscaling
985985
knative.dev/serving/pkg/apis/autoscaling/v1alpha1

0 commit comments

Comments
 (0)