Files
chart/features_capability.json
Kjeld Schouten-Lebbing 858a1753f3 Increase definitions/certificate min stable version (#40)
After testing on 21.02-ALPHA it seems like 21.02-ALPHA doesn't actually support the definitions/certificate and definitions/certificateAuthority very well (if at all).

Setting the stable to 21.04-ALPHA seems okey, while it isn't officially a planned release, it can always be adapted to the actual release date in the future.
2021-03-01 17:38:40 +05:00

35 lines
975 B
JSON

{
"normalize/interfaceConfiguration": {
"stable": {"min": "20.12-ALPHA"},
"nightlies": {"min": "20.10-MASTER-somever"}
},
"normalize/ixVolume": {
"stable": {"min": "20.12-ALPHA"},
"nightlies": {"min": "20.10-MASTER-somever"}
},
"definitions/interface": {
"stable": {"min": "20.12-ALPHA"},
"nightlies": {"min": "20.10-MASTER-somever"}
},
"definitions/gpuConfiguration": {
"stable": {"min": "20.12-ALPHA"},
"nightlies": {"min": "20.10-MASTER-somever"}
},
"definitions/timezone": {
"stable": {"min": "20.12-ALPHA"},
"nightlies": {"min": "20.12-MASTER"}
},
"definitions/nodeIP": {
"stable": {"min": "20.12-ALPHA"},
"nightlies": {"min": "20.12-MASTER"}
},
"definitions/certificate": {
"stable": {"min": "21.04-ALPHA"},
"nightlies": {"min": "21.02-MASTER"}
},
"definitions/certificateAuthority": {
"stable": {"min": "21.04-ALPHA"},
"nightlies": {"min": "21.02-MASTER"}
}
}