What happened?
crossplane render is generating status conditions with lastTransitionTime timestamps that have a current time, which means they will never match the content of a previous execution. This makes it impossible to compare the output of two different render command executions.
How can we reproduce it?
Run crossplane render multiple times and observe that the lastTransitionTime timestamps change on each execution.
What environment did it happen in?
- Crossplane CLI version: 2.3.1
- Platform (e.g., linux/amd64): linux/amd64
What happened?
crossplane renderis generating status conditions withlastTransitionTimetimestamps that have a current time, which means they will never match the content of a previous execution. This makes it impossible to compare the output of two different render command executions.How can we reproduce it?
Run
crossplane rendermultiple times and observe that thelastTransitionTimetimestamps change on each execution.What environment did it happen in?