-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
strip template prefix from TSB annotations #16925
strip template prefix from TSB annotations #16925
Conversation
/assign @jim-minter @jim-minter ptal, i will need to update the upstream templates too but i wanted to at least ensure all the local ones are consistent with the new code first. Once this merges i'll update the upstream templates. |
/retest |
1 similar comment
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bparees, jim-minter The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@bparees have lgtm'd this, but wondering why you didn't straight remove the consts from pkg/template/apis/template/constants.go? |
i'm leaving support for the old values in the TSB until i get the upstream templates updates to not use it. some loose semblance of backwards compatibility. but i'll remove it before 3.7 ships. @rcernich fyi, not sure if your templates have the template.openshift.io annotations in them, but we're renaming them as seen here. |
4788b55
to
248fd24
Compare
@bparees, will the old annotations continue to work? Which version is this change targeted at? |
@bparees, thanks. Looks like we're not using the "template" prefix, so hopefully, we're good to go. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest |
Automatic merge from submit-queue (batch tested with PRs 16943, 16872, 16916, 16863, 16925). |
fixes #16755