You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed a bug that was causing the status field to remain Current
after the object had successfully reconciled, even if the object
later became InProgress, Terminating, or Failed. This will cause
nomos status and the Cloud Console UI to correctly show the current
status after initial reconciliation, rather than just the status
based on the last time the Applier ran.
- Fixed a bug that was causing the status field to become Unknown
when the object is actually Terminating when the actuation is
empty/unknown, pending, skipped, or failed. Now, the Terminating
and NotFound statuses should be correctly exposed for previously
applied objects, even if the object spec has not been updated to
match the source of truth yet.
- Refactored ActuationStatusToLegacy to be easier to read, with extra
comments to explain the reasoning.
- Adjusted the test expectations for the new behavior
0 commit comments