Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@hasheddan hasheddan released this 17 Feb 22:53
e599809

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 another pkg in crossplane-runtime, or are implemented in the stack for which they were originally created.
  • #115 Updates the credentialsSecretRef field on ProviderSpec 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.