From 27f272e32d00efa2e94cdfd368b8daf5a049b0ea Mon Sep 17 00:00:00 2001 From: abrennan Date: Fri, 11 Sep 2020 15:32:44 -0500 Subject: [PATCH] Added 1.9.0 release notes for Serverless --- modules/serverless-rn-1-9-0.adoc | 29 ++++++++++++++++++++++++ serverless/serverless-release-notes.adoc | 1 + 2 files changed, 30 insertions(+) create mode 100644 modules/serverless-rn-1-9-0.adoc diff --git a/modules/serverless-rn-1-9-0.adoc b/modules/serverless-rn-1-9-0.adoc new file mode 100644 index 0000000000..3541510bc9 --- /dev/null +++ b/modules/serverless-rn-1-9-0.adoc @@ -0,0 +1,29 @@ +// Module included in the following assemblies: +// +// * serverless/release-notes.adoc + +[id="serverless-rn-1-9-0_{context}"] +//update the to match the filename + += Release Notes for Red Hat {ServerlessProductName} 1.9.0 + +* {ServerlessProductName} now uses Knative Operator 0.15.2. The Knative Serving and Knative Eventing Operators are now merged into a common Operator. +* {ServerlessProductName} now uses Knative Serving 0.15.2. +* {ServerlessProductName} now uses Knative `kn` CLI 0.15.2. +* {ServerlessProductName} uses Knative Eventing 0.15.2. +* {ServerlessProductName} now uses Kourier 0.15.0. + +[id="new-features-1-9-0_{context}"] +== New features + +* {ServerlessProductName} now supports some integrated Red Hat OpenShift Service Mesh features, including enabling sidecars, and JSON Web Token (JWT) authentication. Supported features are documented in the _Networking_ guide. + +// [id="fixed-issues-1-9-0_{context}"] +// == Fixed issues +// * In previous versions of {ServerlessProductName}, deleting a sink before deleting the SinkBinding connected to it caused a hanging issue that required removing a finalizer from the SinkBinding to resolve. This issue is fixed in {ServerlessProductName} 1.9.0. +// move to 1.12.0 or whenever this lands. + +[id="known-issues-1-9-0_{context}"] +== Known issues + +* After deleting the `KnativeEventing` custom resource, the `v0.15.0-upgrade-xr55x` and `storage-version-migration-eventing-99c7q` Pods remain on the cluster and show a `Completed` status. You can delete the namespace where the `KnativeEventing` custom resource was installed to completely remove these Pods. diff --git a/serverless/serverless-release-notes.adoc b/serverless/serverless-release-notes.adoc index bdeafcb8d1..9c11f4b6c5 100644 --- a/serverless/serverless-release-notes.adoc +++ b/serverless/serverless-release-notes.adoc @@ -12,6 +12,7 @@ For an overview of {ServerlessProductName} functionality, see xref:../serverless include::modules/technology-preview.adoc[leveloffset=+1] // Modules included, most to least recent +include::modules/serverless-rn-1-9-0.adoc[leveloffset=+1] include::modules/serverless-rn-1-8-0.adoc[leveloffset=+1] include::modules/serverless-rn-1-7-2.adoc[leveloffset=+1] include::modules/serverless-rn-1-7-1.adoc[leveloffset=+1]