What's Changed
- feat(build): migrate to crossplane/build by @Breee in #117
- feat(issue-120): flow references by @Breee in #122
- WithTerraformPluginSDKIncludeList mode by @Breee in #124
Full Changelog: v0.23.0...v1.0.0
Breaking changes
- This Release switches to WithTerraformPluginSDKIncludeList mode, which changes the way we have to IMPORT resources
apiVersion: role.keycloak.crossplane.io/v1alpha1
kind: Role
metadata:
annotations:
- crossplane.io/external-name: master/182b0c9b-197f-45e3-8f4a-386cd6890d73
+ crossplane.io/external-name: 182b0c9b-197f-45e3-8f4a-386cd6890d73
name: builtin-master-realm-role-uma-authorization
spec:
deletionPolicy: Orphan
forProvider:
- {}
+ name: uma_authorization
+ realmId: master
managementPolicies:
- Observe
providerConfigRef:
name: keycloak-provider-config
- If you use https://gitlab.com/corewire/images/crossplane/function-keycloak-builtin-objects to import builtin objects, you MUST update to
registry.gitlab.com/corewire/images/crossplane/function-keycloak-builtin-objects:v1.0.0
Benefits? It's much faster now!