Skip to content

Commit d60709c

Browse files
authored
Merge pull request #87881 from kaldesai/SRVCOM-3552-RN-1.35-PostRelease
PR for SRVCOM-3552: [Post-Release Updates] Release notes, known issues and bug fixes for 1.35.0
2 parents 4d4b63a + ac03418 commit d60709c

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

_attributes/common-attributes.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
:builds-v2title: Builds for Red Hat OpenShift
6262
:builds-v2shortname: OpenShift Builds v2
6363
:builds-v1shortname: OpenShift Builds v1
64-
64+
//Developer Hub
65+
:RHDHProductName: Red Hat Developer Hub
6566
//gitops
6667
:gitops-title: Red Hat OpenShift GitOps
6768
:gitops-shortname: GitOps

about/serverless-release-notes.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,13 @@ include::modules/serverless-tech-preview-features.adoc[leveloffset=+1]
2727
include::modules/serverless-deprecated-removed-features.adoc[leveloffset=+1]
2828

2929
// Release notes included, most to least recent
30+
3031
// OCP + OSD + ROSA
3132
include::modules/serverless-rn-1-35-0.adoc[leveloffset=+1]
33+
// 1.35.0 additional resources
34+
[role="_additional-resources"]
35+
.Additional resources
36+
* xref:../serverless-logic/serverless-logic-global-config-settings.adoc#serverless-logic-global-config-settings[Global configuration settings]
3237
3338
// OCP + OSD + ROSA
3439
include::modules/serverless-rn-1-34-1.adoc[leveloffset=+1]

modules/serverless-deprecated-removed-features.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ For the most recent list of major functionality deprecated and removed within {S
2121
|1.34
2222
|1.35
2323

24+
|Knative client `https://mirror.openshift.com/pub/openshift-v4/clients/serverless/` URL
25+
|-
26+
|-
27+
|-
28+
|-
29+
|-
30+
|Deprecated
31+
2432
|EventTypes `v1beta1` API
2533
|-
2634
|-

modules/serverless-rn-1-35-0.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
* {ServerlessProductName} now uses Knative for Apache Kafka 1.15.
1919
* The `kn func` CLI plugin now uses `func` 1.16.
2020

21+
* The current download path for the Knative (kn) client on `mirror.openshift.com` is deprecated and will no longer work starting with the next release. No automatic redirection will occur. If your project or CI/CD pipelines rely on this URL to install the {ServerlessProductName} CLI, you must update your configuration accordingly. Further migration details, including the new download location, will be provided when available.
22+
+
23+
** Deprecated URL:
24+
https://mirror.openshift.com/pub/openshift-v4/clients/serverless/
25+
26+
27+
* Knative Eventing Catalog plugin is now available in the Backstage plugin listing, and you can also install it on {RHDHProductName}. This functionality is available as a Developer Preview.
28+
2129
* Go functions using S2I builder are now available as a Generally Available (GA) feature for Linux and Mac developers, allowing them to implement and build Go functions on these platforms.
2230

2331
* It is now possible to automatically discover and register `EventTypes` based on the structure of incoming events, simplifying the overall configuration and management of `EventTypes`.
@@ -40,7 +48,7 @@
4048

4149
* {ServerlessLogicProductName} is now certified for use with PostgreSQL version `15.9`.
4250

43-
* Event performance between {ServerlessLogicProductName} workflows and the Data Index is improved through event batching. Set `kogito.events.grouping=true` to group events. For further optimization, enable `kogito.events.grouping.binary=true` to reduce the size of grouped events with an alternate serialization algorithm. To compress these events, set `kogito.events.grouping.compress=true`, which lowers event size at the cost of additional CPU usage.
51+
* Event performance between {ServerlessLogicProductName} workflows and the Data Index is now improved with event grouping and compression.
4452

4553
* Compensation states are now invoked when a workflow is aborted.
4654

0 commit comments

Comments
 (0)