crossplane-contrib / provider-alibaba

Crossplane provider for Alibaba Cloud
Apache License 2.0
50 stars 18 forks source link

Upgrade ProviderConfig version to v1beta1 #95

Closed zzxwill closed 2 years ago

zzxwill commented 2 years ago

By upgrading the version of ProviderConfig to v1beta1 can fix the build issue and simplify the process of managed resource connection.

Fixed the issue mentioned in https://github.com/crossplane/provider-alibaba/pull/64#issuecomment-884584306

Description of your changes

Fixes #

I have:

How has this code been tested

zzxwill commented 2 years ago

@negz Addressed those two comments. I have also checked all the similar locations for all managed resources and they are correct. Thanks for pointing it out.

zzxwill commented 2 years ago

@negz @hasheddan This PR is targeted to fix the corruption issue for the master branch. And the other two PRs are depended on this one. Thanks.