-
Notifications
You must be signed in to change notification settings - Fork 1.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
chore(backend): update python from 3.7 to 3.12 #10950
chore(backend): update python from 3.7 to 3.12 #10950
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -11,7 +11,7 @@ spec: | |||
spec: | |||
containers: | |||
- name: profile-controller | |||
image: python:3.7 | |||
image: python:3.12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Especially this old python here is a security risk.
We could also go to 3.11 first if that helps. |
/retest-required |
@juliusvonkohout: The following tests failed, say
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. I understand the commands that are listed here. |
CVE Scanning
|
@juliusvonkohout Can you please rebase? |
Signed-off-by: juliusvonkohout <[email protected]>
a6d551a
to
e626684
Compare
@rimolive rebase is done |
@juliusvonkohout what about the failing tests? They are not optional. |
@diegolovison will probably continue this PR. I gave him access to the branch. |
Will be continued in #11159 |
Description of your changes:
Follow up of #10750
@rimolive @chensun @rickyxie0929 @connor-mccarthy
@rickyxie0929 @rimolive this is a fast draft, i can add you to my pipelines for if you want to add changes here.
Checklist: