Skip to content

Commit b7f3eac

Browse files
authored
Merge pull request #32700 from rh-max/srvls-rn-1.15.0
SRVCOM-1249: Add the Serverless 1.15.0 release notes
2 parents ff59f17 + 34676c3 commit b7f3eac

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

modules/knative-service-cluster-local.adoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,21 @@ Publicly accessible URLs are accessible from outside of the cluster.
1212
However, developers may need to build back-end services that are only be accessible from inside the cluster, known as _private services_.
1313
// Cluster administrators can configure private services for the cluster so that all services are private by default.
1414
// Need to add additional details about editing the configmap for admins
15-
Developers can label individual services in the cluster with the `serving.knative.dev/visibility=cluster-local` label to make them private.
15+
Developers can label individual services in the cluster with the `networking.knative.dev/visibility=cluster-local` label to make them private.
16+
17+
[IMPORTANT]
18+
====
19+
For {ServerlessProductName} 1.15.0 and newer versions, the `serving.knative.dev/visibility` label is no longer available. You must update existing services to use the `networking.knative.dev/visibility` label instead.
20+
====
1621

1722
.Procedure
1823

19-
* Set the visibility for your service by adding the `serving.knative.dev/visibility=cluster-local` label:
24+
* Set the visibility for your service by adding the `networking.knative.dev/visibility=cluster-local` label:
2025
+
2126

2227
[source,terminal]
2328
----
24-
$ oc label ksvc <service_name> serving.knative.dev/visibility=cluster-local
29+
$ oc label ksvc <service_name> networking.knative.dev/visibility=cluster-local
2530
----
2631

2732
.Verification

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * serverless/release-notes.adoc
4+
5+
[id="serverless-rn-1-15-0_{context}"]
6+
= Release Notes for Red Hat {ServerlessProductName} 1.15.0
7+
8+
[id="new-features-1.15.0_{context}"]
9+
== New features
10+
11+
* {ServerlessProductName} now uses Knative Serving 0.21.0.
12+
* {ServerlessProductName} now uses Knative Eventing 0.21.0.
13+
* {ServerlessProductName} now uses Kourier 0.21.0.
14+
* {ServerlessProductName} now uses Knative `kn` CLI 0.21.0.
15+
* {ServerlessProductName} now uses Knative Kafka 0.21.1.
16+
17+
[IMPORTANT]
18+
====
19+
The `serving.knative.dev/visibility` label, which was previously used to create private services, is now deprecated. You must update existing services to use the `networking.knative.dev/visibility` label instead.
20+
====

serverless/serverless-release-notes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ toc::[]
99
For an overview of {ServerlessProductName} functionality, see xref:../serverless/serverless-getting-started.adoc#serverless-getting-started[Getting started with OpenShift Serverless].
1010

1111
// Modules included, most to least recent
12+
include::modules/serverless-rn-1-15-0.adoc[leveloffset=+1]
1213
include::modules/serverless-rn-1-14-0.adoc[leveloffset=+1]
1314
include::modules/serverless-rn-1-13-0.adoc[leveloffset=+1]
1415
include::modules/serverless-rn-1-12-0.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)