Unverified Commit 858a1753 authored by Kjeld Schouten-Lebbing's avatar Kjeld Schouten-Lebbing Committed by GitHub

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.
parent 8173d85d
......@@ -24,11 +24,11 @@
"nightlies": {"min": "20.12-MASTER"}
},
"definitions/certificate": {
"stable": {"min": "21.02-ALPHA"},
"stable": {"min": "21.04-ALPHA"},
"nightlies": {"min": "21.02-MASTER"}
},
"definitions/certificateAuthority": {
"stable": {"min": "21.02-ALPHA"},
"stable": {"min": "21.04-ALPHA"},
"nightlies": {"min": "21.02-MASTER"}
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment