Skip to content

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@hasheddan hasheddan released this 18 Jan 00:30
cd8c52b

This release includes a number of breaking changes related to package structure. There are also updates to the existing Secret reconciler and the introduction of the new Target reconciler.

Bug Fixes

No bug fixes were introduced as part of this release.

Breaking Changes

  • #106 / #109 / #110 Broke existing reconcilers out of the resource package and into their own individual packages. No functionality was altered as part of this change, but updating to v0.4.0 will require significant changes to import paths.

Behavior Changes

  • #92 Modifies the Secret reconciler such that secrets can be propagated one-to-many, as long as both sides consent. Existing implementations should update to enqueue requests for the propagated Secret instead of the propagator.
  • #103 Added a new Target reconciler and interface that allows controllers to propagate secrets from managed resources to KubernetesTarget namespaces.

In addition to the changes listed above, crossplane-runtime migrated to go 1.13 as part of #107.