Skip to content

Commit 099077f

Browse files
committed
Add Serverless 1.22.0 release notes
Change version information Put a placeholder for the FIPS issue Add the FIPS known issue to 1.22 release notes Enter the Removed entry for KafkaBinding API
1 parent 4d0c491 commit 099077f

File tree

4 files changed

+39
-2
lines changed

4 files changed

+39
-2
lines changed

modules/serverless-deprecated-removed-features.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,23 @@ For the most recent list of major functionality deprecated and removed within {S
1313
// OCP table
1414
ifdef::openshift-enterprise[]
1515
.Deprecated and removed features tracker
16-
[cols="3,1,1,1,1",options="header"]
16+
[cols="3,1,1,1,1,1",options="header"]
1717
|====
18-
|Feature |1.18|1.19|1.20|1.21
18+
|Feature |1.18|1.19|1.20|1.21|1.22
1919

2020
|`KafkaBinding` API
2121
|GA
2222
|Deprecated
2323
|Deprecated
2424
|Deprecated
25+
|Removed
2526

2627
|`kn func emit` (`kn func invoke` in 1.21+)
2728
|TP
2829
|TP
2930
|Deprecated
3031
|Removed
32+
|Removed
3133

3234
|====
3335
endif::[]

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ The Kafka broker, which is currently in Technology Preview, is not supported on
2727

2828
* The `kn event` plug-in is now available as a Technology Preview.
2929

30+
* The `--min-scale` and `--max-scale` flags for the `kn service create` command have been deprecated. Use the `--scale-min` and `--scale-max` flags instead.
31+
3032
[id="known-issues-1-20-0_{context}"]
3133
== Known issues
3234

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// Module included in the following assemblies
2+
//
3+
// * /serverless/serverless-release-notes.adoc
4+
5+
:_content-type: REFERENCE
6+
[id="serverless-rn-1-22-0_{context}"]
7+
= Release notes for Red Hat {ServerlessProductName} 1.22.0
8+
9+
{ServerlessProductName} 1.22.0 is now available. New features, changes, and known issues that pertain to {ServerlessProductName} on {product-title} are included in this topic.
10+
11+
[id="new-features-1-22-0_{context}"]
12+
== New features
13+
14+
* {ServerlessProductName} now uses Knative Serving 1.1.
15+
* {ServerlessProductName} now uses Knative Eventing 1.1.
16+
* {ServerlessProductName} now uses Kourier 1.1.
17+
* {ServerlessProductName} now uses Knative `kn` CLI 1.1.
18+
* {ServerlessProductName} now uses Knative Kafka 1.1.
19+
* The `kn func` CLI plug-in now uses `func` 0.23.
20+
* Knative service specifications now support init containers.
21+
* The persistent volume claim (PVC) support for Knative services is now available as a Technology Preview.
22+
* The `knative-serving`, `knative-serving-ingress`, `knative-eventing` and `knative-kafka` system namespaces now have the `knative.openshift.io/part-of: "openshift-serverless"` label by default.
23+
* The *Knative Eventing - Kafka Broker/Trigger* dashboard has been added, which allows visualizing Kafka broker and trigger metrics in the web console.
24+
* The *Knative Eventing - KafkaSink* dashboard has been added, which allows visualizing KafkaSink metrics in the web console.
25+
* The *Knative Eventing - Broker/Trigger* dashboard is now called *Knative Eventing - Channel-based Broker/Trigger*.
26+
* The `knative.openshift.io/part-of: "openshift-serverless"` label has substituted the `knative.openshift.io/system-namespace` label.
27+
* Naming style in Knative Serving YAML configuration files changed from camel case (`ExampleName`) to hyphen style (`example-name`). Beginning with this release, use the hyphen style notation when creating or editing Knative Serving YAML configuration files.
28+
29+
[id="known-issues-1-22-0_{context}"]
30+
== Known issues
31+
32+
* The Federal Information Processing Standards (FIPS) mode is disabled for Kafka broker, Kafka source, and Kafka sink.

serverless/serverless-release-notes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ include::modules/serverless-deprecated-removed-features.adoc[leveloffset=+1]
2323

2424
// Release notes included, most to least recent
2525
// OCP + OSD
26+
include::modules/serverless-rn-1-22-0.adoc[leveloffset=+1]
2627
include::modules/serverless-rn-1-21-0.adoc[leveloffset=+1]
2728
include::modules/serverless-rn-1-20-0.adoc[leveloffset=+1]
2829

0 commit comments

Comments
 (0)