Hello!

The {{ .Args.Version }} release is scheduled for prep & qualification on {{ .Args.PrepDate }} for a scheduled release of {{ .Args.ReleaseDate }}.
{{
  if (eq .Args.TotalBlockers 0)
}}
There are currently 0 open release blockers \o/ (https://{{ .Args.BlockersURL }}). We are clear to proceed with preparation and qualification.
{{
  else
}}
Respective teams: please review blockers below to assess if any of these cause known data loss or corruption[1]. Otherwise, we will proceed to prep & qualify on Tuesday even if there are open release blockers.
{{
    if (eq .Args.TotalBlockers 1)
}}
There is currently 1 open release blocker (https://{{ .Args.BlockersURL }}):{{
    else
}}
There are currently {{ .Args.TotalBlockers }} open release blockers (https://{{ .Args.BlockersURL }}):{{
    end
}}
{{
    range .Args.BlockerList
}}  - {{ .ProjectName }}: {{ .NumBlockers }}
{{
    end
}}
[1] As per our terms & definitions, alphas/betas should not cause data loss or corruption, but may contain both known and unknown issues including speed or performance issues. As with other alphas:
  - there would be no expectation that it would be used in prod or needs to be supported
  - alpha clusters must be wiped, and cannot be upgraded to 22.1 betas, RCs or final production release
  - alphas/betas may contain both known and unknown issues including speed or performance issues
See our Release Terms & Conditions: https://cockroachlabs.atlassian.net/wiki/spaces/ENG/pages/869990521/Release+Process+Terms+and+Definitions
{{
  end
}}
Thanks,
Release Engineering
