I’m working on updating PF 4 → 5 it should be pretty straight forward as there are codemods available (PatternFly • Major release upgrade guide)
It is going mostly smoothly as things seem to work in my shallow test, just a few custom foreman css issues as classes were deleted/changed a bit.
A possible hiccup might be plugins, so we might need to run pf4 with pf5 or upgrade all at once.
Also testing might need some adjustments.
Right now its not my highest priority but it will get done, please let me know if this is urgent for anyone.
Is there a plan to deprecate pf3 components and drop them? It’s probably a worth its own RFC, but completing these transitions is something we’ve historically not been great at.
Is there a plan to deprecate pf3 components and drop them? It’s probably a worth its own RFC, but completing these transitions is something we’ve historically not been great at.
Yes its in Jira, (which is still not public), and contains the list for all things to do in foreman core. Since I am working on webpack/node18, and other UI people have are working on new pages, we are not prioritizing pf3 upgrades I guess.
I started opening PRs for plugins, that should only be merged after the foreman-js & foreman core update.
Right after releasing the new foreman-js version, with pf5, some plugins might break (before merging the pf5 pr in them) as they dont specify which version of foreman-js to use and will use the latest.
Redmine tracker: Tracker #37745: Update to Patterfly5 - Foreman
Most plugin updates are pretty small, except for Katello (which changes almost 200 files).