We construct the CTP `status.history` field on a best-effort basis, logging when there's a failure. Add a `HistoryConstructed` (or equivalent) condition to make it easier to determine whether history was successfully constructed on the last reconcile.
We construct the CTP
status.historyfield on a best-effort basis, logging when there's a failure.Add a
HistoryConstructed(or equivalent) condition to make it easier to determine whether history was successfully constructed on the last reconcile.