v0.11.0
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
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in #130
- Move website to gh-pages branch by @scothis in #131
- Fix codecov token for repo move by @scothis in #132
- Rename go package to reconciler.io/dies by @scothis in #134
Full Changelog: v0.10.1...v0.11.0