Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@hasheddan hasheddan released this 24 Dec 06:18
1ab5880

This release primarily introduces an update of the controller-runtime dependency to v0.4.0.

Bug Fixes

No bug fixes were introduced as part of this release.

Breaking Changes

  • #94 The update of controller-runtime required a bump of all Kubernetes dependencies to v1.16.0, which included a small breaking change to metav1.ObjectMeta.

Behavior Changes

No existing behavior is changed as part of this release. However, the following PR's included new functionality:

  • #96 Introduced a ProviderSpec embedded type for use in Provider types across Crossplane stacks.
  • #56 Publicized mocks of the interfaces used across Crossplane stacks.
  • #91 / #89 Introduced an integration testing framework that wraps envtest.