Skip to content

v0.8.0

Compare
Choose a tag to compare
@haarchri haarchri released this 05 Dec 21:31
· 106 commits to main since this release
2b87859

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