Este contenido no está disponible en el idioma seleccionado.
Chapter 1. Release notes
For additional information about the OpenShift Serverless life cycle and supported platforms, refer to the Platform Life Cycle Policy.
Release notes contain information about new and deprecated features, breaking changes, and known issues. The following release notes apply for the most recent OpenShift Serverless releases on OpenShift Container Platform.
For an overview of OpenShift Serverless functionality, see About OpenShift Serverless.
OpenShift Serverless is based on the open source Knative project.
For details about the latest Knative component releases, see the Knative blog.
1.1. About API versions Copiar enlaceEnlace copiado en el portapapeles!
API versions are an important measure of the development status of certain features and custom resources in OpenShift Serverless. Creating resources on your cluster that do not use the correct API version can cause issues in your deployment.
The OpenShift Serverless Operator automatically upgrades older resources that use deprecated versions of APIs to use the latest version. For example, if you have created resources on your cluster that use older versions of the
ApiServerSource
v1beta1
v1
v1beta1
After they have been deprecated, older versions of APIs might be removed in any upcoming release. Using deprecated versions of APIs does not cause resources to fail. However, if you try to use a version of an API that has been removed, it will cause resources to fail. Ensure that your manifests are updated to use the latest version to avoid issues.
1.2. Generally Available and Technology Preview features Copiar enlaceEnlace copiado en el portapapeles!
Features which are Generally Available (GA) are fully supported and are suitable for production use. Technology Preview (TP) features are experimental features and are not intended for production use. See the Technology Preview scope of support on the Red Hat Customer Portal for more information about TP features.
The following table provides information about which OpenShift Serverless features are GA and which are TP:
| Feature | 1.26 | 1.27 | 1.28 |
|---|---|---|---|
|
| GA | GA | GA |
| Quarkus functions | GA | GA | GA |
| Node.js functions | TP | TP | GA |
| TypeScript functions | TP | TP | GA |
| Python functions | - | - | TP |
| Service Mesh mTLS | GA | GA | GA |
|
| GA | GA | GA |
| HTTPS redirection | GA | GA | GA |
| Kafka broker | GA | GA | GA |
| Kafka sink | GA | GA | GA |
| Init containers support for Knative services | GA | GA | GA |
| PVC support for Knative services | GA | GA | GA |
| TLS for internal traffic | TP | TP | TP |
| Namespace-scoped brokers | - | TP | TP |
|
| - | - | TP |
1.3. Deprecated and removed features Copiar enlaceEnlace copiado en el portapapeles!
Some features that were Generally Available (GA) or a Technology Preview (TP) in previous releases have been deprecated or removed. Deprecated functionality is still included in OpenShift Serverless and continues to be supported; however, it will be removed in a future release of this product and is not recommended for new deployments.
For the most recent list of major functionality deprecated and removed within OpenShift Serverless, refer to the following table:
| Feature | 1.20 | 1.21 | 1.22 to 1.26 | 1.27 | 1.28 |
|---|---|---|---|---|---|
|
| Deprecated | Deprecated | Removed | Removed | Removed |
|
| Deprecated | Removed | Removed | Removed | Removed |
| Serving and Eventing
| - | - | - | Deprecated | Deprecated |
|
| - | - | - | - | Deprecated |
1.4. Release notes for Red Hat OpenShift Serverless 1.28 Copiar enlaceEnlace copiado en el portapapeles!
OpenShift Serverless 1.28 is now available. New features, changes, and known issues that pertain to OpenShift Serverless on OpenShift Container Platform are included in this topic.
1.4.1. New features Copiar enlaceEnlace copiado en el portapapeles!
- OpenShift Serverless now uses Knative Serving 1.7.
- OpenShift Serverless now uses Knative Eventing 1.7.
- OpenShift Serverless now uses Kourier 1.7.
-
OpenShift Serverless now uses Knative () CLI 1.7.
kn - OpenShift Serverless now uses Knative Kafka 1.7.
-
The CLI plug-in now uses
kn func1.9.1 version.func - Node.js and TypeScript runtimes for OpenShift Serverless Functions are now Generally Available (GA).
- Python runtime for OpenShift Serverless Functions is now available as a Technology Preview.
- Multi-container support for Knative Serving is now available as a Technology Preview. This feature allows you to use a single Knative service to deploy a multi-container pod.
In OpenShift Serverless 1.29 or later, the following components of Knative Eventing will be scaled down from two pods to one:
-
imc-controller -
imc-dispatcher -
mt-broker-controller -
mt-broker-filter -
mt-broker-ingress
-
The
annotation for the Serving CR is now deprecated. The annotation is valid only for Istio, and not for Kourier.serverless.openshift.io/enable-secret-informer-filteringWith OpenShift Serverless 1.28, the OpenShift Serverless Operator allows injecting the environment variable
for bothENABLE_SECRET_INFORMER_FILTERING_BY_CERT_UIDandnet-istio.net-kourierTo prevent problems when upgrading from OpenShift Serverless 1.28 to some future version, users must annotate their secrets with
.networking.internal.knative.dev/certificate-uid:some_cuid
1.4.2. Known issues Copiar enlaceEnlace copiado en el portapapeles!
Currently, runtimes for Python are not supported for OpenShift Serverless Functions on IBM Power, IBM zSystems, and IBM® LinuxONE.
Node.js, TypeScript, and Quarkus functions are supported on these architectures.
On the Windows platform, Python functions cannot be locally built, run, or deployed using the Source-to-Image builder due to the
file permissions.app.shTo work around this problem, use the Windows Subsystem for Linux.
1.5. Release notes for Red Hat OpenShift Serverless 1.27 Copiar enlaceEnlace copiado en el portapapeles!
OpenShift Serverless 1.27 is now available. New features, changes, and known issues that pertain to OpenShift Serverless on OpenShift Container Platform are included in this topic.
OpenShift Serverless 1.26 is the earliest release that is fully supported on OpenShift Container Platform 4.12. OpenShift Serverless 1.25 and older does not deploy on OpenShift Container Platform 4.12.
For this reason, before upgrading OpenShift Container Platform to version 4.12, first upgrade OpenShift Serverless to version 1.26 or 1.27.
1.5.1. New features Copiar enlaceEnlace copiado en el portapapeles!
- OpenShift Serverless now uses Knative Serving 1.6.
- OpenShift Serverless now uses Knative Eventing 1.6.
- OpenShift Serverless now uses Kourier 1.6.
-
OpenShift Serverless now uses Knative () CLI 1.6.
kn - OpenShift Serverless now uses Knative Kafka 1.6.
-
The CLI plug-in now uses
kn func1.8.1.func - Namespace-scoped brokers are now available as a Technology Preview. Such brokers can be used, for instance, to implement role-based access control (RBAC) policies.
-
now uses the
KafkaSinkbinary content mode by default. The binary content mode is more efficient than the structured mode because it uses headers in its body instead of aCloudEvent. For example, for the HTTP protocol, it uses HTTP headers.CloudEvent - You can now use the gRPC framework over the HTTP/2 protocol for external traffic using the OpenShift Route on OpenShift Container Platform 4.10 and later. This improves efficiency and speed of the communications between the client and server.
-
API version of the Knative Operator Serving and Eventings CRDs is deprecated in 1.27. It will be removed in future versions. Red Hat strongly recommends to use the
v1alpha1version instead. This does not affect the existing installations, because CRDs are updated automatically when upgrading the Serverless Operator.v1beta1 - The delivery timeout feature is now enabled by default. It allows you to specify the timeout for each sent HTTP request. The feature remains a Technology Preview.
1.5.2. Fixed issues Copiar enlaceEnlace copiado en el portapapeles!
-
Previously, Knative services sometimes did not get into the state, reporting waiting for the load balancer to be ready. This issue has been fixed.
Ready
1.5.3. Known issues Copiar enlaceEnlace copiado en el portapapeles!
-
Integrating OpenShift Serverless with Red Hat OpenShift Service Mesh causes the pod to run out of memory on startup when too many secrets are present on the cluster.
net-kourier Namespace-scoped brokers might leave
in the user namespace even after deletion of namespace-scoped brokers.ClusterRoleBindingsIf this happens, delete the
namedClusterRoleBindingin the user namespace.rbac-proxy-reviews-prom-rb-knative-kafka-broker-data-plane-{{.Namespace}}If you use
for Ingress and enable mTLS via SMCP usingnet-istio, Service Mesh deployssecurity.dataPlane.mtls: truefor theDestinationRuleshost, which does not allow*.localfor OpenShift Serverless.DomainMappingTo work around this issue, enable mTLS by deploying
instead of usingPeerAuthentication.security.dataPlane.mtls: true
1.6. Release notes for Red Hat OpenShift Serverless 1.26 Copiar enlaceEnlace copiado en el portapapeles!
OpenShift Serverless 1.26 is now available. New features, changes, and known issues that pertain to OpenShift Serverless on OpenShift Container Platform are included in this topic.
1.6.1. New features Copiar enlaceEnlace copiado en el portapapeles!
- OpenShift Serverless Functions with Quarkus is now GA.
- OpenShift Serverless now uses Knative Serving 1.5.
- OpenShift Serverless now uses Knative Eventing 1.5.
- OpenShift Serverless now uses Kourier 1.5.
-
OpenShift Serverless now uses Knative () CLI 1.5.
kn - OpenShift Serverless now uses Knative Kafka 1.5.
- OpenShift Serverless now uses Knative Operator 1.3.
-
The CLI plugin now uses
kn func1.8.1.func - Persistent volume claims (PVCs) are now GA. PVCs provide permanent data storage for your Knative services.
The new trigger filters feature is now available as a Developer Preview. It allows users to specify a set of filter expressions, where each expression evaluates to either true or false for each event.
To enable new trigger filters, add the
entry in the section of thenew-trigger-filters: enabledtype in the operator config map:KnativeEventingapiVersion: operator.knative.dev/v1beta1 kind: KnativeEventing ... ... spec: config: features: new-trigger-filters: enabled ...Knative Operator 1.3 adds the updated
version of the API forv1beta1.operator.knative.devTo update from
tov1alpha1in yourv1beta1andKnativeServingcustom resource config maps, edit theKnativeEventingkey:apiVersionExample
KnativeServingcustom resource config mapapiVersion: operator.knative.dev/v1beta1 kind: KnativeServing ...Example
KnativeEventingcustom resource config mapapiVersion: operator.knative.dev/v1beta1 kind: KnativeEventing ...
1.6.2. Fixed issues Copiar enlaceEnlace copiado en el portapapeles!
- Previously, Federal Information Processing Standards (FIPS) mode was disabled for Kafka broker, Kafka source, and Kafka sink. This has been fixed, and FIPS mode is now available.
1.6.3. Known issues Copiar enlaceEnlace copiado en el portapapeles!
If you use
for Ingress and enable mTLS via SMCP usingnet-istio, Service Mesh deployssecurity.dataPlane.mtls: truefor theDestinationRuleshost, which does not allow*.localfor OpenShift Serverless.DomainMappingTo work around this issue, enable mTLS by deploying
instead of usingPeerAuthentication.security.dataPlane.mtls: true
1.7. Release notes for Red Hat OpenShift Serverless 1.25.0 Copiar enlaceEnlace copiado en el portapapeles!
OpenShift Serverless 1.25.0 is now available. New features, changes, and known issues that pertain to OpenShift Serverless on OpenShift Container Platform are included in this topic.
1.7.1. New features Copiar enlaceEnlace copiado en el portapapeles!
- OpenShift Serverless now uses Knative Serving 1.4.
- OpenShift Serverless now uses Knative Eventing 1.4.
- OpenShift Serverless now uses Kourier 1.4.
-
OpenShift Serverless now uses Knative () CLI 1.4.
kn - OpenShift Serverless now uses Knative Kafka 1.4.
-
The CLI plugin now uses
kn func1.7.0.func - Integrated development environment (IDE) plugins for creating and deploying functions are now available for Visual Studio Code and IntelliJ.
Knative Kafka broker is now GA. Knative Kafka broker is a highly performant implementation of the Knative broker API, directly targeting Apache Kafka.
It is recommended to not use the MT-Channel-Broker, but the Knative Kafka broker instead.
-
Knative Kafka sink is now GA. A takes a
KafkaSinkand sends it to an Apache Kafka topic. Events can be specified in either structured or binary content modes.CloudEvent - Enabling TLS for internal traffic is now available as a Technology Preview.
1.7.2. Fixed issues Copiar enlaceEnlace copiado en el portapapeles!
- 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.
1.7.3. Known issues Copiar enlaceEnlace copiado en el portapapeles!
- The Federal Information Processing Standards (FIPS) mode is disabled for Kafka broker, Kafka source, and Kafka sink.
-
The object does not support custom revision names for services.
SinkBinding The Knative Serving Controller pod adds a new informer to watch secrets in the cluster. The informer includes the secrets in the cache, which increases memory consumption of the controller pod.
If the pod runs out of memory, you can work around the issue by increasing the memory limit for the deployment.
If you use
for Ingress and enable mTLS via SMCP usingnet-istio, Service Mesh deployssecurity.dataPlane.mtls: truefor theDestinationRuleshost, which does not allow*.localfor OpenShift Serverless.DomainMappingTo work around this issue, enable mTLS by deploying
instead of usingPeerAuthentication.security.dataPlane.mtls: true
1.8. Release notes for Red Hat OpenShift Serverless 1.24.0 Copiar enlaceEnlace copiado en el portapapeles!
OpenShift Serverless 1.24.0 is now available. New features, changes, and known issues that pertain to OpenShift Serverless on OpenShift Container Platform are included in this topic.
1.8.1. New features Copiar enlaceEnlace copiado en el portapapeles!
- OpenShift Serverless now uses Knative Serving 1.3.
- OpenShift Serverless now uses Knative Eventing 1.3.
- OpenShift Serverless now uses Kourier 1.3.
-
OpenShift Serverless now uses Knative CLI 1.3.
kn - OpenShift Serverless now uses Knative Kafka 1.3.
-
The CLI plugin now uses
kn func0.24.func - Init containers support for Knative services is now generally available (GA).
- OpenShift Serverless logic is now available as a Developer Preview. It enables defining declarative workflow models for managing serverless applications.
- You can now use the cost management service with OpenShift Serverless.
1.8.2. Fixed issues Copiar enlaceEnlace copiado en el portapapeles!
Integrating OpenShift Serverless with Red Hat OpenShift Service Mesh causes the
pod to run out of memory on startup when too many secrets are present on the cluster.net-istio-controllerIt is now possible to enable secret filtering, which causes
to consider only secrets with anet-istio-controllerlabel, thus reducing the amount of memory needed.networking.internal.knative.dev/certificate-uid- The OpenShift Serverless Functions Technology Preview now uses Cloud Native Buildpacks by default to build container images.
1.8.3. Known issues Copiar enlaceEnlace copiado en el portapapeles!
- The Federal Information Processing Standards (FIPS) mode is disabled for Kafka broker, Kafka source, and Kafka sink.
In OpenShift Serverless 1.23, support for KafkaBindings and the
webhook were removed. However, an existingkafka-bindingmight remain, pointing to thekafkabindings.webhook.kafka.sources.knative.dev MutatingWebhookConfigurationservice, which no longer exists.kafka-source-webhookFor certain specifications of KafkaBindings on the cluster,
might be configured to pass any create and update events to various resources, such as Deployments, Knative Services, or Jobs, through the webhook, which would then fail.kafkabindings.webhook.kafka.sources.knative.dev MutatingWebhookConfigurationTo work around this issue, manually delete
from the cluster after upgrading to OpenShift Serverless 1.23:kafkabindings.webhook.kafka.sources.knative.dev MutatingWebhookConfiguration$ oc delete mutatingwebhookconfiguration kafkabindings.webhook.kafka.sources.knative.devIf you use
for Ingress and enable mTLS via SMCP usingnet-istio, Service Mesh deployssecurity.dataPlane.mtls: truefor theDestinationRuleshost, which does not allow*.localfor OpenShift Serverless.DomainMappingTo work around this issue, enable mTLS by deploying
instead of usingPeerAuthentication.security.dataPlane.mtls: true
1.9. Release notes for Red Hat OpenShift Serverless 1.23.0 Copiar enlaceEnlace copiado en el portapapeles!
OpenShift Serverless 1.23.0 is now available. New features, changes, and known issues that pertain to OpenShift Serverless on OpenShift Container Platform are included in this topic.
1.9.1. New features Copiar enlaceEnlace copiado en el portapapeles!
- OpenShift Serverless now uses Knative Serving 1.2.
- OpenShift Serverless now uses Knative Eventing 1.2.
- OpenShift Serverless now uses Kourier 1.2.
-
OpenShift Serverless now uses Knative () CLI 1.2.
kn - OpenShift Serverless now uses Knative Kafka 1.2.
-
The CLI plugin now uses
kn func0.24.func -
It is now possible to use the annotation with the Kafka broker. This annotation makes it possible to use an existing externally managed topic instead of the broker creating its own internal topic.
kafka.eventing.knative.dev/external.topic -
The and
kafka-ch-controllerKafka components no longer exist. These components have been replaced by thekafka-webhookcomponent.kafka-webhook-eventing - The OpenShift Serverless Functions Technology Preview now uses Source-to-Image (S2I) by default to build container images.
1.9.2. Known issues Copiar enlaceEnlace copiado en el portapapeles!
- The Federal Information Processing Standards (FIPS) mode is disabled for Kafka broker, Kafka source, and Kafka sink.
-
If you delete a namespace that includes a Kafka broker, the namespace finalizer may fail to be removed if the broker’s secret is deleted before the broker.
auth.secret.ref.name Running OpenShift Serverless with a large number of Knative services can cause Knative activator pods to run close to their default memory limits of 600MB. These pods might be restarted if memory consumption reaches this limit. Requests and limits for the activator deployment can be configured by modifying the
custom resource:KnativeServingapiVersion: operator.knative.dev/v1beta1 kind: KnativeServing metadata: name: knative-serving namespace: knative-serving spec: deployments: - name: activator resources: - container: activator requests: cpu: 300m memory: 60Mi limits: cpu: 1000m memory: 1000Mi-
If you are using Cloud Native Buildpacks as the local build strategy for a function, is unable to automatically start podman or use an SSH tunnel to a remote daemon. The workaround for these issues is to have a Docker or podman daemon already running on the local development computer before deploying a function.
kn func - On-cluster function builds currently fail for Quarkus and Golang runtimes. They work correctly for Node, Typescript, Python, and Springboot runtimes.
If you use
for Ingress and enable mTLS via SMCP usingnet-istio, Service Mesh deployssecurity.dataPlane.mtls: truefor theDestinationRuleshost, which does not allow*.localfor OpenShift Serverless.DomainMappingTo work around this issue, enable mTLS by deploying
instead of usingPeerAuthentication.security.dataPlane.mtls: true
1.10. Release notes for Red Hat OpenShift Serverless 1.22.0 Copiar enlaceEnlace copiado en el portapapeles!
OpenShift Serverless 1.22.0 is now available. New features, changes, and known issues that pertain to OpenShift Serverless on OpenShift Container Platform are included in this topic.
1.10.1. New features Copiar enlaceEnlace copiado en el portapapeles!
- OpenShift Serverless now uses Knative Serving 1.1.
- OpenShift Serverless now uses Knative Eventing 1.1.
- OpenShift Serverless now uses Kourier 1.1.
-
OpenShift Serverless now uses Knative () CLI 1.1.
kn - OpenShift Serverless now uses Knative Kafka 1.1.
-
The CLI plugin now uses
kn func0.23.func - Init containers support for Knative services is now available as a Technology Preview.
- Persistent volume claim (PVC) support for Knative services is now available as a Technology Preview.
-
The ,
knative-serving,knative-serving-ingressandknative-eventingsystem namespaces now have theknative-kafkalabel by default.knative.openshift.io/part-of: "openshift-serverless" - The Knative Eventing - Kafka Broker/Trigger dashboard has been added, which allows visualizing Kafka broker and trigger metrics in the web console.
- The Knative Eventing - KafkaSink dashboard has been added, which allows visualizing KafkaSink metrics in the web console.
- The Knative Eventing - Broker/Trigger dashboard is now called Knative Eventing - Channel-based Broker/Trigger.
-
The label has substituted the
knative.openshift.io/part-of: "openshift-serverless"label.knative.openshift.io/system-namespace -
Naming style in Knative Serving YAML configuration files changed from camel case () to hyphen style (
ExampleName). Beginning with this release, use the hyphen style notation when creating or editing Knative Serving YAML configuration files.example-name
1.10.2. Known issues Copiar enlaceEnlace copiado en el portapapeles!
- The Federal Information Processing Standards (FIPS) mode is disabled for Kafka broker, Kafka source, and Kafka sink.
1.11. Release notes for Red Hat OpenShift Serverless 1.21.0 Copiar enlaceEnlace copiado en el portapapeles!
OpenShift Serverless 1.21.0 is now available. New features, changes, and known issues that pertain to OpenShift Serverless on OpenShift Container Platform are included in this topic.
1.11.1. New features Copiar enlaceEnlace copiado en el portapapeles!
- OpenShift Serverless now uses Knative Serving 1.0
- OpenShift Serverless now uses Knative Eventing 1.0.
- OpenShift Serverless now uses Kourier 1.0.
-
OpenShift Serverless now uses Knative () CLI 1.0.
kn - OpenShift Serverless now uses Knative Kafka 1.0.
-
The CLI plugin now uses
kn func0.21.func - The Kafka sink is now available as a Technology Preview.
-
The Knative open source project has begun to deprecate camel-cased configuration keys in favor of using kebab-cased keys consistently. As a result, the key, previously mentioned in the OpenShift Serverless 1.18.0 release notes, is now deprecated and replaced by the
defaultExternalSchemekey. Usage instructions for the key remain the same.default-external-scheme
1.11.2. Fixed issues Copiar enlaceEnlace copiado en el portapapeles!
-
In OpenShift Serverless 1.20.0, there was an event delivery issue affecting the use of to send events to a service. This issue is now fixed.
kn event send -
In OpenShift Serverless 1.20.0 (0.20), TypeScript functions created with the
functemplate failed to deploy on the cluster. This issue is now fixed.http -
In OpenShift Serverless 1.20.0 (0.20), deploying a function using the
funcregistry failed with an error. This issue is now fixed.gcr.io -
In OpenShift Serverless 1.20.0 (0.20), creating a Springboot function project directory with the
funccommand and then running thekn func createcommand failed with an error message. This issue is now fixed.kn func build -
In OpenShift Serverless 1.19.0 (0.19), some runtimes were unable to build a function by using podman. This issue is now fixed.
func
1.11.3. Known issues Copiar enlaceEnlace copiado en el portapapeles!
Currently, the domain mapping controller cannot process the URI of a broker, which contains a path that is currently not supported.
This means that, if you want to use a
custom resource (CR) to map a custom domain to a broker, you must configure theDomainMappingCR with the broker’s ingress service, and append the exact path of the broker to the custom domain:DomainMappingExample
DomainMappingCRapiVersion: serving.knative.dev/v1alpha1 kind: DomainMapping metadata: name: <domain-name> namespace: knative-eventing spec: ref: name: broker-ingress kind: Service apiVersion: v1The URI for the broker is then
.<domain-name>/<broker-namespace>/<broker-name>
1.12. Release notes for Red Hat OpenShift Serverless 1.20.0 Copiar enlaceEnlace copiado en el portapapeles!
OpenShift Serverless 1.20.0 is now available. New features, changes, and known issues that pertain to OpenShift Serverless on OpenShift Container Platform are included in this topic.
1.12.1. New features Copiar enlaceEnlace copiado en el portapapeles!
- OpenShift Serverless now uses Knative Serving 0.26.
- OpenShift Serverless now uses Knative Eventing 0.26.
- OpenShift Serverless now uses Kourier 0.26.
-
OpenShift Serverless now uses Knative () CLI 0.26.
kn - OpenShift Serverless now uses Knative Kafka 0.26.
-
The CLI plugin now uses
kn func0.20.func The Kafka broker is now available as a Technology Preview.
ImportantThe Kafka broker, which is currently in Technology Preview, is not supported on FIPS.
-
The plugin is now available as a Technology Preview.
kn event -
The and
--min-scaleflags for the--max-scalecommand have been deprecated. Use thekn service createand--scale-minflags instead.--scale-max
1.12.2. Known issues Copiar enlaceEnlace copiado en el portapapeles!
OpenShift Serverless deploys Knative services with a default address that uses HTTPS. When sending an event to a resource inside the cluster, the sender does not have the cluster certificate authority (CA) configured. This causes event delivery to fail, unless the cluster uses globally accepted certificates.
For example, an event delivery to a publicly accessible address works:
$ kn event send --to-url https://ce-api.foo.example.com/On the other hand, this delivery fails if the service uses a public address with an HTTPS certificate issued by a custom CA:
$ kn event send --to Service:serving.knative.dev/v1:event-displaySending an event to other addressable objects, such as brokers or channels, is not affected by this issue and works as expected.
- The Kafka broker currently does not work on a cluster with Federal Information Processing Standards (FIPS) mode enabled.
If you create a Springboot function project directory with the
command, subsequent running of thekn func createcommand fails with this error message:kn func build[analyzer] no stack metadata found at path '' [analyzer] ERROR: failed to : set API for buildpack 'paketo-buildpacks/ca-certificates@3.0.2': buildpack API version '0.7' is incompatible with the lifecycleAs a workaround, you can change the
property tobuilderin the function configuration filegcr.io/paketo-buildpacks/builder:base.func.yamlDeploying a function using the
registry fails with this error message:gcr.ioError: failed to get credentials: failed to verify credentials: status code: 404As a workaround, use a different registry than
, such asgcr.ioorquay.io.docker.ioTypeScript functions created with the
template fail to deploy on the cluster.httpAs a workaround, in the
file, replace the following section:func.yamlbuildEnvs: []with this:
buildEnvs: - name: BP_NODE_RUN_SCRIPTS value: buildIn
version 0.20, some runtimes might be unable to build a function by using podman. You might see an error message similar to the following:funcERROR: failed to image: error during connect: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.40/info": EOFThe following workaround exists for this issue:
Update the podman service by adding
to the service--time=0definition:ExecStartExample service configuration
ExecStart=/usr/bin/podman $LOGGING system service --time=0Restart the podman service by running the following commands:
$ systemctl --user daemon-reload$ systemctl restart --user podman.socket
Alternatively, you can expose the podman API by using TCP:
$ podman system service --time=0 tcp:127.0.0.1:5534 & export DOCKER_HOST=tcp://127.0.0.1:5534
1.13. Release notes for Red Hat OpenShift Serverless 1.19.0 Copiar enlaceEnlace copiado en el portapapeles!
OpenShift Serverless 1.19.0 is now available. New features, changes, and known issues that pertain to OpenShift Serverless on OpenShift Container Platform are included in this topic.
1.13.1. New features Copiar enlaceEnlace copiado en el portapapeles!
- OpenShift Serverless now uses Knative Serving 0.25.
- OpenShift Serverless now uses Knative Eventing 0.25.
- OpenShift Serverless now uses Kourier 0.25.
-
OpenShift Serverless now uses Knative () CLI 0.25.
kn - OpenShift Serverless now uses Knative Kafka 0.25.
-
The CLI plugin now uses
kn func0.19.func -
The API is deprecated in OpenShift Serverless 1.19.0 and will be removed in a future release.
KafkaBinding - HTTPS redirection is now supported and can be configured either globally for a cluster or per each Knative service.
1.13.2. Fixed issues Copiar enlaceEnlace copiado en el portapapeles!
- In previous releases, the Kafka channel dispatcher waited only for the local commit to succeed before responding, which might have caused lost events in the case of an Apache Kafka node failure. The Kafka channel dispatcher now waits for all in-sync replicas to commit before responding.
1.13.3. Known issues Copiar enlaceEnlace copiado en el portapapeles!
In
version 0.19, some runtimes might be unable to build a function by using podman. You might see an error message similar to the following:funcERROR: failed to image: error during connect: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.40/info": EOFThe following workaround exists for this issue:
Update the podman service by adding
to the service--time=0definition:ExecStartExample service configuration
ExecStart=/usr/bin/podman $LOGGING system service --time=0Restart the podman service by running the following commands:
$ systemctl --user daemon-reload$ systemctl restart --user podman.socket
Alternatively, you can expose the podman API by using TCP:
$ podman system service --time=0 tcp:127.0.0.1:5534 & export DOCKER_HOST=tcp://127.0.0.1:5534
1.14. Release notes for Red Hat OpenShift Serverless 1.18.0 Copiar enlaceEnlace copiado en el portapapeles!
OpenShift Serverless 1.18.0 is now available. New features, changes, and known issues that pertain to OpenShift Serverless on OpenShift Container Platform are included in this topic.
1.14.1. New features Copiar enlaceEnlace copiado en el portapapeles!
- OpenShift Serverless now uses Knative Serving 0.24.0.
- OpenShift Serverless now uses Knative Eventing 0.24.0.
- OpenShift Serverless now uses Kourier 0.24.0.
-
OpenShift Serverless now uses Knative () CLI 0.24.0.
kn - OpenShift Serverless now uses Knative Kafka 0.24.7.
-
The CLI plugin now uses
kn func0.18.0.func In the upcoming OpenShift Serverless 1.19.0 release, the URL scheme of external routes will default to HTTPS for enhanced security.
If you do not want this change to apply for your workloads, you can override the default setting before upgrading to 1.19.0, by adding the following YAML to your
custom resource (CR):KnativeServing... spec: config: network: defaultExternalScheme: "http" ...If you want the change to apply in 1.18.0 already, add the following YAML:
... spec: config: network: defaultExternalScheme: "https" ...In the upcoming OpenShift Serverless 1.19.0 release, the default service type by which the Kourier Gateway is exposed will be
and notClusterIP.LoadBalancerIf you do not want this change to apply to your workloads, you can override the default setting before upgrading to 1.19.0, by adding the following YAML to your
custom resource (CR):KnativeServing... spec: ingress: kourier: service-type: LoadBalancer ...-
You can now use volumes with OpenShift Serverless. See the OpenShift Serverless documentation about Knative Serving for details.
emptyDir -
Rust templates are now available when you create a function using .
kn func
1.14.2. Fixed issues Copiar enlaceEnlace copiado en el portapapeles!
- The prior 1.4 version of Camel-K was not compatible with OpenShift Serverless 1.17.0. The issue in Camel-K has been fixed, and Camel-K version 1.4.1 can be used with OpenShift Serverless 1.17.0.
Previously, if you created a new subscription for a Kafka channel, or a new Kafka source, a delay was possible in the Kafka data plane becoming ready to dispatch messages after the newly created subscription or sink reported a ready status.
As a result, messages that were sent during the time when the data plane was not reporting a ready status, might not have been delivered to the subscriber or sink.
In OpenShift Serverless 1.18.0, the issue is fixed and the initial messages are no longer lost. For more information about the issue, see Knowledgebase Article #6343981.
1.14.3. Known issues Copiar enlaceEnlace copiado en el portapapeles!
Older versions of the Knative
CLI might use older versions of the Knative Serving and Knative Eventing APIs. For example, version 0.23.2 of theknCLI uses theknAPI version.v1alpha1On the other hand, newer releases of OpenShift Serverless might no longer support older API versions. For example, OpenShift Serverless 1.18.0 no longer supports version
of thev1alpha1API.kafkasources.sources.knative.devConsequently, using an older version of the Knative
CLI with a newer OpenShift Serverless might produce an error because thekncannot find the outdated API. For example, version 0.23.2 of theknCLI does not work with OpenShift Serverless 1.18.0.knTo avoid issues, use the latest
CLI version available for your OpenShift Serverless release. For OpenShift Serverless 1.18.0, use KnativeknCLI 0.24.0.kn
1.15. Release Notes for Red Hat OpenShift Serverless 1.17.0 Copiar enlaceEnlace copiado en el portapapeles!
OpenShift Serverless 1.17.0 is now available. New features, changes, and known issues that pertain to OpenShift Serverless on OpenShift Container Platform are included in this topic.
1.15.1. New features Copiar enlaceEnlace copiado en el portapapeles!
- OpenShift Serverless now uses Knative Serving 0.23.0.
- OpenShift Serverless now uses Knative Eventing 0.23.0.
- OpenShift Serverless now uses Kourier 0.23.0.
-
OpenShift Serverless now uses Knative CLI 0.23.0.
kn - OpenShift Serverless now uses Knative Kafka 0.23.0.
-
The CLI plug-in now uses
kn func0.17.0.func In the upcoming OpenShift Serverless 1.19.0 release, the URL scheme of external routes will default to HTTPS for enhanced security.
If you do not want this change to apply for your workloads, you can override the default setting before upgrading to 1.19.0, by adding the following YAML to your
custom resource (CR):KnativeServing... spec: config: network: defaultExternalScheme: "http" ...- mTLS functionality is now Generally Available (GA).
-
TypeScript templates are now available when you create a function using .
kn func Changes to API versions in Knative Eventing 0.23.0:
-
The version of the
v1alpha1API, which was deprecated in OpenShift Serverless version 1.14.0, has been removed. If theKafkaChannelparameters of your config maps contain references to this older version, you must update this part of the spec to use the correct API version.ChannelTemplateSpec
-
The
1.15.2. Known issues Copiar enlaceEnlace copiado en el portapapeles!
If you try to use an older version of the Knative
CLI with a newer OpenShift Serverless release, the API is not found and an error occurs.knFor example, if you use the 1.16.0 release of the
CLI, which uses version 0.22.0, with the 1.17.0 OpenShift Serverless release, which uses the 0.23.0 versions of the Knative Serving and Knative Eventing APIs, the CLI does not work because it continues to look for the outdated 0.22.0 API versions.knEnsure that you are using the latest
CLI version for your OpenShift Serverless release to avoid issues.kn- Kafka channel metrics are not monitored or shown in the corresponding web console dashboard in this release. This is due to a breaking change in the Kafka dispatcher reconciling process.
If you create a new subscription for a Kafka channel, or a new Kafka source, there might be a delay in the Kafka data plane becoming ready to dispatch messages after the newly created subscription or sink reports a ready status.
As a result, messages that are sent during the time when the data plane is not reporting a ready status might not be delivered to the subscriber or sink.
For more information about this issue and possible workarounds, see Knowledge Article #6343981.
The Camel-K 1.4 release is not compatible with OpenShift Serverless version 1.17.0. This is because Camel-K 1.4 uses APIs that were removed in Knative version 0.23.0. There is currently no workaround available for this issue. If you need to use Camel-K 1.4 with OpenShift Serverless, do not upgrade to OpenShift Serverless version 1.17.0.
NoteThe issue has been fixed, and Camel-K version 1.4.1 is compatible with OpenShift Serverless 1.17.0.
1.16. Release Notes for Red Hat OpenShift Serverless 1.16.0 Copiar enlaceEnlace copiado en el portapapeles!
OpenShift Serverless 1.16.0 is now available. New features, changes, and known issues that pertain to OpenShift Serverless on OpenShift Container Platform are included in this topic.
1.16.1. New features Copiar enlaceEnlace copiado en el portapapeles!
- OpenShift Serverless now uses Knative Serving 0.22.0.
- OpenShift Serverless now uses Knative Eventing 0.22.0.
- OpenShift Serverless now uses Kourier 0.22.0.
-
OpenShift Serverless now uses Knative CLI 0.22.0.
kn - OpenShift Serverless now uses Knative Kafka 0.22.0.
-
The CLI plug-in now uses
kn func0.16.0.func -
The command has been added to the functions
kn func emitplug-in. You can use this command to send events to test locally deployed functions.kn
1.16.2. Known issues Copiar enlaceEnlace copiado en el portapapeles!
- You must upgrade OpenShift Container Platform to version 4.6.30, 4.7.11, or higher before upgrading to OpenShift Serverless 1.16.0.
The AMQ Streams Operator might prevent the installation or upgrade of the OpenShift Serverless Operator. If this happens, the following error is thrown by Operator Lifecycle Manager (OLM):
WARNING: found multiple channel heads: [amqstreams.v1.7.2 amqstreams.v1.6.2], please check the `replaces`/`skipRange` fields of the operator bundles.You can fix this issue by uninstalling the AMQ Streams Operator before installing or upgrading the OpenShift Serverless Operator. You can then reinstall the AMQ Streams Operator.
- If Service Mesh is enabled with mTLS, metrics for Knative Serving are disabled by default because Service Mesh prevents Prometheus from scraping metrics. For instructions on enabling Knative Serving metrics for use with Service Mesh and mTLS, see the "Integrating Service Mesh with OpenShift Serverless" section of the Serverless documentation.
If you deploy Service Mesh CRs with the Istio ingress enabled, you might see the following warning in the
pod:istio-ingressgateway2021-05-02T12:56:17.700398Z warning envoy config [external/envoy/source/common/config/grpc_subscription_impl.cc:101] gRPC config for type.googleapis.com/envoy.api.v2.Listener rejected: Error adding/updating listener(s) 0.0.0.0_8081: duplicate listener 0.0.0.0_8081 foundYour Knative services might also not be accessible.
You can use the following workaround to fix this issue by recreating the
service:knative-local-gatewayDelete the existing
service in theknative-local-gatewaynamespace:istio-system$ oc delete services -n istio-system knative-local-gatewayCreate and apply a
service that contains the following YAML:knative-local-gatewayapiVersion: v1 kind: Service metadata: name: knative-local-gateway namespace: istio-system labels: experimental.istio.io/disable-gateway-port-translation: "true" spec: type: ClusterIP selector: istio: ingressgateway ports: - name: http2 port: 80 targetPort: 8081
If you have 1000 Knative services on a cluster, and then perform a reinstall or upgrade of Knative Serving, there is a delay when you create the first new service after the
custom resource (CR) becomesKnativeServing.ReadyThe
service reconciles all previously existing Knative services before processing the creation of a new service, which causes the new service to spend approximately 800 seconds in an3scale-kourier-controlorIngressNotConfiguredstate before the state updates toUnknown.ReadyIf you create a new subscription for a Kafka channel, or a new Kafka source, there might be a delay in the Kafka data plane becoming ready to dispatch messages after the newly created subscription or sink reports a ready status.
As a result, messages that are sent during the time when the data plane is not reporting a ready status might not be delivered to the subscriber or sink.
For more information about this issue and possible workarounds, see Knowledge Article #6343981.