- Resource CRDs are now using
apiextensions.k8s.io/v1
. The minimum required Kubernetes version for Config Connector v1.50.0 and above is Kubernetes 1.16. This change is in preparation for the removal ofapiextensions.k8s.io/v1beta1
in Kubernetes 1.22. ServiceMapping
CRD is removed from this version and will no longer be used/managed by Config Connector.- Fixed the issue that Project creation failed if
spec.resourceID
was set. (#462) - Fixed the issue that Storage resources couldn't be deleted if the referenced StorageBucket was deleted first. (#463)
- Fixed the IAM resource references in go-client. (#413)