|
| 1 | +// Module included in the following assemblies |
| 2 | +// |
| 3 | +// * /serverless/serverless-release-notes.adoc |
| 4 | + |
| 5 | +:_content-type: REFERENCE |
| 6 | +[id="serverless-rn-1-22-0_{context}"] |
| 7 | += Release notes for Red Hat {ServerlessProductName} 1.22.0 |
| 8 | + |
| 9 | +{ServerlessProductName} 1.22.0 is now available. New features, changes, and known issues that pertain to {ServerlessProductName} on {product-title} are included in this topic. |
| 10 | + |
| 11 | +[id="new-features-1-22-0_{context}"] |
| 12 | +== New features |
| 13 | + |
| 14 | +* {ServerlessProductName} now uses Knative Serving 1.1. |
| 15 | +* {ServerlessProductName} now uses Knative Eventing 1.1. |
| 16 | +* {ServerlessProductName} now uses Kourier 1.1. |
| 17 | +* {ServerlessProductName} now uses Knative `kn` CLI 1.1. |
| 18 | +* {ServerlessProductName} now uses Knative Kafka 1.1. |
| 19 | +* The `kn func` CLI plug-in now uses `func` 0.23. |
| 20 | +* Knative service specifications now support init containers. |
| 21 | +* The persistent volume claim (PVC) support for Knative services is now available as a Technology Preview. |
| 22 | +* The `knative-serving`, `knative-serving-ingress`, `knative-eventing` and `knative-kafka` system namespaces now have the `knative.openshift.io/part-of: "openshift-serverless"` label by default. |
| 23 | +* The *Knative Eventing - Kafka Broker/Trigger* dashboard has been added, which allows visualizing Kafka broker and trigger metrics in the web console. |
| 24 | +* The *Knative Eventing - KafkaSink* dashboard has been added, which allows visualizing KafkaSink metrics in the web console. |
| 25 | +* The *Knative Eventing - Broker/Trigger* dashboard is now called *Knative Eventing - Channel-based Broker/Trigger*. |
| 26 | +* The `knative.openshift.io/part-of: "openshift-serverless"` label has substituted the `knative.openshift.io/system-namespace` label. |
| 27 | +* Naming style in Knative Serving YAML configuration files changed from camel case (`ExampleName`) to hyphen style (`example-name`). Beginning with this release, use the hyphen style notation when creating or editing Knative Serving YAML configuration files. |
| 28 | + |
| 29 | +[id="known-issues-1-22-0_{context}"] |
| 30 | +== Known issues |
| 31 | + |
| 32 | +* The Federal Information Processing Standards (FIPS) mode is disabled for Kafka broker, Kafka source, and Kafka sink. |
0 commit comments