The v0.10.0
release contains some important bug fixes regarding the granular management policies, a fix in the reconciliation logic of the upjet runtime and improvements in the core migration framework. You can bump your provider's upjet dependency by running go get github.com/upbound/upjet@v0.10.0
in your provider's root directory.
What's Changed
- feat(docs): fix doc generation by @haarchri in #247
- Set a default EventHandler if the provider's main module does not supply one by @ulucinar in #249
- Change spec.owner in catalog-info.yaml by @Piotr1215 in #252
- Add some common utility functions to migration framework by @sergenyalcin in #251
- revert leaving optional for required init fields by @lsviben in #257
- Fixes the requeueing bug which requeues a reconcile request in a wrong workqueue by @ulucinar in #259
- remove overwrite from initProvider-forProvider merge by @lsviben in #260
- Escape CEL Reserved Keywords when Generating Validation Rules by @dalton-hill-0 in #255
- Add the
inUse
count to SharedProviderScheduler log statements by @toastwaffle in #261 - Queue a reconcile request after marking the resource as ready by @ulucinar in #262
New Contributors
- @dalton-hill-0 made their first contribution in #255
- @toastwaffle made their first contribution in #261
Full Changelog: v0.9.0...v0.10.0