Skip to content

Commit cb07db9

Browse files
authored
Merge pull request #726 from planetscale/comp-table
Update compatibility list
2 parents f66c146 + 07b414d commit cb07db9

29 files changed

+423
-113
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ compatible with certain Vitess and Kubernetes versions, as shown in this table:
2121
| `v2.13.*` | `v20.0.*` | `v1.25.*`, `v1.26.*`, `v1.27.*`, or `v1.28.*` |
2222
| `v2.14.*` | `v21.0.*` | `v1.29.*`, `v1.30.*`, `v1.31.*` |
2323
| `v2.15.*` | `v22.0.*` | `v1.30.*`, `v1.31.*`, `v1.32.*` |
24-
| `latest` | `latest` | `v1.30.*`, `v1.31.*`, `v1.32.*` |
24+
| `v2.16.*` | `v23.0.*` | `v1.31.*`, `v1.32.*`, `v1.33.*`, or `v1.34.*` |
25+
| `latest` | `latest` | `v1.31.*`, `v1.32.*`, `v1.33.*`, or `v1.34.*` |
2526

2627
If for some reason you must attempt to use versions outside the recommend
2728
window, we still welcome bug reports since a workaround might be possible.

deploy/crds/planetscale.com_etcdlockservers.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,23 @@ spec:
175175
- fieldPath
176176
type: object
177177
x-kubernetes-map-type: atomic
178+
fileKeyRef:
179+
properties:
180+
key:
181+
type: string
182+
optional:
183+
default: false
184+
type: boolean
185+
path:
186+
type: string
187+
volumeName:
188+
type: string
189+
required:
190+
- key
191+
- path
192+
- volumeName
193+
type: object
194+
x-kubernetes-map-type: atomic
178195
resourceFieldRef:
179196
properties:
180197
containerName:

deploy/crds/planetscale.com_vitesscells.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ spec:
9090
stabilizationWindowSeconds:
9191
format: int32
9292
type: integer
93+
tolerance:
94+
anyOf:
95+
- type: integer
96+
- type: string
97+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
98+
x-kubernetes-int-or-string: true
9399
type: object
94100
scaleUp:
95101
properties:
@@ -116,6 +122,12 @@ spec:
116122
stabilizationWindowSeconds:
117123
format: int32
118124
type: integer
125+
tolerance:
126+
anyOf:
127+
- type: integer
128+
- type: string
129+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
130+
x-kubernetes-int-or-string: true
119131
type: object
120132
type: object
121133
maxReplicas:
@@ -428,6 +440,23 @@ spec:
428440
- fieldPath
429441
type: object
430442
x-kubernetes-map-type: atomic
443+
fileKeyRef:
444+
properties:
445+
key:
446+
type: string
447+
optional:
448+
default: false
449+
type: boolean
450+
path:
451+
type: string
452+
volumeName:
453+
type: string
454+
required:
455+
- key
456+
- path
457+
- volumeName
458+
type: object
459+
x-kubernetes-map-type: atomic
431460
resourceFieldRef:
432461
properties:
433462
containerName:
@@ -618,6 +647,8 @@ spec:
618647
- port
619648
type: object
620649
type: object
650+
stopSignal:
651+
type: string
621652
type: object
622653
replicas:
623654
format: int32
@@ -933,6 +964,23 @@ spec:
933964
- fieldPath
934965
type: object
935966
x-kubernetes-map-type: atomic
967+
fileKeyRef:
968+
properties:
969+
key:
970+
type: string
971+
optional:
972+
default: false
973+
type: boolean
974+
path:
975+
type: string
976+
volumeName:
977+
type: string
978+
required:
979+
- key
980+
- path
981+
- volumeName
982+
type: object
983+
x-kubernetes-map-type: atomic
936984
resourceFieldRef:
937985
properties:
938986
containerName:

