The tenant definitions are in a different place now and also there
are many more .yaml files so use `find` to find all the files to then
run `sed` on.
Also combine step 4 and step 5 together since they are both touching
the tenants-config and the change should go into the same MR.
Document the process for adding new Fedora versions and removing EOL versions
from Konflux. Includes step-by-step instructions for:
- Creating Tekton pipelines for new versions
- Updating Renovate configuration
- Managing tenant configuration in tenants-config repo
- Cleaning up EOL versions
Uses F42 EOL and F45 branching as example scenarios.
Assisted-By: OpenCode (Opus 4.5)
Document the two parallel mechanisms for publishing fedora-base-bootc images:
- Production flow via Pungi-IoT and cloud-image-uploader to quay.io/fedora/
- Development flow via Konflux to quay.io/bootc-devel/
Includes repository references, configuration file locations, and common
change procedures for both flows.
Assisted-By: OpenCode (Opus 4.5)