v0.8.0
Pre-release
Pre-release
The release primarily includes features to enable composition in Crossplane.
Bug Fixes
- #171 Deletes installed CRDs in foreground so that subsequent integration tests do not fail because old CRDs are still being deleted.
Breaking Changes
- #155 Removed all OAM reconcilers and interfaces as they now reside in oam-kubernetes-runtime.
In addition, the following introduced deprecations:
- #151 Deprecated the previous iteration of the reference resolving interface.
Behavior Changes
- #151 Added a new reference resolver interface and introduced reference selectors.
- #157 Added a client for unstructured Crossplane types.
- #159 Made
AddOwnerReference
always update the array of owner references. - #160 Added a "controller engine" that manages the lifecycles of controllers.
- #169 Distinguishes field path "field not found" errors from other errors.