Merge pull request #339 from truenas/NAS-114689

NAS-114689 / 22.02.1 / Add feature capabilities for new refs
This commit is contained in:
M. Rehan
2022-02-15 01:20:03 +05:00
committed by GitHub

View File

@@ -38,5 +38,17 @@
"validations/nodePort": {
"stable": {"min": "21.04-ALPHA"},
"nightlies": {"min": "21.04-MASTER"}
},
"validations/hostPath": {
"stable": {"min": "22.02"},
"nightlies": {"min": "22.02.1-MASTER"}
},
"validations/lockedHostPath": {
"stable": {"min": "22.02"},
"nightlies": {"min": "22.02.1-MASTER"}
},
"validations/hostPathAttachments": {
"stable": {"min": "22.02"},
"nightlies": {"min": "22.02.1-MASTER"}
}
}