From 4777ddacc6dec9992b717c6c255e0be280ecf6ff Mon Sep 17 00:00:00 2001 From: Knative Automation Date: Fri, 20 Oct 2023 02:09:02 +0000 Subject: [PATCH] upgrade to latest dependencies bumping knative.dev/pkg 283df0b...d6ab729: > d6ab729 upgrade to latest dependencies (# 2870) bumping knative.dev/eventing 4a07fdc...4d14c21: > 4d14c21 Added test for multiple sinks, multiple triggers (# 7350) > a261e06 OIDC - Support auto generation of PingSource identity service account and expose in AuthStatus (# 7344) > 16d75a9 mt-broker-ingress check audience of received token (# 7336) > 3ef831c Increase expiration buffer time of OIDCTokenProviders cache to 5 minutes (# 7355) > 5168dc3 Update dependencies (# 7378) > f9314d8 [main] Upgrade to latest dependencies (# 7372) bumping knative.dev/serving 71085f8...9896079: > 9896079 Fix sec context and resources for performance jobs (# 14529) > 707d286 Test istio with system-internal-tls enabled (# 14494) > 1940e5a Update net-contour nightly (# 14533) > 264588a Update net-istio nightly (# 14535) > 840d7ee Update net-kourier nightly (# 14532) > a81290a Update net-certmanager nightly (# 14534) > 39ee6f7 Trust DataPlaneUserSAN from Activator to Queue-Proxy (# 14452) Signed-off-by: Knative Automation --- go.mod | 6 ++--- go.sum | 12 +++++----- .../pkg/apis/sources/v1/ping_lifecycle.go | 22 ++++++++++++++++++- vendor/modules.txt | 6 ++--- 4 files changed, 33 insertions(+), 13 deletions(-) diff --git a/go.mod b/go.mod index 866237751..78250a1ff 100644 --- a/go.mod +++ b/go.mod @@ -13,10 +13,10 @@ require ( k8s.io/api v0.27.6 k8s.io/apimachinery v0.27.6 k8s.io/client-go v0.27.6 - knative.dev/eventing v0.38.1-0.20231016213247-4a07fdcad340 + knative.dev/eventing v0.38.1-0.20231019170735-4d14c2126a20 knative.dev/hack v0.0.0-20231016131700-2c938d4918da - knative.dev/pkg v0.0.0-20231016185203-283df0be0668 - knative.dev/serving v0.38.1-0.20231016171859-71085f8936b6 + knative.dev/pkg v0.0.0-20231017113806-d6ab72900ea5 + knative.dev/serving v0.38.1-0.20231019102212-98960793b828 ) require ( diff --git a/go.sum b/go.sum index a7e31e19c..e30bdb2d8 100644 --- a/go.sum +++ b/go.sum @@ -779,16 +779,16 @@ k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f h1:2kWPakN3i/k81b0gvD5C5F k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f/go.mod h1:byini6yhqGC14c3ebc/QwanvYwhuMWF6yz2F8uwW8eg= k8s.io/utils v0.0.0-20230209194617-a36077c30491 h1:r0BAOLElQnnFhE/ApUsg3iHdVYYPBjNSSOMowRZxxsY= k8s.io/utils v0.0.0-20230209194617-a36077c30491/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= -knative.dev/eventing v0.38.1-0.20231016213247-4a07fdcad340 h1:eXavtGSbuOK6W3ikuq/DmTZfBtuJkYbD1CUrHvloYGA= -knative.dev/eventing v0.38.1-0.20231016213247-4a07fdcad340/go.mod h1:XD+VAKjISdF6P01vXCmPSCyIMB4zYxoe7JouUpFKrB4= +knative.dev/eventing v0.38.1-0.20231019170735-4d14c2126a20 h1:j6jW2x0lWlEvQ84mal81dvA6skA085LSFTGfLEdo9U8= +knative.dev/eventing v0.38.1-0.20231019170735-4d14c2126a20/go.mod h1:swWS48qpCQbBkj+2iS0rVa7PbQBWLD9YAy3CSHfevaU= knative.dev/hack v0.0.0-20231016131700-2c938d4918da h1:xy+fvuz2LDOMsZ5UwXRaMF70NYUs9fsG+EF5/ierYBg= knative.dev/hack v0.0.0-20231016131700-2c938d4918da/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q= knative.dev/networking v0.0.0-20231012062439-c0863403c83b h1:yGtVPNHek3rmKb50k7G9fG/NuuC4FRzESVrWmPFU9AM= knative.dev/networking v0.0.0-20231012062439-c0863403c83b/go.mod h1:uEvP4spV82HGB8loxo8nH/LGmwsd9jUGWvDVC+tH4O4= -knative.dev/pkg v0.0.0-20231016185203-283df0be0668 h1:rYlTKNUZbMsSHQID0A7sZbrtXlD+REKN6F94ceMnA5c= -knative.dev/pkg v0.0.0-20231016185203-283df0be0668/go.mod h1:khuxKBM4WqjcCIeCIm+4VDNBmzMsl0ZspXGMm5i/fFA= -knative.dev/serving v0.38.1-0.20231016171859-71085f8936b6 h1:BUPO81z3MskWXxhAdzvxCWNiWeeNWYtS1hi6SWWv0ec= -knative.dev/serving v0.38.1-0.20231016171859-71085f8936b6/go.mod h1:q+JCvAyrwwij/xQWUMA4bLI/0oJd+iO4lRwxPQIWaBY= +knative.dev/pkg v0.0.0-20231017113806-d6ab72900ea5 h1:9AvFZdEtuwKWDcTV1VSwmrgrRR9f38wbIAm+sNwLivQ= +knative.dev/pkg v0.0.0-20231017113806-d6ab72900ea5/go.mod h1:HHRXEd7ZlFpthgE+rwAZ6MUVnuJOAeolnaFSthXloUQ= +knative.dev/serving v0.38.1-0.20231019102212-98960793b828 h1:sNOLMY9JEeWpHOEp/7C1qdoSUM+meff1Qpl27H6yWPg= +knative.dev/serving v0.38.1-0.20231019102212-98960793b828/go.mod h1:cuia3pUQNF4sa3g3KsPFgqpLnF1pf9iquDLgk71iLfo= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= diff --git a/vendor/knative.dev/eventing/pkg/apis/sources/v1/ping_lifecycle.go b/vendor/knative.dev/eventing/pkg/apis/sources/v1/ping_lifecycle.go index 24222d621..8fa7cea6f 100644 --- a/vendor/knative.dev/eventing/pkg/apis/sources/v1/ping_lifecycle.go +++ b/vendor/knative.dev/eventing/pkg/apis/sources/v1/ping_lifecycle.go @@ -35,11 +35,15 @@ const ( // PingSourceConditionDeployed has status True when the PingSource has had it's receive adapter deployment created. PingSourceConditionDeployed apis.ConditionType = "Deployed" + + // PingSourceConditionOIDCIdentityCreated has status True when the PingSource has had it's OIDC identity created. + PingSourceConditionOIDCIdentityCreated apis.ConditionType = "OIDCIdentityCreated" ) var PingSourceCondSet = apis.NewLivingConditionSet( PingSourceConditionSinkProvided, - PingSourceConditionDeployed) + PingSourceConditionDeployed, + PingSourceConditionOIDCIdentityCreated) const ( // PingSourceEventType is the default PingSource CloudEvent type. @@ -122,3 +126,19 @@ func (s *PingSourceStatus) PropagateDeploymentAvailability(d *appsv1.Deployment) PingSourceCondSet.Manage(s).MarkUnknown(PingSourceConditionDeployed, "DeploymentUnavailable", "The Deployment '%s' is unavailable.", d.Name) } } + +func (s *PingSourceStatus) MarkOIDCIdentityCreatedSucceeded() { + PingSourceCondSet.Manage(s).MarkTrue(PingSourceConditionOIDCIdentityCreated) +} + +func (s *PingSourceStatus) MarkOIDCIdentityCreatedSucceededWithReason(reason, messageFormat string, messageA ...interface{}) { + PingSourceCondSet.Manage(s).MarkTrueWithReason(PingSourceConditionOIDCIdentityCreated, reason, messageFormat, messageA...) +} + +func (s *PingSourceStatus) MarkOIDCIdentityCreatedFailed(reason, messageFormat string, messageA ...interface{}) { + PingSourceCondSet.Manage(s).MarkFalse(PingSourceConditionOIDCIdentityCreated, reason, messageFormat, messageA...) +} + +func (s *PingSourceStatus) MarkOIDCIdentityCreatedUnknown(reason, messageFormat string, messageA ...interface{}) { + PingSourceCondSet.Manage(s).MarkUnknown(PingSourceConditionOIDCIdentityCreated, reason, messageFormat, messageA...) +} diff --git a/vendor/modules.txt b/vendor/modules.txt index 3bd0320db..d8aadb719 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -963,7 +963,7 @@ k8s.io/utils/net k8s.io/utils/pointer k8s.io/utils/strings/slices k8s.io/utils/trace -# knative.dev/eventing v0.38.1-0.20231016213247-4a07fdcad340 +# knative.dev/eventing v0.38.1-0.20231019170735-4d14c2126a20 ## explicit; go 1.19 knative.dev/eventing/pkg/adapter/v2 knative.dev/eventing/pkg/adapter/v2/util/crstatusevent @@ -1017,7 +1017,7 @@ knative.dev/hack knative.dev/networking/pkg/apis/networking knative.dev/networking/pkg/apis/networking/v1alpha1 knative.dev/networking/pkg/config -# knative.dev/pkg v0.0.0-20231016185203-283df0be0668 +# knative.dev/pkg v0.0.0-20231017113806-d6ab72900ea5 ## explicit; go 1.18 knative.dev/pkg/apis knative.dev/pkg/apis/duck @@ -1070,7 +1070,7 @@ knative.dev/pkg/tracker knative.dev/pkg/version knative.dev/pkg/webhook knative.dev/pkg/webhook/certificates/resources -# knative.dev/serving v0.38.1-0.20231016171859-71085f8936b6 +# knative.dev/serving v0.38.1-0.20231019102212-98960793b828 ## explicit; go 1.18 knative.dev/serving/pkg/apis/autoscaling knative.dev/serving/pkg/apis/autoscaling/v1alpha1