Skip to content

Commit d2b3d1a

Browse files
committed
Updated the docs about Knative Operator 1.18
1 parent d6cfd68 commit d2b3d1a

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

code-samples/serving/grpc-ping-go/go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
module github.com/knative/docs/code-samples/serving/grpc-ping-go
22

3-
go 1.22.2
4-
toolchain go1.24.1
3+
go 1.23.0
4+
5+
toolchain go1.24.2
56

67
require (
78
github.com/golang/protobuf v1.5.4

code-samples/serving/secrets-go/go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
module knative.dev/docs/code-samples/serving/secrets-go
22

3-
go 1.22
4-
toolchain go1.24.1
3+
go 1.23.0
4+
5+
toolchain go1.24.2
56

67
require cloud.google.com/go/storage v1.43.0
78

docs/install/operator/knative-with-operators.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ You can install the Serving component, Eventing component, or both on your clust
55

66
The following table describes the supported versions of Serving and Eventing for the Knative Operator:
77

8-
| Operator | Serving | Eventing |
9-
|----------|------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
10-
| v1.17 | v1.17.0<br/>v1.16.0 and v1.16.1<br/>v1.15.0, v1.15.1, v1.15.2 and v1.15.3<br/>v1.14.0, v1.14.1 and v1.14.2 | v1.17.0<br/>v1.16.0, v1.16.1, v1.16.2 and v1.16.3<br/>v1.15.0, v1.15.1, v1.15.2, v1.15.3, v1.15.4 and v1.15.5<br/>v1.14.0, v1.14.1, v1.14.2, v1.14.3, v1.14.4, v1.14.5, v1.14.6 and v1.14.7 |
8+
| Operator | Serving | Eventing |
9+
|----------|---------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
10+
| v1.18 | v1.18.0<br/>v1.17.0<br/>v1.16.0, v1.16.1, v1.16.2 and v1.16.3<br/>v1.15.0, v1.15.1, v1.15.2 and v1.15.3 | v1.18.0<br/>v1.17.0, v1.17.1, v1.17.2, v1.17.3, v1.17.4 and v1.17.5<br/>v1.16.0, v1.16.1, v1.16.2, v1.16.3, v1.16.4, v1.16.5, v1.16.6 and v1.16.7<br/>v1.15.0, v1.15.1, v1.15.2, v1.15.3, v1.15.4 and v1.15.5 |
1111

1212
--8<-- "prerequisites.md"
1313
{% include "security-prereqs-images.md" %}

0 commit comments

Comments
 (0)