1.2. Release Notes for Red Hat OpenShift Serverless 1.10.0
1.2.1. New features
- OpenShift Serverless now uses Knative Operator 0.16.0.
- OpenShift Serverless now uses Knative Serving 0.16.0.
- OpenShift Serverless uses Knative Eventing 0.16.0.
- OpenShift Serverless now uses Kourier 0.16.0.
-
OpenShift Serverless now uses Knative
kn
CLI 0.16.1. -
The annotation
knative-eventing-injection=enabled
that was previously used to label namespaces for broker creation is now deprecated. The new annotation iseventing.knative.dev/injection=enabled
. For more information, see the documentation on Event delivery workflows using brokers and triggers. -
Multi-container support is now available on Knative as a Technology Preview feature. You can enable multi-container support in the
config-features
config map. For more information, see the Knative documentation.
1.2.2. Fixed issues
-
In previous releases, Knative Serving had a fixed, minimum CPU request of 25m for
queue-proxy
. If your cluster had any value set that conflicted with this, for example, if you had set a minimum CPU request fordefaultRequest
of more than25m
, the Knative service failed to deploy. This issue is fixed in 1.10.0.