Skip to content

v0.11.0

Compare
Choose a tag to compare
@scothis scothis released this 27 Mar 14:28
· 11 commits to main since this release
30f2025

First release after renaming from dies.dev. Users will need to update their go imports to remove all references to dies.dev/....

Before:

import diecorev1 "dies.dev/apis/core/v1"

After:

import diecorev1 "reconciler.io/dies/apis/core/v1"

There are no other API changes since v0.10.1

What's Changed

Full Changelog: v0.10.1...v0.11.0