v0.9.0
Pre-release
Pre-release
This release is mainly focused on bug fixes and reliability improvements related to the recent Composition feature support that was included in v0.8.0.
Bug Fixes
- #176 Update with object that is gotten in APIUpdatingApplicator: Ensures the most recent object version is used to avoid stale resource versions during Update calls.
Breaking Changes
Behavior Changes
- #174 Don't wait for IsBindable before calling AddFinalizer: the finalizer for an object will be added without waiting for the object to get to a bindable state, ensuring that clean-up for objects that never make it to bindable will still occur.
- This means dynamically provisioned managed resources will be deleted along with their claim even if they never bound.
- #175 Bind and unbind managed resources conservatively: The behavior for binding/unbinding is now more cautious to prevent scenarios where managed resources will have double ownership or race conditions for ownership.