-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add poetry 1.8 image #69
Conversation
Skipping CI for Draft Pull Request. |
3b928a1
to
9ba4f1f
Compare
9ba4f1f
to
af453c6
Compare
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.
lgtm
/assign tnozicka
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.
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: rzetelskik, zimnx 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 |
af453c6
to
449d33d
Compare
/lgtm |
@@ -5,4 +5,5 @@ context_dir,image_tag,from_tag | |||
./kube-tools/latest,kube-tools, | |||
./node-setup,node-setup,base-ubi-9.4-minimal | |||
./poetry/1.5,poetry-1.5, |
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.
why are we still building 1.5?
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.
I'll send a separate PR to remove it, I didn't want to do it before all the jobs started passing with 1.8
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.
ok, thx - btw. the old 1.5 image would still be there, it would just not receive updates, so this may not need a 2 step process next time.
This PR adds an image with poetry 1.8.
Required due to a dependency bump in scylladb/scylla-operator#2132.