List as of this writing:
Current Releases 12 Fedora 42 Flatpaks Fedora 42 Fedora 41 Flatpaks Fedora 41 Fedora 40 Flatpaks Fedora 40 Containers Fedora 40 Fedora EPEL 9 Next Fedora EPEL 9 Fedora EPEL 8 Fedora EPEL 10.1 Fedora EPEL 10.0 Pending Releases 6 Fedora 43 Flatpaks Fedora 43 Containers Fedora 43 Fedora 42 Containers Fedora 41 Containers Fedora ELN
At the very least, f43 should be in Current, but probably f41 and f42 containers as well.
See also: https://pagure.io/fedpkg/issue/601
It is possible I am misunderstanding... but F43 is not released yet: hence I believe pending is correct.
pending
I agree with you for F42C/F41C perhaps: though I don't know what the implications are for Containers releases. Indeed F40C is marked current.
Containers
To put it in other words - how else to know that F43 is not released?
The thing is that in my memory, fedora releases-info -f has always included rawhide.
Metadata Update from @jnsamyak: - Issue assigned to jnsamyak
Yes, fedpkg releases-info would have displayed 'f43' before the change: https://pagure.io/fedpkg/pull-request/573 The question is, what is the desired behaviour?
fedpkg releases-info
This is my first awareness of the change. If the new behavior is desired and fixes more than it breaks, that's fine. I just didn't know, and rawhide wasn't previously excluded that I recall.
Metadata Update from @phsmoura: - Issue tagged with: low-gain, low-trouble, ops
Just a quick status update:
✅ Fedora 42 Containers and Fedora 41 Containers were not released and are no longer in use. They were supposed to be archived, and I’ve completed that archival today.
Per Fedora Release Engineering practices, a release is considered Current in Bodhi if: - It has been officially released to users, and/or - It is still active (e.g., receiving updates or builds)
A release is considered Pending if: - It is under development and not yet released (e.g., Fedora 43 at the moment)
Given this: - F43 being in Pending is expected and correct - F40C is the last active container release, hence marked as Current - F41C/F42C are now archived and should no longer appear as Current
Everything looks in the right place to me now. Let me know if any further clarification is needed!
Thank you. However, the SOP link is broken. Do you know if this changed recently?
Oh no I need to add a section it is a fault on my part, I'll fix it and link it here - but closing this ticket for now! Thank you for raising the concerns
Metadata Update from @jnsamyak: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Ok. Is there another programmatic way to determine the numerical branch for Rawhide?
This is possible approach: curl -s 'https://bodhi.fedoraproject.org/releases/?exclude_archived=True' | jq -r '.releases[] | select(.branch == "rawhide") | .version'
curl -s 'https://bodhi.fedoraproject.org/releases/?exclude_archived=True' | jq -r '.releases[] | select(.branch == "rawhide") | .version'
Thank you!