-
Notifications
You must be signed in to change notification settings - Fork 349
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
fedora: Update Dockerfile to OVN release ovn-24.09.0-33. #4730
Conversation
Signed-off-by: Numan Siddique <[email protected]>
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.
Looks good to me, thanks!
@@ -15,7 +15,7 @@ USER root | |||
|
|||
ENV PYTHONDONTWRITEBYTECODE yes | |||
|
|||
ARG ovnver=ovn-24.03.90-7.fc41 | |||
ARG ovnver=ovn-24.09.0-33.fc41 |
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.
what are major commit differences between these as far as ovnk is concerned? the 90-7 prereleased one is exactly same as 0-33 ?
asking to see if on our side we need to add any tests for known bug fixes we might bringing in...
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.
AFAICT they're identical, the only new thing that happened was bumping the release number and tagging it. No functional differences.
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.
ack thanks!
I see https://github.com/ovn-org/ovn-kubernetes/actions/runs/10910768637/job/30283028236?pr=4730 lane failing, I will retrigger to be sure its not related to this change. |
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.
will merge after CI run
Isn't this related (the same?) as #4670? |
What this PR does and why is it needed
Which issue(s) this PR fixes
Fixes #
Special notes for reviewers
How to verify it
Details to documentation updates
Description for the changelog
Does this PR introduce a user-facing change?