v0.20.0
First release after forking from github.com/vmware-labs/reconciler-runtime
. Users will need to update their go imports to remove all references to github.com/vmware-labs/reconciler-runtime/...
.
Before:
import "github.com/vmware-labs/reconciler-runtime/reconcilers"
After:
import "reconciler.io/runtime/reconcilers"
There are no other API changes since v0.19.0
What's Changed
Full Changelog: v0.19.0...v0.20.0