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/util
and all helper functions included within. They have been moved to either anotherpkg
incrossplane-runtime
, or are implemented in the stack for which they were originally created. - #115 Updates the
credentialsSecretRef
field onProviderSpec
to 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.