forked from truenas/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures_capability.json
More file actions
30 lines (30 loc) · 858 Bytes
/
features_capability.json
File metadata and controls
30 lines (30 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"normalize/acl": {
"stable": {"min": "24.10-ALPHA"},
"nightlies": {"min": "24.10-MASTER-somever"}
},
"normalize/ix_volume": {
"stable": {"min": "24.10-ALPHA"},
"nightlies": {"min": "24.10-MASTER-somever"}
},
"definitions/node_bind_ip": {
"stable": {"min": "24.10-ALPHA"},
"nightlies": {"min": "24.10-MASTER-somever"}
},
"definitions/timezone": {
"stable": {"min": "24.10-ALPHA"},
"nightlies": {"min": "24.10-MASTER"}
},
"definitions/certificate": {
"stable": {"min": "24.10-ALPHA"},
"nightlies": {"min": "24.10-MASTER"}
},
"definitions/certificate_authority": {
"stable": {"min": "24.10-ALPHA", "max": "25.04"},
"nightlies": {"min": "24.10-MASTER", "max": "25.04-MASTER"}
},
"definitions/port": {
"stable": {"min": "24.10-ALPHA"},
"nightlies": {"min": "24.10-MASTER"}
}
}