diff --git a/go.mod b/go.mod index b9cf46a1..055a5b87 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( knative.dev/client/pkg v0.0.0-20260416140638-89c2f233d6b4 knative.dev/hack v0.0.0-20260416140237-504af4d2178f knative.dev/networking v0.0.0-20260414015937-f29b24983488 - knative.dev/serving v0.48.1-0.20260416140545-998f0dae4187 + knative.dev/serving v0.48.1-0.20260419201526-1a28dadcd8dc ) require ( @@ -105,7 +105,7 @@ require ( k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect knative.dev/eventing v0.48.1-0.20260414191034-3b3ea1d037e6 // indirect - knative.dev/pkg v0.0.0-20260415140041-388556d5c488 // indirect + knative.dev/pkg v0.0.0-20260416015135-a395c1078b3d // indirect sigs.k8s.io/gateway-api v1.1.0 // indirect sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect sigs.k8s.io/kustomize/api v0.20.1 // indirect diff --git a/go.sum b/go.sum index 6534cd5a..e7a0e174 100644 --- a/go.sum +++ b/go.sum @@ -311,10 +311,10 @@ knative.dev/hack v0.0.0-20260416140237-504af4d2178f h1:YTht2cGdhd++kSrhwcDutWpk1 knative.dev/hack v0.0.0-20260416140237-504af4d2178f/go.mod h1:L5RzHgbvam0u8QFHfzCX6MKxu/a/gIGEdaRBqNiVbl0= knative.dev/networking v0.0.0-20260414015937-f29b24983488 h1:OZfg130Kbf1bibhmLITAVdu2S0P2y0utBc74SgakzcQ= knative.dev/networking v0.0.0-20260414015937-f29b24983488/go.mod h1:hEhUDqidhueU6J/OXW0K9peQh8wIvFvIWTSHL/611og= -knative.dev/pkg v0.0.0-20260415140041-388556d5c488 h1:7rmo6AW+6NLaWI+qTWv0ABlXz1bpdpaNnnpSBiuQ3vs= -knative.dev/pkg v0.0.0-20260415140041-388556d5c488/go.mod h1:LaL/m4gFNTSUOP0DvHNCVcruVTi5Dyzts5/6UlPuTEQ= -knative.dev/serving v0.48.1-0.20260416140545-998f0dae4187 h1:/JIVybczl5ciViGb4MC1bcI9Owg/YAAlR5gT40YMl7k= -knative.dev/serving v0.48.1-0.20260416140545-998f0dae4187/go.mod h1:tMcAx4WLEhrvckmfDsMnLFN3LLCCoTkQDpsvtqwy96I= +knative.dev/pkg v0.0.0-20260416015135-a395c1078b3d h1:u9tHGBMUh1CYgZOdIBxeXpjvEPNIXT/rCjWVFUtzzs8= +knative.dev/pkg v0.0.0-20260416015135-a395c1078b3d/go.mod h1:SvS4U6mNzjdSvasGVgnuox9eKsG9INWroDcpBo0wFnE= +knative.dev/serving v0.48.1-0.20260419201526-1a28dadcd8dc h1:gK6zANxure1i0aqIfO+fKPg0z7WO4W75C9YdZrgeMIM= +knative.dev/serving v0.48.1-0.20260419201526-1a28dadcd8dc/go.mod h1:wfLJHIJro1bT5SprGokqqUIwRkFTKFmNB+GAxqhrnpk= sigs.k8s.io/gateway-api v1.1.0 h1:DsLDXCi6jR+Xz8/xd0Z1PYl2Pn0TyaFMOPPZIj4inDM= sigs.k8s.io/gateway-api v1.1.0/go.mod h1:ZH4lHrL2sDi0FHZ9jjneb8kKnGzFWyrTya35sWUTrRs= sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 h1:IpInykpT6ceI+QxKBbEflcR5EXP7sU1kvOlxwZh5txg= diff --git a/vendor/knative.dev/serving/pkg/apis/config/features.go b/vendor/knative.dev/serving/pkg/apis/config/features.go index d2d1ab22..ed5eb6ea 100644 --- a/vendor/knative.dev/serving/pkg/apis/config/features.go +++ b/vendor/knative.dev/serving/pkg/apis/config/features.go @@ -44,7 +44,7 @@ const ( // service annotations under features.knative.dev/* const ( - // QueueProxyPodInfoFeatureKey gates mouting of podinfo with the value 'enabled' + // QueueProxyPodInfoFeatureKey gates mounting of podinfo with the value 'enabled' QueueProxyPodInfoFeatureKey = "features.knative.dev/queueproxy-podinfo" // AllowHTTPFullDuplexFeatureKey gates the use of http1 full duplex per workload diff --git a/vendor/knative.dev/serving/pkg/apis/serving/v1/revision_types.go b/vendor/knative.dev/serving/pkg/apis/serving/v1/revision_types.go index a2a23c9e..5b725b1c 100644 --- a/vendor/knative.dev/serving/pkg/apis/serving/v1/revision_types.go +++ b/vendor/knative.dev/serving/pkg/apis/serving/v1/revision_types.go @@ -145,7 +145,7 @@ type RevisionStatus struct { // The digests are resolved during the creation of Revision. // ContainerStatuses holds the container name and image digests // for both serving and non serving containers. - // ref: http://bit.ly/image-digests + // ref: https://bit.ly/image-digests // +optional ContainerStatuses []ContainerStatus `json:"containerStatuses,omitempty"` @@ -154,7 +154,7 @@ type RevisionStatus struct { // The digests are resolved during the creation of Revision. // ContainerStatuses holds the container name and image digests // for both serving and non serving containers. - // ref: http://bit.ly/image-digests + // ref: https://bit.ly/image-digests // +optional InitContainerStatuses []ContainerStatus `json:"initContainerStatuses,omitempty"` diff --git a/vendor/knative.dev/serving/pkg/apis/serving/v1/route_lifecycle.go b/vendor/knative.dev/serving/pkg/apis/serving/v1/route_lifecycle.go index 13142b87..e456221b 100644 --- a/vendor/knative.dev/serving/pkg/apis/serving/v1/route_lifecycle.go +++ b/vendor/knative.dev/serving/pkg/apis/serving/v1/route_lifecycle.go @@ -124,7 +124,7 @@ func (rs *RouteStatus) MarkRevisionTargetTrafficError(reason, msg string) { } // MarkConfigurationNotReady marks the RouteConditionAllTrafficAssigned -// condition to indiciate the Revision is not yet ready. +// condition to indicate the Revision is not yet ready. func (rs *RouteStatus) MarkConfigurationNotReady(name string) { routeCondSet.Manage(rs).MarkUnknown(RouteConditionAllTrafficAssigned, "RevisionMissing", @@ -140,7 +140,7 @@ func (rs *RouteStatus) MarkConfigurationFailed(name string) { } // MarkRevisionNotReady marks the RouteConditionAllTrafficAssigned condition to -// indiciate the Revision is not yet ready. +// indicate the Revision is not yet ready. func (rs *RouteStatus) MarkRevisionNotReady(name string) { routeCondSet.Manage(rs).MarkUnknown(RouteConditionAllTrafficAssigned, "RevisionMissing", @@ -148,7 +148,7 @@ func (rs *RouteStatus) MarkRevisionNotReady(name string) { } // MarkRevisionFailed marks the RouteConditionAllTrafficAssigned condition to -// indiciate the Revision has failed. +// indicate the Revision has failed. func (rs *RouteStatus) MarkRevisionFailed(name string) { routeCondSet.Manage(rs).MarkFalse(RouteConditionAllTrafficAssigned, "RevisionMissing", diff --git a/vendor/modules.txt b/vendor/modules.txt index 50ec9c40..d15ee96e 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1001,7 +1001,7 @@ knative.dev/networking/pkg/client/clientset/versioned/typed/networking/v1alpha1/ knative.dev/networking/pkg/config knative.dev/networking/pkg/http/header knative.dev/networking/pkg/ingress -# knative.dev/pkg v0.0.0-20260415140041-388556d5c488 +# knative.dev/pkg v0.0.0-20260416015135-a395c1078b3d ## explicit; go 1.25.0 knative.dev/pkg/apis knative.dev/pkg/apis/duck @@ -1045,7 +1045,7 @@ knative.dev/pkg/test/ingress knative.dev/pkg/test/logging knative.dev/pkg/test/spoof knative.dev/pkg/tracker -# knative.dev/serving v0.48.1-0.20260416140545-998f0dae4187 +# knative.dev/serving v0.48.1-0.20260419201526-1a28dadcd8dc ## explicit; go 1.25.0 knative.dev/serving/pkg/apis/autoscaling knative.dev/serving/pkg/apis/autoscaling/v1alpha1