v0.3.5
Changes
-
Previously when a component was to be deleted, the following checks were performed:
- check that there are no instances of managed types (such as CRO's ...)
- check that the component does not have foreign finalizers
- run the pre-delete hooks.
This release changes the order in which these checks happen; now, pre-delete hooks are evaluated first.
This allows pre-delete hooks to set the component into a DeletionPending state early.