Releases: crossplane-contrib/provider-keycloak
Releases · crossplane-contrib/provider-keycloak
v1.8.0
What's Changed
- fix: add missing ClientOptionalScopes by @aslafy-z in #188
- feat: update go to 1.22 by @AbrohamLincoln in #185
New Contributors
- @aslafy-z made their first contribution in #188
- @AbrohamLincoln made their first contribution in #185
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- chore(deps): update golangci/golangci-lint-action digest to 971e284 by @renovate in #167
- chore(deps): update docker/setup-buildx-action digest to 8026d2b by @renovate in #169
- chore(deps): update docker/setup-buildx-action digest to c47758b by @renovate in #170
- chore(deps): update github-actions by @renovate in #171
- chore(deps): update github-actions by @renovate in #172
- chore(deps): update actions/upload-artifact digest to 604373d by @renovate in #173
- chore(deps): update actions/upload-artifact digest to b4b15b8 by @renovate in #174
- chore(deps): update actions/cache digest to 6849a64 by @renovate in #178
- chore(deps): update actions/checkout digest to 11bd719 by @renovate in #179
- Fixes wrong provider name in error message by @LukasLJL in #180
- Support credentials from plain k8s Secret by @m-hofmann-a9s in #176
New Contributors
- @LukasLJL made their first contribution in #180 Thanks alot!
- @m-hofmann-a9s made their first contribution in #176 Thanks alot!
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- chore(deps): update alpine docker tag to v3.20.3 by @renovate in #140
- chore(deps): update dependency python-keycloak to v4.5.0 - autoclosed by @renovate in #138
- chore(deps): update codecov/codecov-action digest to b9fd7d1 by @renovate in #162
- fix(issue-164): Fix groupIdsRefs/groupIdsSelector in groups.user.keycloak.crossplane.io by @j2L4e in #165
New Contributors
Full Changelog: v1.5.0...v1.6.0
v1.5.0
v1.4.0
v1.3.0
What's Changed
- chore(deps): update actions/upload-artifact digest to 89ef406 by @renovate in #146
- chore(deps): update actions/upload-artifact digest to 834a144 by @renovate in #147
- chore(deps): update zeebe-io/backport-action action to v3.1.0 by @renovate in #152
- Add support for RealmEvents and Realm UserProfile by @b509 in #154
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- chore(deps): update actions/setup-go digest to 0a12ed9 by @renovate in #137
- chore(deps): update github-actions by @renovate in #139
- chore(deps): update docker/setup-buildx-action digest to 988b5a0 by @renovate in #143
- chore(deps): update golangci/golangci-lint-action digest to aaa42aa by @renovate in #145
- clientScopeIdRef for rolemapper
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- chore(deps): update docker/setup-qemu-action digest to 5927c83 by @renovate in #127
- chore(deps): update docker/setup-buildx-action digest to 4fd8129 by @renovate in #128
- chore(deps): update actions/upload-artifact digest to 0b2256b by @renovate in #130
- feat(references): switch to transformers by @Breee in #131
Full Changelog: v1.0.0...v1.1.0
Most important changes:
- We now use transformers to avoid cross reference cycles
v1.0.0
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!
v0.23.0
What's Changed
- To add more examples include LDAP Integration resources by @kaviankarimzadeh in #106
- chore(deps): update github-actions by @renovate in #107
- feat: add metrics by @Breee in #112
- chore(deps): update dependency python-keycloak to v4.2.0 by @renovate in #116
- chore(deps): update alpine docker tag to v3.20.1 by @renovate in #114
- chore(deps): update terraform to 1.5.7
New Contributors
- @kaviankarimzadeh made their first contribution in #106
Full Changelog: v0.22.0...v0.23.0