-
Notifications
You must be signed in to change notification settings - Fork 49
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
feat: enable fedora 39 builds #301
Conversation
Interedted because it could be easy to debug n+1 fedora |
88b8059
to
55fa9c3
Compare
This will allow users to stay one release behind the current Fedora release
55fa9c3
to
2a042b4
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.
Woohoo!
- major_version: 38 | ||
is_latest_version: true | ||
is_stable_version: true | ||
is_gts_version: true | ||
- major_version: 39 | ||
is_latest_version: true |
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 can't remember the decision - are we marking beta releases as the latest?
I seem to think we wanted latest to be the latest stable release, then ":stable" to be a few weeks late - once we've tested stuff?
I know it's confusing.
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.
Latest and stable are required to push to the latest tag so the latest stable release is what gets pushed there. 39 won't get pushed to that until it is marked as stable. When that happens, we set the flag for latest and stable releases to false for 38 but keep gts true and that will be the release that stays behind. Setting the latest flag here for 39 won't have an impact on our tags as it isn't marked stable yet. I know that sounds confusing too
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.
Thanks! Happy for this to be merged then
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.
Awesome! Let's get this rolled out :)
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.
Nice work y'all!!
@EyeCantCU |
Original fix is restored on Bazzite F39 |
Thank you for letting me know! I'll see about getting it restored in main momentarily |
A bit of an experiment to see how much needs changing for us to start building against Fedora 39.
The images are now being pushed to Quay (or at least for silverblue).