v0.8.0
Breaking Change
This update constitutes a breaking change.
Users are advised to utilize the recently introduced EksUserArn
resource.
The older AWSUserARN
resource will no longer undergo reconciliation by this provider.
clean up and remove any instances of the deprecated AWSUserARN resource.
Execute the following command to delete CRDs associated with the old AWSUserARN resource:
kubectl delete crds awsuserarns.castai.upbound.io
What's Changed
- Update crossplane.yaml by @jastang in #20
- feat(userarn): remove handmade awsuserarn resource and switch to prov… by @haarchri in #19
New Contributors
Full Changelog: v0.7.0...v0.8.0