Skip to content

Commit c6adc3d

Browse files
authored
Merge pull request #77215 from kaldesai/SRVCOM-3054-Serverless-1.33-ReleaseNotes
PR for SRVCOM-3054: Update the Serverless 1.33 release notes
2 parents 1c05ece + 4419ebb commit c6adc3d

File tree

4 files changed

+62
-15
lines changed

4 files changed

+62
-15
lines changed

about/serverless-release-notes.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ 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+
// OCP + OSD + ROSA
31+
include::modules/serverless-rn-1-33-0.adoc[leveloffset=+1]
32+
3033
// OCP + OSD + ROSA
3134
include::modules/serverless-rn-1-32-0.adoc[leveloffset=+1]
3235

modules/serverless-deprecated-removed-features.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ For the most recent list of major functionality deprecated and removed within {S
1313
.Deprecated and removed features tracker
1414
[cols="3,1,1,1,1,1,1,1",options="header"]
1515
|====
16-
|Feature |1.22 to 1.26|1.27|1.28|1.29|1.30|1.31|1.32
16+
|Feature |1.27|1.28|1.29|1.30|1.31|1.32|1.33
1717

1818
|Serving TLS for internal traffic
1919
|-
2020
|-
2121
|-
2222
|-
2323
|-
24-
|-
24+
|Removed
2525
|Removed
2626

2727
|EventTypes `v1beta1` API
@@ -30,7 +30,7 @@ For the most recent list of major functionality deprecated and removed within {S
3030
|-
3131
|-
3232
|-
33-
|-
33+
|Deprecated
3434
|Deprecated
3535

3636
|`domain-mapping` and `domain-mapping-webhook` deployments
@@ -39,7 +39,7 @@ For the most recent list of major functionality deprecated and removed within {S
3939
|-
4040
|-
4141
|-
42-
|-
42+
|Removed
4343
|Removed
4444

4545
|{SMProductName} with {ServerlessProductShortName} when Kourier is enabled
@@ -48,35 +48,35 @@ For the most recent list of major functionality deprecated and removed within {S
4848
|-
4949
|-
5050
|-
51-
|-
51+
|Deprecated
5252
|Deprecated
5353

5454
|`NamespacedKafka` annotation
5555
|-
5656
|-
5757
|-
58-
|-
58+
|Deprecated
5959
|Deprecated
6060
|Deprecated
6161
|Deprecated
6262

6363
|`enable-secret-informer-filtering` annotation
6464
|-
65-
|-
65+
|Deprecated
6666
|Deprecated
6767
|Deprecated
6868
|Deprecated
6969
|Deprecated
7070
|Deprecated
7171

7272
|Serving and Eventing `v1alpha1` API
73-
|-
7473
|Deprecated
7574
|Deprecated
7675
|Removed
7776
|Removed
7877
|Removed
7978
|Removed
79+
|Removed
8080

8181
|`kn func emit` (`kn func invoke` in 1.21+)
8282
|Removed

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

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
// Module included in the following assemblies
2+
//
3+
// * about/serverless-release-notes.adoc
4+
5+
:_content-type: REFERENCE
6+
[id="serverless-rn-1-33-0_{context}"]
7+
= Red Hat {ServerlessProductName} 1.33
8+
9+
{ServerlessProductName} 1.33 is now available. New features, updates, and known issues that pertain to {ServerlessProductName} on {ocp-product-title} are included in the following notes:
10+
11+
[id="new-features-1-33-0_{context}"]
12+
== New features
13+
14+
* {ServerlessProductName} now uses Knative Serving 1.12.
15+
* {ServerlessProductName} now uses Knative Eventing 1.12.
16+
* {ServerlessProductName} now uses Kourier 1.12.
17+
* {ServerlessProductName} now uses Knative (`kn`) CLI 1.12.
18+
* {ServerlessProductName} now uses Knative for Apache Kafka 1.12.
19+
* The `kn func` CLI plugin now uses `func` 1.13.
20+
21+
* OpenShift Serverless on ARM64 is now available as Technology Preview.
22+
* The `NamespacedKafka` annotation is now deprecated. Use the standard Kafka broker without data plane isolation instead.
23+
24+
* When enabling the automatic `EventType` auto-creation, you can now easily discover events available within the cluster. This functionality is available as a Developer Preview.
25+
26+
* You can now use the Custom Metrics Autoscaler Operator to autoscale Knative Eventing sources for Apache Kafka sources, defined by a `KafkaSource` object. This functionality is available as a Technology Preview feature, offering enhanced scalability and efficiency for Kafka-based event sources within Knative Eventing.
27+
28+
[id="known-issues-1-33-0_{context}"]
29+
== Known issues
30+
31+
* Due to different mount point permissions, direct upload on a cluster build does not work on {ibmzProductName} (s390x) and {ibmpowerProductName} (ppc64le).
32+
33+
* Building and deploying a function using Podman version 4.6 fails with the `invalid pull policy "1"` error.
34+
+
35+
To work around this issue, use Podman version 4.5.

modules/serverless-tech-preview-features.adoc

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,39 @@ The following table provides information about which {ServerlessProductName} fea
1313
.Generally Available and Technology Preview features tracker
1414
[cols="2,1,1,1",options="header"]
1515
|====
16-
|Feature |1.30|1.31|1.32
16+
|Feature |1.31|1.32|1.33
1717

18-
|Pipelines-as-code
18+
|ARM64 support
1919
|-
2020
|-
2121
|TP
2222

23-
|`new-trigger-filters`
23+
|Custom Metrics Autoscaler Operator (KEDA)
24+
|-
2425
|-
26+
|TP
27+
|Pipelines-as-code
2528
|-
2629
|TP
30+
|TP
2731

28-
|Go function using S2I builder
32+
|`new-trigger-filters`
2933
|-
34+
|TP
35+
|TP
36+
37+
|Go function using S2I builder
3038
|-
3139
|TP
40+
|TP
3241

3342
|Installing and using {ServerlessProductShortName} on {sno}
34-
|-
43+
|GA
3544
|GA
3645
|GA
3746

3847
|Using {SMProductShortName} to isolate network traffic with {ServerlessProductShortName}
39-
|-
48+
|TP
4049
|TP
4150
|TP
4251

@@ -76,7 +85,7 @@ The following table provides information about which {ServerlessProductName} fea
7685
|TP
7786

7887
|Service Mesh mTLS
79-
|TP
88+
|GA
8089
|GA
8190
|GA
8291

0 commit comments

Comments
 (0)