v0.5.0
Pre-release
Pre-release
This release includes adding logging and eventing to all reconcilers, as well as an update to the ProviderSpec embedded API type.
Bug Fixes
No bug fixes were introduced as part of this release.
Breaking Changes
- #112 / #113 Removes
pkg/utiland all helper functions included within. They have been moved to either anotherpkgincrossplane-runtime, or are implemented in the stack for which they were originally created. - #115 Updates the
credentialsSecretReffield onProviderSpecto be optional, such that alternate authentication methods can be implemented. For an example of an alternative authentication method, see stack-aws. - #108 Primarily introduces new behavior, but could also require minor updates to consumers of
pkg/logging.
Behavior Changes
- #108 Adds logging and eventing behavior to all reconcilers. For more information on observability in Crossplane, see the developer guide.