-
Notifications
You must be signed in to change notification settings - Fork 106
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
OCPBUGS-20211: update version to 4.15 #840
Conversation
Can you fix some of this manual work? There are places that are hardcoded but we could derive it from a single place where we define the version number. |
I had a look and I'm not sure where we can improve that, TBH. Also, this PR images are not doesn't deploying:
I'm investigating |
@zeeke please add OCPBUGS-20211 to the title. |
@zeeke: This pull request references Jira Issue OCPBUGS-20211, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Missed that, sorry /retest |
/retest |
/lgtm |
/lgtm |
/retest-required |
``` find . -not -path "./vendor*" -type f -print0 | xargs -0 sed -i 's/4\.14/4.15/g' make -f Makefile.bundle bundle ``` Signed-off-by: Andrea Panattoni <[email protected]>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SchSeba, wizhaoredhat, zeeke The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest PR should have fixed the GLIBC problem |
/retest |
1 similar comment
/retest |
@zeeke: Jira Issue OCPBUGS-20211: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-20211 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
updated references from 4.14 to 4.15 via:
cc @wizhaoredhat, @bn222