-
Notifications
You must be signed in to change notification settings - Fork 40.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update a few regex patterns to support release candidates #43642
Update a few regex patterns to support release candidates #43642
Conversation
/lgtm |
@eparis @mikedanese @roberthbailey can one of you approve this? I think 1.6 upgrade tests might start failing until this is merged (and cherrypicked). |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: eparis, ixdy, liggitt
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue (batch tested with PRs 43642, 43170, 41813, 42170, 41581) |
@ixdy PR needs rebase |
Commit found in the "release-1.6" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
Automatic merge from submit-queue Support arbitrary alphanumeric strings as prerelease identifiers **What this PR does / why we need it**: this is basically an extension of #43642, but supports more general prerelease identifiers, per the spec at http://semver.org/#spec-item-9. These regular expressions are still a bit more restrictive than the SemVer spec allows (we disallow hyphens, and we require the format `-foo.N` instead of arbitrary `-foo.X.bar.Y.bazZ`), but this should support our needs without changing too much more logic or breaking other assumptions. **Release note**: ```release-note NONE ```
…-of-#43642-upstream-release-1.6 Automatic merge from submit-queue Automated cherry pick of kubernetes#43642 Cherry pick of kubernetes#43642 on release-1.6. kubernetes#43642: Update a few regex patterns to support release candidates
What this PR does / why we need it: A release candidate was cut for 1.6 (v1.6.0-rc.1), but some scripts don't recognize this version string.
Release note: