Skip to content

Commit 4afaba4

Browse files
committed
SVRCOM-2208 Include statement on Functions GA in release notes, remove TP warnings
1 parent 1b6cd05 commit 4afaba4

13 files changed

+2
-37
lines changed

modules/serverless-create-func-kn.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99

1010
Before you can build and deploy a function, you must create it by using the Knative (`kn`) CLI. You can specify the path, runtime, template, and image registry as flags on the command line, or use the `-c` flag to start the interactive experience in the terminal.
1111

12-
:FeatureName: {FunctionsProductName}
13-
include::snippets/technology-preview.adoc[leveloffset=+1]
14-
1512
.Prerequisites
1613

1714
* The {ServerlessOperatorName} and Knative Serving are installed on the cluster.

modules/serverless-functions-creating-on-cluster-builds.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
You can use the Knative (`kn`) CLI to initiate a function project build and then deploy the function directly on the cluster. To build a function project in this way, the source code for your function project must exist in a Git repository branch that is accessible to your cluster.
1010

11-
:FeatureName: {FunctionsProductName}
12-
include::snippets/technology-preview.adoc[leveloffset=+1]
13-
1411
.Prerequisites
1512

1613
* {pipelines-title} must be installed on your cluster.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
[id="new-features-1.26_{context}"]
1212
== New features
1313

14+
* {FunctionsProductName} is now GA.
1415
* {ServerlessProductName} now uses Knative Serving 1.5.
1516
* {ServerlessProductName} now uses Knative Eventing 1.5.
1617
* {ServerlessProductName} now uses Kourier 1.5.

serverless/discover/serverless-functions-about.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ toc::[]
88

99
{FunctionsProductName} enables developers to create and deploy stateless, event-driven functions as a Knative service on {product-title}. The `kn func` CLI is provided as a plug-in for the Knative `kn` CLI. You can use the `kn func` CLI to create, build, and deploy the container image as a Knative service on the cluster.
1010

11-
:FeatureName: {FunctionsProductName}
12-
include::snippets/technology-preview.adoc[leveloffset=+2]
13-
1411
[id="serverless-functions-about-runtimes"]
1512
== Included runtimes
1613

serverless/functions/serverless-developing-go-functions.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
:FeatureName: {FunctionsProductName}
10-
include::snippets/technology-preview.adoc[leveloffset=+2]
11-
129
After you have xref:../../serverless/functions/serverless-functions-getting-started.adoc#serverless-create-func-kn_serverless-functions-getting-started[created a Go function project], you can modify the template files provided to add business logic to your function. This includes configuring function invocation and the returned headers and status codes.
1310

1411
[id="prerequisites_serverless-developing-go-functions"]

serverless/functions/serverless-developing-nodejs-functions.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
:FeatureName: {FunctionsProductName}
10-
include::snippets/technology-preview.adoc[leveloffset=+2]
11-
129
After you have xref:../../serverless/functions/serverless-functions-getting-started.adoc#serverless-create-func-kn_serverless-functions-getting-started[created a Node.js function project], you can modify the template files provided to add business logic to your function. This includes configuring function invocation and the returned headers and status codes.
1310

1411
[id="prerequisites_serverless-developing-nodejs-functions"]

serverless/functions/serverless-developing-python-functions.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
:FeatureName: {FunctionsProductName}
10-
include::snippets/technology-preview.adoc[leveloffset=+2]
11-
129
After you have xref:../../serverless/functions/serverless-functions-getting-started.adoc#serverless-create-func-kn_serverless-functions-getting-started[created a Python function project], you can modify the template files provided to add business logic to your function. This includes configuring function invocation and the returned headers and status codes.
1310

1411
[id="prerequisites_serverless-developing-python-functions"]

serverless/functions/serverless-developing-quarkus-functions.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
:FeatureName: {FunctionsProductName}
10-
include::snippets/technology-preview.adoc[leveloffset=+2]
11-
129
After you have xref:../../serverless/functions/serverless-functions-getting-started.adoc#serverless-create-func-kn_serverless-functions-getting-started[created a Quarkus function project], you can modify the template files provided to add business logic to your function. This includes configuring function invocation and the returned headers and status codes.
1310

1411
[id="prerequisites_serverless-developing-quarkus-functions"]

serverless/functions/serverless-developing-typescript-functions.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
:FeatureName: {FunctionsProductName}
10-
include::snippets/technology-preview.adoc[leveloffset=+2]
11-
129
After you have xref:../../serverless/functions/serverless-functions-getting-started.adoc#serverless-create-func-kn_serverless-functions-getting-started[created a TypeScript function project], you can modify the template files provided to add business logic to your function. This includes configuring function invocation and the returned headers and status codes.
1310

1411
[id="prerequisites_serverless-developing-typescript-functions"]
@@ -34,4 +31,4 @@ include::modules/serverless-testing-typescript-functions.adoc[leveloffset=+1]
3431

3532
* See the xref:../../serverless/functions/serverless-functions-reference-guide.adoc#serverless-typescript-context-object-reference_serverless-functions-reference-guide[TypeScript context object reference] documentation.
3633
* xref:../../serverless/functions/serverless-functions-getting-started.adoc#serverless-build-func-kn_serverless-functions-getting-started[Build] and xref:../../serverless/functions/serverless-functions-getting-started.adoc#serverless-deploy-func-kn_serverless-functions-getting-started[deploy] a function.
37-
* See link:https://getpino.io/#/docs/api[the Pino API documentation] for more information on logging with functions.
34+
* See link:https://getpino.io/#/docs/api[the Pino API documentation] for more information about logging with functions.

serverless/functions/serverless-functions-eventing.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@ toc::[]
88

99
Functions are deployed as Knative services on an {product-title} cluster. You can connect functions to Knative Eventing components so that they can receive incoming events.
1010

11-
:FeatureName: {FunctionsProductName}
12-
include::snippets/technology-preview.adoc[leveloffset=+2]
13-
1411
include::modules/serverless-connect-func-source-odc.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)