update README.md

Signed-off-by: AiRanthem <zhongtianyun.zty@alibaba-inc.com>
This commit is contained in:
AiRanthem 2025-01-16 15:31:45 +08:00
parent 55eaabcf76
commit c774101e77
2 changed files with 6 additions and 5 deletions

View File

@ -4,10 +4,11 @@ The canonical location of the Kruise Rollout API definition and client.
## Compatibility matrix
| Kruise-Rollout-API | Kruise-rollout |
|--------------------|------------------|
| 0.4.1 | <= 0.4 |
| 0.5.1 | 0.5 |
| Kruise-Rollout-API | Kruise-rollout |
|--------------------|----------------|
| 0.4.1 | <= 0.4 |
| 0.5.1 | 0.5 |
| 0.6.0 | 0.6 |
## Where does it come from?

2
go.mod
View File

@ -12,7 +12,7 @@ require (
k8s.io/client-go v0.26.3
k8s.io/code-generator v0.26.3
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 // indirect
sigs.k8s.io/gateway-api v0.7.1
)