|
| 1 | +// Module included in the following assemblies |
| 2 | +// |
| 3 | +// * serverless/serverless-release-notes.adoc |
| 4 | + |
| 5 | +:_content-type: REFERENCE |
| 6 | +[id="serverless-rn-1-25-0_{context}"] |
| 7 | += Release notes for Red Hat {ServerlessProductName} 1.25.0 |
| 8 | + |
| 9 | +{ServerlessProductName} 1.25.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.25.0_{context}"] |
| 12 | +== New features |
| 13 | + |
| 14 | +* {ServerlessProductName} now uses Knative Serving 1.4. |
| 15 | +* {ServerlessProductName} now uses Knative Eventing 1.4. |
| 16 | +* {ServerlessProductName} now uses Kourier 1.4. |
| 17 | +* {ServerlessProductName} now uses Knative (`kn`) CLI 1.4. |
| 18 | +* {ServerlessProductName} now uses Knative Kafka 1.4. |
| 19 | +* The `kn func` CLI plug-in now uses `func` 1.7.0. |
| 20 | + |
| 21 | +* Integrated development environment (IDE) plug-ins for creating and deploying functions are now available for link:https://github.com/redhat-developer/vscode-knative[Visual Studio Code] and link:https://github.com/redhat-developer/intellij-knative[IntelliJ]. |
| 22 | +* Knative Kafka broker is now GA. Knative Kafka broker is a highly performant implementation of the Knative broker API, directly targeting Apache Kafka. |
| 23 | ++ |
| 24 | +It is recommended to not use the MT-Channel-Broker, but the Knative Kafka broker instead. |
| 25 | +* Knative Kafka sink is now GA. A `KafkaSink` takes a `CloudEvent` and sends it to an Apache Kafka topic. Events can be specified in either structured or binary content modes. |
| 26 | + |
| 27 | +* Enabling TLS for internal traffic is now available as a Technology Preview. |
| 28 | + |
| 29 | +[id="fixed-issues-1.25.0_{context}"] |
| 30 | +== Fixed issues |
| 31 | + |
| 32 | +* Previously, Knative Serving had an issue where the readiness probe failed if the container was restarted after a liveness probe fail. This issue has been fixed. |
| 33 | + |
| 34 | +[id="known-issues-1.25.0_{context}"] |
| 35 | +== Known issues |
| 36 | + |
| 37 | +* The Federal Information Processing Standards (FIPS) mode is disabled for Kafka broker, Kafka source, and Kafka sink. |
| 38 | +* The `SinkBinding` object does not support custom revision names for services. |
0 commit comments