mirror of https://github.com/knative/docs.git
Updated the docs about Knative Operator 1.19 (#6296)
This commit is contained in:
parent
f54869c32e
commit
d95f04a2d8
|
@ -2,7 +2,7 @@ module knative.dev/docs/code-samples/serving/secrets-go
|
||||||
|
|
||||||
go 1.23.0
|
go 1.23.0
|
||||||
|
|
||||||
toolchain go1.24.1
|
toolchain go1.24.2
|
||||||
|
|
||||||
require cloud.google.com/go/storage v1.43.0
|
require cloud.google.com/go/storage v1.43.0
|
||||||
|
|
||||||
|
|
|
@ -5,9 +5,9 @@ You can install the Serving component, Eventing component, or both on your clust
|
||||||
|
|
||||||
The following table describes the supported versions of Serving and Eventing for the Knative Operator:
|
The following table describes the supported versions of Serving and Eventing for the Knative Operator:
|
||||||
|
|
||||||
| Operator | Serving | Eventing |
|
| Operator | Serving | Eventing |
|
||||||
|----------|---------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|----------|------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| 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 |
|
| v1.19 | v1.19.0<br/>v1.18.0 and v1.18.1<br/>v1.17.0, v1.17.1 and v1.17.2<br/>v1.16.0, v1.16.1, v1.16.2 and v1.16.3 | v1.19.0<br/>v1.18.0, v1.18.1 and v1.18.2<br/>v1.17.0, v1.17.1, v1.17.2, v1.17.3, v1.17.4, v1.17.5 and v1.17.6<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 |
|
||||||
|
|
||||||
--8<-- "prerequisites.md"
|
--8<-- "prerequisites.md"
|
||||||
{% include "security-prereqs-images.md" %}
|
{% include "security-prereqs-images.md" %}
|
||||||
|
|
Loading…
Reference in New Issue