Skip to content

Releases: reconcilerio/runtime

v0.21.1

15 Aug 14:01
5c96b7e
Compare
Choose a tag to compare

What's Changed

  • Apply defaults to objects implementing CustomDefaulter by @scothis in #540

Full Changelog: v0.21.0...v0.21.1

v0.21.0

15 Aug 11:33
20db0da
Compare
Choose a tag to compare

Breaking changes

Highlights

What's Changed

New Contributors

Full Changelog: v0.20.0...v0.21.0

v0.20.0

13 Mar 20:07
5ce1c94
Compare
Choose a tag to compare

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

  • Migrate to reconciler.io/runtime by @scothis in #1

Full Changelog: v0.19.0...v0.20.0