cross-cloud
cross-cloud copied to clipboard
enhancement request: Add a check on `HEAD` to verify the commit is N days old
When deploying the HEAD release the process should do a query against https://github.com/kubernetes/kubernetes.git to verify the commit being built is no more than N days old. This will prevent a recurring issue with building stale commits as the HEAD release.