-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[SRVCOM-2658] Add Serverless 1.31 release notes #68620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jeana-redhat
merged 1 commit into
openshift:serverless-docs
from
rh-max:srvls-release-notes-1.31
Dec 7, 2023
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
// Module included in the following assemblies | ||
// | ||
// * about/serverless-release-notes.adoc | ||
|
||
:_content-type: REFERENCE | ||
[id="serverless-rn-1-31-0_{context}"] | ||
= Red Hat {ServerlessProductName} 1.31 | ||
|
||
{ServerlessProductName} 1.31 is now available. New features, updates, and known issues that pertain to {ServerlessProductName} on {ocp-product-title} are included in the following notes. | ||
|
||
[id="new-features-1-31-0_{context}"] | ||
== New features | ||
|
||
* {ServerlessProductName} now uses Knative Serving 1.10. | ||
* {ServerlessProductName} now uses Knative Eventing 1.10. | ||
* {ServerlessProductName} now uses Kourier 1.10. | ||
* {ServerlessProductName} now uses Knative (`kn`) CLI 1.10. | ||
* {ServerlessProductName} now uses Knative for Apache Kafka 1.10. | ||
* The `kn func` CLI plug-in now uses `func` 1.11. | ||
|
||
* {ServerlessProductName} multi-tenancy with {SMProductShortName} is now available as a Technology Preview (TP) feature. | ||
|
||
* {FunctionsProductName} now supports the Go runtime as a Technology Preview (TP) feature. | ||
|
||
* Serverless Logic, which is available as a Technology Preview (TP) feature, has been updated. | ||
+ | ||
See link:https://openshift-knative.github.io/docs/docs/latest/serverless-logic/about.html[the Serverless Logic documentation] for usage instructions. | ||
|
||
* You can now configure a persistent volume claim (PVC) for an existing `PersistentVolume` object to use with a Serverless function. | ||
|
||
* When specifying Kourier for Ingress and using `DomainMapping`, the TLS for OpenShift Route is set to passthrough, and TLS is handled by the Kourier Gateway. Beginning with {ServerlessProductShortName} 1.31, it is possible to specify the enabled cipher suites on the side of the Kourier Gateway. | ||
|
||
* Integrating {SMProductName} with {ServerlessProductShortName} when Kourier is enabled is now deprecated. Use `net-istio` instead of `net-kourier` for Service Mesh integration. | ||
+ | ||
See the "Integrating {SMProductName} with {ServerlessProductShortName}" section for details. | ||
|
||
* The `PodDistruptionBudget` and `HorizontalPodAutoscaler` objects have been added for the `3scale-kourier-gateway` deployment. | ||
** `PodDistruptionBudget` is used to define the minimum availability requirements for pods in a deployment. | ||
** `HorizontalPodAutoscaler` is used to automatically scale the number of pods in the deployment based on demand or on your custom metrics. | ||
|
||
* Now you can change the pattern for Apache Kafka topic names used by Knative brokers and channels for Apache Kafka. | ||
|
||
* The `DomainMapping` `v1alpha1` custom resource definition (CRD) is now deprecated. Use `v1beta1` CRD instead. | ||
|
||
* The `NamespacedKafka` annotation, which was a Technology Preview (TP) feature, is now deprecated in favor of the standard Kafka broker with no data plane isolation. | ||
|
||
[id="fixed-issues-1-31-0_{context}"] | ||
== Fixed issues | ||
|
||
* Previously, when deploying Knative Eventing with full {SMProductName} integration and with `STRICT` peer authentication, the `PingSource` adapter metrics were unavailable. | ||
+ | ||
This has been fixed, and the `PingSource` adapter metrics are now collected using a different `job` and `service` label value. The previous value was `pingsource-mt-adapter`, the new value is `pingsource-mt-adapter-sm-service`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.