deploy/crds/planetscale.com_vitessclusters.yaml

Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,12 @@ spec:
329329
stabilizationWindowSeconds:
330330
format: int32
331331
type: integer
332+
tolerance:
333+
anyOf:
334+
- type: integer
335+
- type: string
336+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
337+
x-kubernetes-int-or-string: true
332338
type: object
333339
scaleUp:
334340
properties:
@@ -355,6 +361,12 @@ spec:
355361
stabilizationWindowSeconds:
356362
format: int32
357363
type: integer
364+
tolerance:
365+
anyOf:
366+
- type: integer
367+
- type: string
368+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
369+
x-kubernetes-int-or-string: true
358370
type: object
359371
type: object
360372
maxReplicas:
@@ -667,6 +679,23 @@ spec:
667679
- fieldPath
668680
type: object
669681
x-kubernetes-map-type: atomic
682+
fileKeyRef:
683+
properties:
684+
key:
685+
type: string
686+
optional:
687+
default: false
688+
type: boolean
689+
path:
690+
type: string
691+
volumeName:
692+
type: string
693+
required:
694+
- key
695+
- path
696+
- volumeName
697+
type: object
698+
x-kubernetes-map-type: atomic
670699
resourceFieldRef:
671700
properties:
672701
containerName:
@@ -857,6 +886,8 @@ spec:
857886
- port
858887
type: object
859888
type: object
889+
stopSignal:
890+
type: string
860891
type: object
861892
replicas:
862893
format: int32
@@ -1126,6 +1157,23 @@ spec:
11261157
- fieldPath
11271158
type: object
11281159
x-kubernetes-map-type: atomic
1160+
fileKeyRef:
1161+
properties:
1162+
key:
1163+
type: string
1164+
optional:
1165+
default: false
1166+
type: boolean
1167+
path:
1168+
type: string
1169+
volumeName:
1170+
type: string
1171+
required:
1172+
- key
1173+
- path
1174+
- volumeName
1175+
type: object
1176+
x-kubernetes-map-type: atomic
11291177
resourceFieldRef:
11301178
properties:
11311179
containerName:
@@ -1450,6 +1498,23 @@ spec:
14501498
- fieldPath
14511499
type: object
14521500
x-kubernetes-map-type: atomic
1501+
fileKeyRef:
1502+
properties:
1503+
key:
1504+
type: string
1505+
optional:
1506+
default: false
1507+
type: boolean
1508+
path:
1509+
type: string
1510+
volumeName:
1511+
type: string
1512+
required:
1513+
- key
1514+
- path
1515+
- volumeName
1516+
type: object
1517+
x-kubernetes-map-type: atomic
14531518
resourceFieldRef:
14541519
properties:
14551520
containerName:
@@ -1906,6 +1971,23 @@ spec:
19061971
- fieldPath
19071972
type: object
19081973
x-kubernetes-map-type: atomic
1974+
fileKeyRef:
1975+
properties:
1976+
key:
1977+
type: string
1978+
optional:
1979+
default: false
1980+
type: boolean
1981+
path:
1982+
type: string
1983+
volumeName:
1984+
type: string
1985+
required:
1986+
- key
1987+
- path
1988+
- volumeName
1989+
type: object
1990+
x-kubernetes-map-type: atomic
19091991
resourceFieldRef:
19101992
properties:
19111993
containerName:
@@ -2355,6 +2437,23 @@ spec:
23552437
- fieldPath
23562438
type: object
23572439
x-kubernetes-map-type: atomic
2440+
fileKeyRef:
2441+
properties:
2442+
key:
2443+
type: string
2444+
optional:
2445+
default: false
2446+
type: boolean
2447+
path:
2448+
type: string
2449+
volumeName:
2450+
type: string
2451+
required:
2452+
- key
2453+
- path
2454+
- volumeName
2455+
type: object
2456+
x-kubernetes-map-type: atomic
23582457
resourceFieldRef:
23592458
properties:
23602459
containerName:
@@ -2636,6 +2735,23 @@ spec:
26362735
- fieldPath
26372736
type: object
26382737
x-kubernetes-map-type: atomic
2738+
fileKeyRef:
2739+
properties:
2740+
key:
2741+
type: string
2742+
optional:
2743+
default: false
2744+
type: boolean
2745+
path:
2746+
type: string
2747+
volumeName:
2748+
type: string
2749+
required:
2750+
- key
2751+
- path
2752+
- volumeName
2753+
type: object
2754+
x-kubernetes-map-type: atomic
26392755
resourceFieldRef:
26402756
properties:
26412757
containerName:
@@ -2843,6 +2959,23 @@ spec:
28432959
- fieldPath
28442960
type: object
28452961
x-kubernetes-map-type: atomic
2962+
fileKeyRef:
2963+
properties:
2964+
key:
2965+
type: string
2966+
optional:
2967+
default: false
2968+
type: boolean
2969+
path:
2970+
type: string
2971+
volumeName:
2972+
type: string
2973+
required:
2974+
- key
2975+
- path
2976+
- volumeName
2977+
type: object
2978+
x-kubernetes-map-type: atomic
28462979
resourceFieldRef:
28472980
properties:
28482981
containerName:
@@ -3042,6 +3175,23 @@ spec:
30423175
- fieldPath
30433176
type: object
30443177
x-kubernetes-map-type: atomic
3178+
fileKeyRef:
3179+
properties:
3180+
key:
3181+
type: string
3182+
optional:
3183+
default: false
3184+
type: boolean
3185+
path:
3186+
type: string
3187+
volumeName:
3188+
type: string
3189+
required:
3190+
- key
3191+
- path
3192+
- volumeName
3193+
type: object
3194+
x-kubernetes-map-type: atomic
30453195
resourceFieldRef:
30463196
properties:
30473197
containerName:

0 commit comments

Comments
 (0)