Description of problem: Fedora 40 has been released but registry.fedoraproject.org/fedora:latest is still Fedora 39. Version-Release number of selected component (if applicable): n/a How reproducible: Always Steps to Reproduce: 1. podman run --pull=always -ti --rm registry.fedoraproject.org/fedora:latest cat /etc/fedora-release Actual results: Fedora release 39 (Thirty Nine) Expected results: Fedora release 40 (Forty) Additional info: This appears to be a recurring issue after a Fedora release (bug 1654943, bug 1710313, bug 2065870, bug 2090439, https://pagure.io/ContainerSIG/container-sig/issue/59). Is there a process or checklist change that could help ensure the label is updated during release?
Working on it.
Merged https://pagure.io/releng/pull-request/12079 and ran the release script. podman run --pull=always -ti --rm registry.fedoraproject.org/fedora:latest cat /etc/fedora-release Trying to pull registry.fedoraproject.org/fedora:latest... Getting image source signatures Copying blob 0091ef30bf40 done | Copying config 2ecd175602 done | Writing manifest to image destination Fedora release 40 (Forty)
Thanks for the report Benjamin, I hope you are doing well :-)
Thanks Clement! Is there something that can be done to better integrate this step into the Fedora release process?
Opened a PR to document the steps needed to be done by the releng team --> https://pagure.io/infra-docs-fpo/pull-request/286#